Skip to content

Commit

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

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

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

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

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

0 comments on commit 940cf3e

Please sign in to comment.