Skip to content

Commit

Permalink
Test Failure Ticket Creation Job Config (#12773)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
  • Loading branch information
shuyama1 and melinath authored Jan 22, 2025
1 parent 7b4389c commit 3342075
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .ci/gcb-test-failure-ticket.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
steps:
- name: 'gcr.io/graphite-docker-images/go-plus'
id: gcb-test-failure-ticket
entrypoint: '/workspace/.ci/scripts/go-plus/magician/exec.sh'
secretEnv: ["TEAMCITY_TOKEN"]
args:
- 'collect-nightly-test-status'
- $_CUSTOM_DATE

timeout: 3600s
options:
machineType: 'N1_HIGHCPU_32'

logsBucket: 'gs://cloudbuild-test-failure-ticket-logs'
availableSecrets:
secretManager:
- versionName: projects/673497134629/secrets/teamcity-token/versions/latest
env: TEAMCITY_TOKEN

0 comments on commit 3342075

Please sign in to comment.