Use unique run ids for e2e tests

This commit is contained in:
Felipe Knorr Kuhn 2026-02-26 09:44:52 -08:00
parent 421cdf91fe
commit 1d877a409d
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A

View file

@ -382,7 +382,7 @@ jobs:
cypress/e2e/signet/*.spec.ts
group: Tests on Chrome (${{ matrix.module }})
browser: "chrome"
ci-build-id: "${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}"
ci-build-id: "${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}-${{ matrix.module }}-${{ github.run_id }}-${{ github.run_attempt }}"
env:
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
@ -407,7 +407,7 @@ jobs:
cypress/e2e/liquidtestnet/liquidtestnet.spec.ts
group: Tests on Chrome (${{ matrix.module }})
browser: "chrome"
ci-build-id: "${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}"
ci-build-id: "${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}-${{ matrix.module }}-${{ github.run_id }}-${{ github.run_attempt }}"
env:
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
@ -431,7 +431,7 @@ jobs:
cypress/e2e/testnet4/*.spec.ts
group: Tests on Chrome (${{ matrix.module }})
browser: "chrome"
ci-build-id: "${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}"
ci-build-id: "${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}-${{ matrix.module }}-${{ github.run_id }}-${{ github.run_attempt }}"
env:
CYPRESS_REROUTE_TESTNET: true
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}