forked from carvel-dev/kapp-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
43 lines (38 loc) · 983 Bytes
/
upgrade-testing.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: upgrade-testing
"on":
push:
branches:
- develop
paths-ignore:
- 'docs/**'
- '*.md'
- 'cli/**'
pull_request:
types: [opened, reopened, synchronize]
paths-ignore:
- 'docs/**'
- '*.md'
- 'cli/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-all:
name: Upgrade Testing
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: 1.21.9
- name: Check out code
uses: actions/[email protected]
- name: Install Carvel Tools
run: ./hack/install-deps.sh
- name: Run Upgrade Test
run: |
set -e -x
minikube start --driver=docker
eval $(minikube docker-env --shell=bash)
kapp deploy -a kc -f https://github.com/carvel-dev/kapp-controller/releases/latest/download/release.yml -y
./hack/deploy.sh