Skip to content

Commit ff061cb

Browse files
committed
Reduce the number of CI matrix tests
1 parent 41486f3 commit ff061cb

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
test:
5555
- main
5656
- auth
57-
- helm
5857
test-variation:
5958
- ""
6059
include:
@@ -66,26 +65,24 @@ jobs:
6665
- k3s-channel: v1.20
6766
helm-version: v3.5.0
6867
test: helm
69-
- k3s-channel: latest
70-
test: helm
71-
test-variation: upgrade
72-
# upgrade-from represents a release channel, see: https://jupyterhub.github.io/helm-chart/info.json
73-
upgrade-from: dev
74-
upgrade-from-extra-args: ""
75-
- k3s-channel: v1.25
76-
test: helm
7768
test-variation: dind
7869
local-chart-extra-args: >-
7970
--values testing/k8s-binder-k8s-hub/binderhub-chart+dind.yaml
8071
--set config.BinderHub.image_prefix=$REGISTRY_HOST/test/
8172
--set registry.url=http://$REGISTRY_HOST
82-
- k3s-channel: v1.25
73+
- k3s-channel: latest
8374
test: helm
8475
test-variation: pink
8576
local-chart-extra-args: >-
8677
--values testing/k8s-binder-k8s-hub/binderhub-chart+pink.yaml
8778
--set config.BinderHub.image_prefix=$REGISTRY_HOST/test/
8879
--set registry.url=http://$REGISTRY_HOST
80+
- k3s-channel: latest
81+
test: helm
82+
test-variation: upgrade
83+
# upgrade-from represents a release channel, see: https://jupyterhub.github.io/helm-chart/info.json
84+
upgrade-from: dev
85+
upgrade-from-extra-args: ""
8986

9087
services:
9188
registry:

testing/k8s-binder-k8s-hub/binderhub-chart-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ ingress:
3838
# against which we haven't. We currently only test this through the use of
3939
# lint-and-validate-values.yaml and setting this value explicitly to make sure
4040
# our rendered templates are valid against a k8s api-server.
41-
imageBuilderType: "host"
41+
# This is already the default
42+
# imageBuilderType: "host"
4243

4344
# NOTE: This is a mirror of the jupyterhub section in
4445
# jupyterhub-chart-config.yaml in testing/local-binder-k8s-hub, keep these

0 commit comments

Comments
 (0)