Skip to content

Commit fec0959

Browse files
authored
Updating gocd scripts to use console script entry points (#239)
1 parent 31744ea commit fec0959

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gocd/pipelines/symbol-collector.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ pipelines:
3232
elastic_profile_id: symbol-collector
3333
tasks:
3434
- script: |
35-
/devinfra/scripts/checks/githubactions/checkruns.py \
35+
checks-githubactions-checkruns \
3636
getsentry/symbol-collector \
3737
${GO_REVISION_SYMBOL_COLLECTOR_REPO} \
3838
macos-latest \
3939
windows-latest
4040
- script: |
41-
/devinfra/scripts/checks/googlecloud/check_cloudbuild.py \
41+
checks-googlecloud-check-cloudbuild \
4242
sentryio \
4343
github_getsentry_symbol-collector \
4444
symbol-collector-push-to-any-branch \
@@ -52,8 +52,8 @@ pipelines:
5252
elastic_profile_id: symbol-collector
5353
tasks:
5454
- script: |
55-
/devinfra/scripts/k8s/k8stunnel \
56-
&& /devinfra/scripts/k8s/k8s-deploy.py \
55+
/devinfra/scripts/get-cluster-credentials \
56+
&& k8s-deploy \
5757
--label-selector="service=symbol-collector" \
5858
--image="us-central1-docker.pkg.dev/sentryio/symbol-collector/image:${GO_REVISION_SYMBOL_COLLECTOR_REPO}" \
5959
--container-name="symbol-collector"

0 commit comments

Comments
 (0)