mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
reverse which config we call to keep locking working (#165351)
## Summary The config does not propagate to downstream workflow jobs in all cases so things break if we don't use the default. Therefore we will make dev the exception. Update the gpctl config we reference in the gitops repo. The default config needs to be the promotion workflow and dev needs to be separate otherwise other promotion infrastructure breaks since it does not know to look for the overridden config. https://github.com/elastic/serverless-gitops/pull/688 Slack: https://elastic.slack.com/archives/C9PPG4EJH/p1693480365606699
This commit is contained in:
parent
ae12744b96
commit
bc866a7f96
2 changed files with 2 additions and 2 deletions
|
@ -6,4 +6,4 @@ steps:
|
|||
build:
|
||||
env:
|
||||
SERVICE_COMMIT_HASH: "${BUILDKITE_COMMIT:0:12}"
|
||||
REMOTE_SERVICE_CONFIG: https://raw.githubusercontent.com/elastic/serverless-gitops/main/gen/gpctl/kibana/tagged-release.yaml
|
||||
REMOTE_SERVICE_CONFIG: https://raw.githubusercontent.com/elastic/serverless-gitops/main/gen/gpctl/kibana/config.yaml
|
||||
|
|
|
@ -102,7 +102,7 @@ steps:
|
|||
build:
|
||||
env:
|
||||
SERVICE_COMMIT_HASH: "$GIT_ABBREV_COMMIT"
|
||||
REMOTE_SERVICE_CONFIG: https://raw.githubusercontent.com/elastic/serverless-gitops/main/gen/gpctl/kibana/config.yaml
|
||||
REMOTE_SERVICE_CONFIG: https://raw.githubusercontent.com/elastic/serverless-gitops/main/gen/gpctl/kibana/dev.yaml
|
||||
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue