Skip to content

Commit

Permalink
Run tests against k8s version 1.20.0 in the nightly; drop testing on …
Browse files Browse the repository at this point in the history
…1.15.12 (#1329)
  • Loading branch information
ciarams87 authored Feb 1, 2021
1 parent b51e569 commit 47c6355
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,105 +190,105 @@ jobs:
tag: ${{ github.sha }}
marker: ''
type: oss
k8s: 1.19.1
k8s: 1.20.0
- os: ubuntu-18.04
file: build/Dockerfile
image: nginx-ingress
tag: ${{ github.sha }}
marker: ''
type: oss
k8s: 1.18.8
k8s: 1.19.1
- os: ubuntu-18.04
file: build/Dockerfile
image: nginx-ingress
tag: ${{ github.sha }}
marker: ''
type: oss
k8s: 1.17.11
k8s: 1.18.8
- os: ubuntu-18.04
file: build/Dockerfile
image: nginx-ingress
tag: ${{ github.sha }}
marker: ''
type: oss
k8s: 1.16.15
k8s: 1.17.11
- os: ubuntu-18.04
file: build/Dockerfile
image: nginx-ingress
tag: ${{ github.sha }}
marker: ''
type: oss
k8s: 1.15.12
k8s: 1.16.15
- os: ubuntu-18.04
file: build/DockerfileForPlus
image: nginx-plus-ingress
tag: ${{ github.sha }}
marker: ''
type: plus
k8s: 1.19.1
k8s: 1.20.0
- os: ubuntu-18.04
file: build/DockerfileForPlus
image: nginx-plus-ingress
tag: ${{ github.sha }}
marker: ''
type: plus
k8s: 1.18.8
k8s: 1.19.1
- os: ubuntu-18.04
file: build/DockerfileForPlus
image: nginx-plus-ingress
tag: ${{ github.sha }}
marker: ''
type: plus
k8s: 1.17.11
k8s: 1.18.8
- os: ubuntu-18.04
file: build/DockerfileForPlus
image: nginx-plus-ingress
tag: ${{ github.sha }}
marker: ''
type: plus
k8s: 1.16.15
k8s: 1.17.11
- os: ubuntu-18.04
file: build/DockerfileForPlus
image: nginx-plus-ingress
tag: ${{ github.sha }}
marker: ''
type: plus
k8s: 1.15.12
k8s: 1.16.15
- os: ubuntu-18.04
file: build/appprotect/DockerfileWithAppProtectForPlus
image: nginx-plus-ingress
tag: ${{ github.sha }}-ap
marker: '-m appprotect'
type: plus-ap
k8s: 1.19.1
k8s: 1.20.0
- os: ubuntu-18.04
file: build/appprotect/DockerfileWithAppProtectForPlus
image: nginx-plus-ingress
tag: ${{ github.sha }}-ap
marker: '-m appprotect'
type: plus-ap
k8s: 1.18.8
k8s: 1.19.1
- os: ubuntu-18.04
file: build/appprotect/DockerfileWithAppProtectForPlus
image: nginx-plus-ingress
tag: ${{ github.sha }}-ap
marker: '-m appprotect'
type: plus-ap
k8s: 1.17.11
k8s: 1.18.8
- os: ubuntu-18.04
file: build/appprotect/DockerfileWithAppProtectForPlus
image: nginx-plus-ingress
tag: ${{ github.sha }}-ap
marker: '-m appprotect'
type: plus-ap
k8s: 1.16.15
k8s: 1.17.11
- os: ubuntu-18.04
file: build/appprotect/DockerfileWithAppProtectForPlus
image: nginx-plus-ingress
tag: ${{ github.sha }}-ap
marker: '-m appprotect'
type: plus-ap
k8s: 1.15.12
k8s: 1.16.15
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 47c6355

Please sign in to comment.