File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 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.
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"
You can’t perform that action at this time.
0 commit comments