Skip to content

Commit

Permalink
test.yml: disable sched_ext tests
Browse files Browse the repository at this point in the history
  • Loading branch information
theihor committed Nov 7, 2024
1 parent 8e07035 commit 70bdc5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- {"test": "test_progs_no_alu32", "continue_on_error": false, "timeout_minutes": 360}
- {"test": "test_verifier", "continue_on_error": false, "timeout_minutes": 360}
- {"test": "test_maps", "continue_on_error": false, "timeout_minutes": 360}
- {"test": "sched_ext", "continue_on_error": false, "timeout_minutes": 360}
# Uncomment this to enable sched_ext selftests jobs
# - {"test": "sched_ext", "continue_on_error": false, "timeout_minutes": 360}
fail-fast: false
# Setting name to arch-compiler here to avoid lengthy autogenerated names due to matrix
# e.g build-and-test x86_64-gcc / test (test_progs_parallel, true, 30) / test_progs_parallel on x86_64 with gcc
Expand Down

0 comments on commit 70bdc5f

Please sign in to comment.