Skip to content

Commit 8f4316a

Browse files
authored
ci(gocd): Re-enable github checks in gocd (#4866)
#skip-changelog
1 parent bac0583 commit 8f4316a

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed
Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
#!/bin/bash
22

3-
echo 'Temporarily disabled because of: https://github.com/getsentry/devinfra-deployment-service/pull/695'
4-
5-
# /devinfra/scripts/checks/githubactions/checkruns.py \
6-
# getsentry/relay \
7-
# "${GO_REVISION_RELAY_REPO}" \
8-
# "Integration Tests" \
9-
# "Test All Features (ubuntu-latest)" \
10-
# "Publish Relay to Internal AR (relay)" \
11-
# "Publish Relay to Internal AR (relay-pop)" \
12-
# "Upload build artifacts to gocd (relay, linux/amd64)" \
13-
# "Upload build artifacts to gocd (relay, linux/arm64)" \
14-
# "Upload build artifacts to gocd (relay-pop, linux/amd64)" \
15-
# "Upload build artifacts to gocd (relay-pop, linux/arm64)" \
3+
/devinfra/scripts/checks/githubactions/checkruns.py \
4+
getsentry/relay \
5+
"${GO_REVISION_RELAY_REPO}" \
6+
"Integration Tests" \
7+
"Test All Features (ubuntu-latest)" \
8+
"Publish Relay to Internal AR (relay)" \
9+
"Publish Relay to Internal AR (relay-pop)" \
10+
"Upload build artifacts to gocd (relay, linux/amd64)" \
11+
"Upload build artifacts to gocd (relay, linux/arm64)" \
12+
"Upload build artifacts to gocd (relay-pop, linux/amd64)" \
13+
"Upload build artifacts to gocd (relay-pop, linux/arm64)" \

0 commit comments

Comments
 (0)