File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 59
59
if [ git rev-parse -q --verify "$githubTag" ]; then
60
60
echo "Tag '$githubTag' exists, skipping..."
61
61
exit 1;
62
- else
62
+ else
63
63
echo "Tag '$githubTag' does not exist yet, continue"
64
64
fi
65
65
Original file line number Diff line number Diff line change 38
38
description : ' Podman Desktop repo branch'
39
39
type : string
40
40
required : true
41
- kind_provider :
41
+ kind_provider :
42
42
description : ' Kind cluster provider type'
43
43
type : choice
44
44
options :
45
45
- docker
46
- - podman
46
+ - podman
47
47
required : true
48
48
49
49
jobs :
99
99
[engine]
100
100
cgroup_manager="cgroupfs"
101
101
EOT
102
- podman info
102
+ podman info
103
103
104
104
- uses : pnpm/action-setup@v4
105
105
name : Install pnpm
@@ -113,7 +113,7 @@ jobs:
113
113
114
114
- name : Execute pnpm
115
115
run : pnpm install
116
-
116
+
117
117
- name : Run E2E kubernetes tests in Production Mode
118
118
env :
119
119
PODMANDESKTOP_CI_BOT_TOKEN : ${{ secrets.PODMANDESKTOP_CI_BOT_TOKEN }}
@@ -138,12 +138,12 @@ jobs:
138
138
detailed_summary : true
139
139
annotate_only : true
140
140
require_tests : true
141
- report_paths : ' **/*results.xml'
141
+ report_paths : ' **/*results.xml'
142
142
143
143
- uses : actions/upload-artifact@v4
144
144
if : always()
145
145
with :
146
146
name : k8s-e2e-tests
147
147
path : |
148
148
./tests/**/output/
149
- !./tests/**/traces/raw
149
+ !./tests/**/traces/raw
Original file line number Diff line number Diff line change 43
43
description : ' Podman Desktop repo branch'
44
44
type : string
45
45
required : true
46
- kind_provider :
46
+ kind_provider :
47
47
description : ' Kind cluster provider type'
48
48
type : choice
49
49
options :
50
50
- docker
51
- - podman
51
+ - podman
52
52
required : false
53
- update_with_extensions :
53
+ update_with_extensions :
54
54
description : ' Installation extensions before update'
55
55
type : choice
56
56
options :
@@ -113,7 +113,7 @@ jobs:
113
113
[engine]
114
114
cgroup_manager="cgroupfs"
115
115
EOT
116
- podman info
116
+ podman info
117
117
118
118
- uses : pnpm/action-setup@v4
119
119
name : Install pnpm
@@ -127,7 +127,7 @@ jobs:
127
127
128
128
- name : Execute pnpm
129
129
run : pnpm install
130
-
130
+
131
131
- name : Run E2E tests in Production Mode
132
132
env :
133
133
PODMANDESKTOP_CI_BOT_TOKEN : ${{ secrets.PODMANDESKTOP_CI_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments