From 3342075357f899de744f1839b6bc8b124922b8d7 Mon Sep 17 00:00:00 2001 From: Shuya Ma <87669292+shuyama1@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:23:32 -0800 Subject: [PATCH] Test Failure Ticket Creation Job Config (#12773) Co-authored-by: Stephen Lewis (Burrows) --- .ci/gcb-test-failure-ticket.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .ci/gcb-test-failure-ticket.yaml diff --git a/.ci/gcb-test-failure-ticket.yaml b/.ci/gcb-test-failure-ticket.yaml new file mode 100644 index 000000000000..55701fc9515b --- /dev/null +++ b/.ci/gcb-test-failure-ticket.yaml @@ -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 \ No newline at end of file