Skip to content

Commit

Permalink
Merge pull request #17622 from mszostok/test-sc-againt-k8s-matrix
Browse files Browse the repository at this point in the history
Add ServiceCatalog tests against latest k8s version
  • Loading branch information
k8s-ci-robot authored May 20, 2020
2 parents ee40e19 + c3c7503 commit 8547d0b
Showing 1 changed file with 50 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,67 @@ presubmits:
# docker-in-docker needs privileged mode
securityContext:
privileged: true
- name: pull-service-catalog-test-e2e
- name: pull-service-catalog-test-e2e-k8s-1-16-9
<<: *build_image_cfg
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
# Setting that job optional to check how it behaves
optional: true
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20200519-d13d3ca-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
env:
- name: KUBERNETES_VERSION
value: "v1.16.9"
args:
- make
- test-e2e
# docker-in-docker needs privileged mode
securityContext:
privileged: true
- name: pull-service-catalog-test-e2e-k8s-1-17-5
<<: *build_image_cfg
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
optional: true
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20200513-7c0e31a-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
env:
- name: KUBERNETES_VERSION
value: "v1.17.5"
args:
- make
- test-e2e
# docker-in-docker needs privileged mode
securityContext:
privileged: true
- name: pull-service-catalog-test-e2e-k8s-1-18-2
<<: *build_image_cfg
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
optional: true
# Run only on PR created to master branch. K8s in version 1.18 is not supported for
# legacy (v0.2.x) Service Catalog.
branches:
- master
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20200513-7c0e31a-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
env:
- name: KUBERNETES_VERSION
value: "v1.18.2"
args:
- make
- test-e2e
Expand Down

0 comments on commit 8547d0b

Please sign in to comment.