Skip to content

Commit

Permalink
Changed CI branch back to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-b committed Sep 26, 2024
1 parent 6aeeeed commit 7f86c82
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 39 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dashboard_erigon_cancun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
workflow_dispatch:
push:
branches:
- sync-upstream
- reflow
pull_request:
branches:
- sync-upstream
- reflow
types: [ closed ]

jobs:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: sync-upstream
ref: reflow

- name: Download dependencies
run: go get -v ./...
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dashboard_erigon_engine_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
workflow_dispatch:
push:
branches:
- sync-upstream
- reflow
pull_request:
branches:
- sync-upstream
- reflow
types: [ closed ]

jobs:
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: sync-upstream
ref: reflow

- name: Download dependencies
run: go get -v ./...
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dashboard_erigon_engine_auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
workflow_dispatch:
push:
branches:
- sync-upstream
- reflow
pull_request:
branches:
- sync-upstream
- reflow
types: [ closed ]

jobs:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: sync-upstream
ref: reflow

- name: Download dependencies
run: go get -v ./...
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dashboard_erigon_engine_exchange.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
workflow_dispatch:
push:
branches:
- sync-upstream
- reflow
pull_request:
branches:
- sync-upstream
- reflow
types: [ closed ]

jobs:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: sync-upstream
ref: reflow

- name: Download dependencies
run: go get -v ./...
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dashboard_erigon_withdrawals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
workflow_dispatch:
push:
branches:
- sync-upstream
- reflow
pull_request:
branches:
- sync-upstream
- reflow
types: [ closed ]

jobs:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: sync-upstream
ref: reflow

- name: Download dependencies
run: go get -v ./...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:
push:
branches:
- sync-upstream
- feat/add-prague-timestamps
pull_request:
branches:
- sync-upstream
- feat/add-prague-timestamps
types: [ closed ]

jobs:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: sync-upstream
ref: feat/add-prague-timestamps

- name: Download dependencies
run: go get -v ./...
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Run Erigon Cancun tests
continue-on-error: true
run: |
HIVE_TTD_ENABLED=false ./hive --sim ethereum/gnosis-engine-jq --sim.limit="cancun" --client erigon-gnosis --results-root=${{ github.workspace }}/runs --loglevel=5 --sim.loglevel=5 --client.checktimelimit=10m --sim.parallelism=4 --docker.output
HIVE_TTD_ENABLED=false ./hive --sim ethereum/gnosis-engine-jq --sim.limit="cancun" --client erigon-gnosis --results-root=${{ github.workspace }}/runs --loglevel=5 --sim.loglevel=5 --client.checktimelimit=10m --sim.parallelism=10 --docker.output
- name: Send file over SSH
if: always()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Daily Run Erigon Withdrawals (JQ Simulator)
name: Experiments Nethermind

on:
workflow_dispatch:
push:
branches:
- sync-upstream
- feat/add-prague-timestamps
pull_request:
branches:
- sync-upstream
- feat/add-prague-timestamps
types: [ closed ]

jobs:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: sync-upstream
ref: feat/add-prague-timestamps

- name: Download dependencies
run: go get -v ./...
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Run Erigon Withdrawals tests
continue-on-error: true
run: |
HIVE_TTD_ENABLED=false ./hive --sim ethereum/gnosis-engine-jq --sim.limit="withdrawals" --client erigon-gnosis --results-root=${{ github.workspace }}/runs --loglevel=5 --sim.loglevel=5 --client.checktimelimit=10m --sim.parallelism=4 --docker.output
HIVE_TTD_ENABLED=false ./hive --sim ethereum/gnosis-engine-jq --sim.limit="withdrawals" --client nethermind-gnosis --results-root=${{ github.workspace }}/runs --loglevel=5 --sim.loglevel=5 --client.checktimelimit=10m --sim.parallelism=10 --docker.output
- name: Send file over SSH
if: always()
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dashboard_nethermind_cancun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
workflow_dispatch:
push:
branches:
- sync-upstream
- reflow
pull_request:
branches:
- sync-upstream
- reflow
types: [ closed ]

jobs:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: sync-upstream
ref: reflow

- name: Download dependencies
run: go get -v ./...
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dashboard_nethermind_engine_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
workflow_dispatch:
push:
branches:
- sync-upstream
- reflow
pull_request:
branches:
- sync-upstream
- reflow
types: [ closed ]

jobs:
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: sync-upstream
ref: reflow

- name: Download dependencies
run: go get -v ./...
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dashboard_nethermind_engine_auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
workflow_dispatch:
push:
branches:
- sync-upstream
- reflow
pull_request:
branches:
- sync-upstream
- reflow
types: [ closed ]

jobs:
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: sync-upstream
ref: reflow

- name: Download dependencies
run: go get -v ./...
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dashboard_nethermind_engine_exchange.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
workflow_dispatch:
push:
branches:
- sync-upstream
- reflow
pull_request:
branches:
- sync-upstream
- reflow
types: [ closed ]

jobs:
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: sync-upstream
ref: reflow

- name: Download dependencies
run: go get -v ./...
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dashboard_nethermind_withdrawals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
workflow_dispatch:
push:
branches:
- sync-upstream
- reflow
pull_request:
branches:
- sync-upstream
- reflow
types: [ closed ]

jobs:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: sync-upstream
ref: reflow

- name: Download dependencies
run: go get -v ./...
Expand Down

0 comments on commit 7f86c82

Please sign in to comment.