Skip to content

Commit

Permalink
release: fixup enclave-cc test
Browse files Browse the repository at this point in the history
Enclave-cc now uses a "unified bundle" which means
that the paths to a few things have changed.

This was already accounted for in the cicd workflow,
but the e2e test was not modified.

Copy the change from the cicd workflow. We might
adopt a change without sed in the future.

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
  • Loading branch information
fitzthum authored and fidencio committed May 2, 2024
1 parent 107bcf8 commit 6d40cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/enclave-cc-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,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 6d40cf0

Please sign in to comment.