Skip to content

Commit

Permalink
mike test
Browse files Browse the repository at this point in the history
  • Loading branch information
sudeepdino008 committed Aug 16, 2024
1 parent 4c0183e commit 0e5f240
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/kurtosis/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ assertoor_params:
run_stability_check: false
run_block_proposal_check: false
tests:
- { file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/wait-for-slot.yaml", id: "wait1", config: { slot: 34 }}
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/all-opcodes-test.yaml
#- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/blob-transactions-test.yaml
#- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/dencun-opcodes-test.yaml
#- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/eoa-transactions-test.yaml
#- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/stability-check.yaml
- { file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/wait-for-slot.yaml", id: "wait2", config: { slot: 38 }}
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/synchronized-check.yaml
#- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/validator-exit-test.yaml
# - https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/validator-lifecycle-test-v2.yaml
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/test-kurtosis-assertoor.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Kurtosis Assertoor GitHub Action

on:
schedule:
- cron: "0 2,14 * * *" # runs at 2am and 2pm UTC
workflow_dispatch:
# pull_request:
# branches:
# - kurtosis_assertoor
# types:
# - opened
# - reopened
# - synchronize
# - ready_for_review
# push:
# branches:
# - kurtosis_assertoor
# schedule:
# - cron: "0 2,14 * * *" # runs at 2am and 2pm UTC
# workflow_dispatch:
pull_request:
branches:
- sudeep/kurtosis_assertoor
types:
- opened
- reopened
- synchronize
- ready_for_review
push:
branches:
- sudeep/kurtosis_assertoor



Expand Down

0 comments on commit 0e5f240

Please sign in to comment.