Skip to content

Commit

Permalink
ci(repo): change to trigger hive test manually (#18514)
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp authored Nov 25, 2024
1 parent 1a612cb commit 63dec66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/taiko-client--hive_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
hive_tests:
if: ${{ github.event.pull_request.draft == false && !startsWith(github.head_ref, 'release-please') }}
if: ${{ github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'option.hive-test') }}
name: hive tests
runs-on: [arc-runner-set]
timeout-minutes: 40
Expand Down
1 change: 0 additions & 1 deletion packages/taiko-client/integration_test/hive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ func testDenebReorg(t *testing.T, simPattern string, clientGroups [][]string) {
handler, err := hivesim.NewHiveFramework(&hivesim.HiveConfig{
BuildOutput: false,
ContainerOutput: true,
DockerPull: false,
BaseDir: os.Getenv("HIVE_DIR"),
SimPattern: "taiko",
SimTestPattern: simPattern,
Expand Down

0 comments on commit 63dec66

Please sign in to comment.