Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #35 from hasheddan/crossplane-version
Browse files Browse the repository at this point in the history
Update tests to use v1.10.1 as stable
  • Loading branch information
hasheddan authored Nov 14, 2022
2 parents 3e72b88 + d7cf2cd commit a3e5b41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crossplane-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: kubectl create namespace crossplane-system
shell: bash
- name: Install Crossplane from Stable
run: helm repo add crossplane-stable https://charts.crossplane.io/stable && helm repo update && helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.10.0 --wait
run: helm repo add crossplane-stable https://charts.crossplane.io/stable && helm repo update && helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.10.1 --wait
shell: bash
- name: Run E2E Tests for stable
run: go test -p 1 -timeout 10m -v --tags=e2e ./test/e2e/...
Expand All @@ -49,4 +49,4 @@ jobs:
run: helm repo add crossplane-master https://charts.crossplane.io/master/ && helm repo update && helm upgrade crossplane --namespace crossplane-system crossplane-master/crossplane --devel --wait
shell: bash
- name: Run E2E Tests for master
run: go test -p 1 -timeout 10m -v --tags=e2e ./test/e2e/...
run: go test -p 1 -timeout 10m -v --tags=e2e ./test/e2e/...
2 changes: 1 addition & 1 deletion .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: kubectl create namespace crossplane-system
shell: bash
- name: Install Crossplane from Stable
run: helm repo add crossplane-stable https://charts.crossplane.io/stable && helm repo update && helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.10.0 --wait
run: helm repo add crossplane-stable https://charts.crossplane.io/stable && helm repo update && helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.10.1 --wait
shell: bash
- name: Run E2E Tests
run: go test -p 1 -timeout 10m -v --tags=e2e ./test/e2e/...
2 changes: 1 addition & 1 deletion .github/workflows/provider-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: kubectl create namespace crossplane-system
shell: bash
- name: Install Crossplane from Stable
run: helm repo add crossplane-stable https://charts.crossplane.io/stable && helm repo update && helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.10.0 --wait
run: helm repo add crossplane-stable https://charts.crossplane.io/stable && helm repo update && helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.10.1 --wait
shell: bash
- name: Run Provider Upgrade Tests
run: go test -timeout 10m -v --tags=e2e_provider ./test/...

0 comments on commit a3e5b41

Please sign in to comment.