From 6d40cf00193866861fd478c881dab0856cb3451e Mon Sep 17 00:00:00 2001 From: Tobin Feldman-Fitzthum Date: Wed, 1 May 2024 10:01:59 -0500 Subject: [PATCH] release: fixup enclave-cc test 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 --- .github/workflows/enclave-cc-e2e.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/enclave-cc-e2e.yaml b/.github/workflows/enclave-cc-e2e.yaml index 777c326f..7625058d 100644 --- a/.github/workflows/enclave-cc-e2e.yaml +++ b/.github/workflows/enclave-cc-e2e.yaml @@ -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