File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Upgrade Tests
2
- on : [push, pull_request, workflow_dispatch ]
2
+ on : [pull_request]
3
3
4
4
jobs :
5
5
upgrade-tests :
35
35
with :
36
36
repository : ' noobaa/noobaa-core'
37
37
path : ' noobaa-core'
38
+ ref : ${{ github.event.pull_request.base.ref }}
38
39
39
40
- name : Build noobaa (latest)
40
41
run : |
79
80
- name : Upgrade noobaa to latest
80
81
run : |
81
82
cd ./noobaa-operator
82
- VERSION =$(go run cmd/version/main.go)
83
- ./build/_output/bin/noobaa-operator upgrade --noobaa-image='noobaa-core:upgrade-tests' --operator-image='noobaa/noobaa-operator:$VERSION '
83
+ OPERATOR_VERSION =$(go run cmd/version/main.go)
84
+ ./build/_output/bin/noobaa-operator upgrade --noobaa-image='noobaa-core:upgrade-tests' --operator-image='noobaa/noobaa-operator:$OPERATOR_VERSION '
84
85
85
86
- name : Run Upgrade Tests
86
87
run : |
You can’t perform that action at this time.
0 commit comments