Skip to content

Commit

Permalink
Use magician for downstream builder sync jobs (#10658)
Browse files Browse the repository at this point in the history
  • Loading branch information
trodge committed May 10, 2024
1 parent 636d316 commit 000856e
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .ci/gcb-push-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,41 +30,45 @@ steps:
waitFor: ["checkout"]

# TPG
- name: 'gcr.io/graphite-docker-images/bash-plus'
entrypoint: '/workspace/.ci/scripts/bash-plus/downstream-waiter/wait_for_commit.sh'
- name: 'gcr.io/graphite-docker-images/go-plus'
entrypoint: '/workspace/.ci/scripts/go-plus/magician/exec.sh'
id: tpg-sync
waitFor: ["checkout"]
args:
- 'wait-for-commit'
- 'tpg-sync'
- $BRANCH_NAME
- $COMMIT_SHA

# TPGB
- name: 'gcr.io/graphite-docker-images/bash-plus'
entrypoint: '/workspace/.ci/scripts/bash-plus/downstream-waiter/wait_for_commit.sh'
- name: 'gcr.io/graphite-docker-images/go-plus'
entrypoint: '/workspace/.ci/scripts/go-plus/magician/exec.sh'
id: tpgb-sync
waitFor: ["checkout"]
args:
- 'wait-for-commit'
- 'tpgb-sync'
- $BRANCH_NAME
- $COMMIT_SHA

# TGC
- name: 'gcr.io/graphite-docker-images/bash-plus'
entrypoint: '/workspace/.ci/scripts/bash-plus/downstream-waiter/wait_for_commit.sh'
- name: 'gcr.io/graphite-docker-images/go-plus'
entrypoint: '/workspace/.ci/scripts/go-plus/magician/exec.sh'
id: tgc-sync
waitFor: ["checkout"]
args:
- 'wait-for-commit'
- 'tgc-sync'
- $BRANCH_NAME
- $COMMIT_SHA

# TF-OICS
- name: 'gcr.io/graphite-docker-images/bash-plus'
entrypoint: '/workspace/.ci/scripts/bash-plus/downstream-waiter/wait_for_commit.sh'
- name: 'gcr.io/graphite-docker-images/go-plus'
entrypoint: '/workspace/.ci/scripts/go-plus/magician/exec.sh'
id: tf-oics-sync
waitFor: ["checkout"]
args:
- 'wait-for-commit'
- 'tf-oics-sync'
- $BRANCH_NAME
- $COMMIT_SHA
Expand Down

0 comments on commit 000856e

Please sign in to comment.