Skip to content

Commit

Permalink
Merge pull request #1783 from consideRatio/ci-test-k8s-1.19
Browse files Browse the repository at this point in the history
ci: bump helm to 3.3.2 and test with k8s 1.19 also
  • Loading branch information
consideRatio committed Sep 21, 2020
2 parents d363004 + 243dec1 commit 29bda7f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ script:
env:
# Global environment variables will act as defaults, jobs will override them
global:
- K3S_VERSION=v1.18.4+k3s1
- HELM_VERSION=v3.2.4
- K3S_VERSION=v1.19.1+k3s1
- HELM_VERSION=v3.3.3

jobs:
## don't wait for the jobs that are allowed to fail to report success
Expand All @@ -80,16 +80,20 @@ jobs:
## k3s versions: https://github.com/rancher/k3s/releases
## helm versions: https://github.com/helm/helm/releases
include:
- stage: test
name: chart:k8s-1.19

- stage: test
name: chart:k8s-1.18
env: K3S_VERSION=v1.18.9+k3s1

- stage: test
name: chart:k8s-1.17
env: K3S_VERSION=v1.17.7+k3s1
env: K3S_VERSION=v1.17.12+k3s1

- stage: test
name: chart:k8s-1.16
env: K3S_VERSION=v1.16.11+k3s1 k3s_disable_command=--no-deploy
env: K3S_VERSION=v1.16.15+k3s1 k3s_disable_command=--no-deploy

- stage: test
name: chart:install-latest-then-upgrade
Expand Down

0 comments on commit 29bda7f

Please sign in to comment.