Skip to content

Commit

Permalink
Balance extra tests more evenly
Browse files Browse the repository at this point in the history
  • Loading branch information
l0kix2 committed Jan 10, 2025
1 parent 40ddc1b commit 32784af
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pr_test_e2e_extra_one.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Run extra e2e tests (part 1)

on:
pull_request:

jobs:
check:
name: Run extra e2e tests (part 1)
uses: ./.github/workflows/subflow_run_e2e_tests.yaml
with:
e2e_filter: "selector || remote"
11 changes: 11 additions & 0 deletions .github/workflows/pr_test_e2e_extra_two.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Run extra e2e tests (part 2)

on:
pull_request:

jobs:
check:
name: Run extra e2e tests (part 2)
uses: ./.github/workflows/subflow_run_e2e_tests.yaml
with:
e2e_filter: "!basic && !selector && !remote"
11 changes: 0 additions & 11 deletions .github/workflows/pr_test_e2e_other.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/pr_test_e2e_selector.yaml

This file was deleted.

0 comments on commit 32784af

Please sign in to comment.