File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ jobs:
170
170
$RUN hack/ci/e2e-flatcar-dev-container.sh
171
171
172
172
e2e-spoc :
173
+ needs : image
173
174
runs-on : ubuntu-22.04
174
175
timeout-minutes : 90
175
176
env :
@@ -182,12 +183,20 @@ jobs:
182
183
sudo apt-get update
183
184
sudo apt-get install -y vagrant virtualbox
184
185
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
186
+ - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
187
+ with :
188
+ name : image
189
+ path : .
185
190
- name : Boot Virtual Machine
186
191
run : make vagrant-up-debian
192
+ - name : Show environment information
193
+ run : |
194
+ $RUN kubectl wait --for=condition=ready --timeout=60s nodes --all
195
+ $RUN kubectl get nodes -o wide
187
196
- name : Set up git config
188
197
run : |
189
198
$RUN git config --global --add safe.directory /vagrant
190
- - name : Run E2E tests
199
+ - name : Run spoc E2E tests
191
200
run : $RUN hack/ci/e2e-spoc.sh
192
201
193
202
e2e-seccomp-profile :
You can’t perform that action at this time.
0 commit comments