Skip to content

Commit

Permalink
Merge pull request #2004 from consideRatio/pr/allow-k8s-1.20-to-fail
Browse files Browse the repository at this point in the history
ci: accept k8s 1.20 failures until 1.20.3 is out
  • Loading branch information
consideRatio committed Jan 21, 2021
2 parents 6a3df2d + 7ff03e0 commit 04bf2a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
include:
- k3s-channel: v1.20
test: install
# FIXME: stop accepting failure when 1.20.3 is available for k3s and
# this issue is resolved:
# https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/1962
accept-failure: true
- k3s-channel: v1.19
test: install
- k3s-channel: v1.18
Expand Down Expand Up @@ -205,6 +209,7 @@ jobs:
await_autohttps_tls_cert_acquisition
- name: Run tests
continue-on-error: ${{ matrix.accept-failure == true }}
run: |
. ./ci/common
# If you have problems with the tests add '--capture=no' to show stdout
Expand Down

0 comments on commit 04bf2a0

Please sign in to comment.