mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 11:41:19 +00:00
feat(ci): run on self-hosted github runner (#5393)
* feat(ci): run on self-hosted github runner * feat(hive): exclusions from ethdevops * fix(ci): workspace cleanup, cancel in prog same sha
This commit is contained in:
parent
7b1bf44ce6
commit
506dac35d2
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@ -16,6 +16,10 @@ on:
|
|||||||
- synchronize
|
- synchronize
|
||||||
- ready_for_review
|
- ready_for_review
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
|
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
|
||||||
@ -106,8 +110,9 @@ jobs:
|
|||||||
|
|
||||||
docker:
|
docker:
|
||||||
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
|
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
|
||||||
runs-on: ubuntu-20.04
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
|
- uses: AutoModality/action-clean@v1
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # fetch git tags for "git describe"
|
fetch-depth: 0 # fetch git tags for "git describe"
|
||||||
@ -124,9 +129,10 @@ jobs:
|
|||||||
- tests
|
- tests
|
||||||
- tests-windows
|
- tests-windows
|
||||||
- docker
|
- docker
|
||||||
runs-on: ubuntu-20.04
|
runs-on: self-hosted
|
||||||
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
|
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
|
||||||
steps:
|
steps:
|
||||||
|
- uses: AutoModality/action-clean@v1
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # fetch git tags for "git describe"
|
fetch-depth: 0 # fetch git tags for "git describe"
|
||||||
@ -140,12 +146,13 @@ jobs:
|
|||||||
|
|
||||||
- name: run hive and parse output
|
- name: run hive and parse output
|
||||||
run: |
|
run: |
|
||||||
sudo mkdir /results && docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v ${{ github.workspace }}:/work thorax/hive:latest --sim ethereum/engine --results-root=/work/results --client erigon_ci-$GITHUB_SHA --exit.fail=false
|
sudo mkdir -p /results-${{ github.run_id }}
|
||||||
docker run --rm --pull always -v /var/run/docker.sock:/var/run/docker.sock -v ${{ github.workspace }}:/work --entrypoint /app/hivecioutput thorax/hive:latest --resultsdir=/work/results --outdir=/work/results --exclusionsfile=/work/hive/exclusions.json
|
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v ${{ github.workspace }}:/work thorax/hive:latest --sim ethereum/engine --results-root=/work/results-${{ github.run_id }} --client erigon_ci-$GITHUB_SHA --exit.fail=false
|
||||||
|
docker run --rm --pull always -v /var/run/docker.sock:/var/run/docker.sock -v ${{ github.workspace }}:/work --entrypoint /app/hivecioutput thorax/hive:latest --resultsdir=/work/results-${{ github.run_id }} --outdir=/work/results-${{ github.run_id }} --exclusionsfile=/work/hive/exclusions.json
|
||||||
|
|
||||||
- name: archive hive results
|
- name: archive hive results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: test-results
|
name: test-results
|
||||||
path: results/*.xml
|
path: results-${{ github.run_id }}/*.xml
|
||||||
|
2
.github/workflows/hive-results.yml
vendored
2
.github/workflows/hive-results.yml
vendored
@ -9,7 +9,7 @@
|
|||||||
jobs:
|
jobs:
|
||||||
hive-results:
|
hive-results:
|
||||||
name: Hive results
|
name: Hive results
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
if: github.event.workflow_run.conclusion != 'skipped'
|
if: github.event.workflow_run.conclusion != 'skipped'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -3,40 +3,7 @@
|
|||||||
{
|
{
|
||||||
"name": "engine-api",
|
"name": "engine-api",
|
||||||
"testCases": [
|
"testCases": [
|
||||||
"Invalid Ancestor Chain Sync, Incomplete Transactions, Invalid P9d",
|
"Sidechain Reorg"
|
||||||
"Invalid Transition Payload Sync, Invalid Transaction Value",
|
|
||||||
"Invalid Ancestor Chain Sync, Invalid Transaction Nonce, Invalid P9",
|
|
||||||
"Invalid Ancestor Chain Sync, Invalid GasLimit, Invalid P9",
|
|
||||||
"Invalid Ancestor Chain Sync, Invalid ReceiptsRoot, Invalid P8",
|
|
||||||
"Sidechain Reorg",
|
|
||||||
"Invalid Transition Payload Sync, Invalid StateRoot",
|
|
||||||
"Inconsistent Head in ForkchoiceState",
|
|
||||||
"Invalid Transition Payload Sync, Invalid Transaction GasPrice",
|
|
||||||
"Consecutive Payload Execution",
|
|
||||||
"Invalid Ancestor Chain Sync, Invalid Ommers, Invalid P9",
|
|
||||||
"Invalid Transition Payload Sync, Invalid Transaction Signature",
|
|
||||||
"Invalid Ancestor Chain Sync, Invalid Transaction Value, Invalid P9'",
|
|
||||||
"Invalid Ancestor Chain Sync, Invalid StateRoot, Invalid P9'",
|
|
||||||
"Invalid Transition Payload Sync, Invalid GasLimit",
|
|
||||||
"Invalid Ancestor Chain Sync, Invalid Transaction Nonce, Invalid P9'",
|
|
||||||
"Invalid Transition Payload Sync, Invalid Timestamp",
|
|
||||||
"Invalid Transition Payload Sync, Invalid Transaction Nonce",
|
|
||||||
"Invalid Transition Payload Sync, Invalid ReceiptsRoot",
|
|
||||||
"Invalid Ancestor Chain Sync, Incomplete Transactions, Invalid P9'",
|
|
||||||
"Invalid Ancestor Chain Sync, Invalid Timestamp, Invalid P9'",
|
|
||||||
"Invalid Transition Payload Sync, Invalid GasUsed",
|
|
||||||
"Invalid Transition Payload Sync, Invalid StateRoot, Empty Txs",
|
|
||||||
"Invalid Ancestor Chain Sync, Invalid GasLimit, Invalid P9'",
|
|
||||||
"Invalid Ancestor Chain Sync, Invalid ReceiptsRoot, Invalid P8'",
|
|
||||||
"Invalid Ancestor Chain Sync, Invalid Transaction Gas, Invalid P9'",
|
|
||||||
"Invalid Ancestor Chain Sync, Invalid Transaction GasPrice, Invalid P9'",
|
|
||||||
"Invalid Ancestor Chain Re-Org, Invalid Transaction Gas, Invalid P9'",
|
|
||||||
"Invalid Ancestor Chain Sync, Invalid Ommers, Invalid P9'",
|
|
||||||
"Invalid Transition Payload Sync, Incomplete Transactions",
|
|
||||||
"Invalid Ancestor Chain Sync, Invalid Transaction Signature, Invalid P9'",
|
|
||||||
"Invalid Transition Payload Re-Org, Invalid StateRoot, Empty Txs, Reveal using sync",
|
|
||||||
"Invalid Ancestor Chain Sync, Invalid StateRoot, Empty Txs, Invalid P9'",
|
|
||||||
"Invalid Transition Payload Sync, Invalid Transaction Gas"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -45,11 +12,10 @@
|
|||||||
"Two Block PoW Re-org to Lower-Height Chain, Transaction Overwrite",
|
"Two Block PoW Re-org to Lower-Height Chain, Transaction Overwrite",
|
||||||
"Syncing on an Invalid Terminal Execution - Difficulty",
|
"Syncing on an Invalid Terminal Execution - Difficulty",
|
||||||
"Syncing on an Invalid Terminal Execution - Sealed MixHash",
|
"Syncing on an Invalid Terminal Execution - Sealed MixHash",
|
||||||
"Terminal blocks are gossiped (Common Ancestor Depth 5)",
|
|
||||||
"Syncing on an Invalid Terminal Execution - Sealed Nonce",
|
"Syncing on an Invalid Terminal Execution - Sealed Nonce",
|
||||||
"Syncing on an Invalid Terminal Execution - Balance Mismatch",
|
"Syncing on an Invalid Terminal Execution - Balance Mismatch",
|
||||||
"Stop processing gossiped Post-TTD PoW blocks",
|
"Stop processing gossiped Post-TTD PoW blocks",
|
||||||
"Terminal blocks are gossiped"
|
"Terminal blocks are gossiped (Common Ancestor Depth 5"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user