Skip to content

Commit

Permalink
ci: fix enclave-cc nightly tests
Browse files Browse the repository at this point in the history
enclave-cc nightly tests have been failing since the latest
payload images moved to a different Occlum instance path.

Since the same pod .yaml is used for both v0.8.0 based payload
and "latest" payload, just patch the path for the nightly tests
until a new release payload is available.

Signed-off-by: Mikko Ylinen <[email protected]>
  • Loading branch information
mythi committed Mar 14, 2024
1 parent 016a7d4 commit 61726a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/enclave-cc-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ jobs:
- name: Deploy sample workload
run: |
sed -i -e 's:boot_instance:occlum_instance:' tests/e2e/enclave-cc-pod-sim.yaml
kubectl apply -f tests/e2e/enclave-cc-pod-sim.yaml
kubectl wait --for=condition=Ready pod/enclave-cc-pod-sim

0 comments on commit 61726a7

Please sign in to comment.