Skip to content

Commit

Permalink
ci: Buildkite pipeline to build dev-latest docker image on merge to…
Browse files Browse the repository at this point in the history
… `master` [ES-9318] (#1889)

* fix: Use correct name for dependency
  • Loading branch information
favilo authored Nov 13, 2024
1 parent ac680ed commit 348a0e9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
dependsOn:
- resource:rally-it-pipeline
- resource:rally-it-serverless-pipeline
- resource:rally-releaser-docker-pipeline
- resource:rally-release-docker-pipeline
- resource:rally-dev-docker-build-pipeline


Expand Down Expand Up @@ -173,7 +173,12 @@ spec:
SLACK_NOTIFICATIONS_CHANNEL: '#es-perf-build'
pipeline_file: .buildkite/dev-docker/pipeline.yml
provider_settings:
trigger_mode: none
trigger_mode: code
filter_condition: 'build.branch == "master"'
filter_enabled: true
build_branches: true
publish_commit_status: true
build_pull_requests: false
repository: elastic/rally
teams:
es-perf: {}

0 comments on commit 348a0e9

Please sign in to comment.