Skip to content

Commit 4468f5a

Browse files
authored
ci(deploy): Temporarily disable deploy CI checks (#4858)
Due to getsentry/devinfra-deployment-service#695 the check script currently doesn't handle merge queues correctly. To unblock deployments, temporarily disable the checks until this is fixed. The checks are still not optional, the merge queue enforces these checks to succeed before merging. #skip-changelog
1 parent fed44af commit 4468f5a

File tree

1 file changed

+13
-11
lines changed

1 file changed

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

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)" \
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)" \

0 commit comments

Comments
 (0)