Skip to content

Commit 1e67dbd

Browse files
authored
Merge pull request #2338 from manics/turing-staging-ignore-status
turing-staging: don't block production deploy
2 parents b054227 + f97068f commit 1e67dbd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ jobs:
6666
runs-on: ubuntu-20.04
6767
strategy:
6868
fail-fast: false # Do not cancel all jobs if one fails
69+
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-preventing-a-specific-failing-matrix-job-from-failing-a-workflow-run
70+
continue-on-error: ${{ matrix.experimental }}
6971
matrix:
72+
experimental: false
7073
include:
7174
# Now we have only one staging environment, but we have had two when
7275
# we transitioned from one k8s cluster to another.
@@ -87,6 +90,8 @@ jobs:
8790
hub_url: https://hub-staging.mybinder.turing.ac.uk
8891
chartpress_args: ""
8992
helm_version: ""
93+
# TODO: Remove this when turing-staging reliably passes
94+
experimental: true
9095

9196
steps:
9297
- name: "Stage 0: Update env vars based on job matrix arguments"

0 commit comments

Comments
 (0)