Skip to content

Commit a2f2af0

Browse files
Merge pull request #6498 from oasisprotocol/martin/trivial/ci/full-quote-verification
CI: Do full quote verification during SGX e2e tests
2 parents 3b29b09 + 2391d01 commit a2f2af0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.buildkite/code.pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ steps:
265265
--scenario e2e/runtime/observer
266266
env:
267267
# Unsafe flags needed as the trust-root test rebuilds the enclave with embedded trust root data.
268-
OASIS_UNSAFE_SKIP_AVR_VERIFY: "1"
269268
OASIS_UNSAFE_ALLOW_DEBUG_ENCLAVES: "1"
269+
OASIS_UNSAFE_LAX_AVR_VERIFY: "1"
270270
OASIS_E2E_COVERAGE: enable
271271
TEST_BASE_DIR: /tmp
272272
agents:
@@ -294,8 +294,8 @@ steps:
294294
- .buildkite/scripts/test_e2e.sh --timeout 20m --scenario e2e/runtime/.*
295295
env:
296296
# Unsafe flags needed as the trust-root test rebuilds the enclave with embedded trust root data.
297-
OASIS_UNSAFE_SKIP_AVR_VERIFY: "1"
298297
OASIS_UNSAFE_ALLOW_DEBUG_ENCLAVES: "1"
298+
OASIS_UNSAFE_LAX_AVR_VERIFY: "1"
299299
OASIS_E2E_COVERAGE: enable
300300
OASIS_EXCLUDE_E2E: e2e/runtime/txsource-multi,e2e/runtime/txsource-multi-short
301301
TEST_BASE_DIR: /tmp

.changelog/6498.trivial.md

Whitespace-only changes.

0 commit comments

Comments
 (0)