mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-02-16 19:23:09 +00:00
ci: run smoke tests on self-hosted Linux
This commit is contained in:
parent
1b336c2c08
commit
942a7c6bf3
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -237,7 +237,7 @@ jobs:
|
||||
- run: cargo machete
|
||||
|
||||
host_smoke:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, Linux]
|
||||
env:
|
||||
POL_PROOF_DEV_MODE: true
|
||||
LOCAL_DEMO_RUN_SECS: 120
|
||||
@ -377,7 +377,7 @@ jobs:
|
||||
--jq '.artifacts[] | select(.name=="host-smoke-logs") | "host-smoke-logs: \(.archive_download_url)"' || true
|
||||
|
||||
compose_smoke:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, Linux]
|
||||
env:
|
||||
TMPDIR: ${{ github.workspace }}/.tmp
|
||||
NOMOS_CIRCUITS: ${{ github.workspace }}/.tmp/nomos-circuits
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user