test(ql3): accept local cancellation live gate

This commit is contained in:
whyour
2026-08-12 20:22:41 +08:00
parent d85cd88c2d
commit bd0621c9f2
12 changed files with 1311 additions and 22 deletions
+15
View File
@@ -435,6 +435,21 @@ jobs:
run: |
node scripts/ql3-local-image-live-contract.cjs --image="${IMAGE}" --profile=edge
node scripts/ql3-local-image-live-contract.cjs --image="${IMAGE}" --profile=standalone
- name: Run authenticated Local API cancellation through real Linux processes
env:
QL3_LOCAL_API_CANCELLATION_LIVE: '1'
run: |
install -d -m 0700 "${{ runner.temp }}/ql3-local-api-cancellation"
node scripts/ql3-local-api-cancellation-live-contract.cjs \
--profile=edge \
--report="${{ runner.temp }}/ql3-local-api-cancellation/edge.json"
node scripts/ql3-local-api-cancellation-live-contract.cjs \
--profile=standalone \
--report="${{ runner.temp }}/ql3-local-api-cancellation/standalone.json"
node scripts/ql3-local-api-cancellation-live-audit.cjs \
--report="${{ runner.temp }}/ql3-local-api-cancellation/edge.json"
node scripts/ql3-local-api-cancellation-live-audit.cjs \
--report="${{ runner.temp }}/ql3-local-api-cancellation/standalone.json"
cluster-image:
name: Cluster ${{ matrix.image }} image (${{ matrix.image_arch }})