Commit 40dd4c2
committed
github: add push/PR workflow support with fixed validation tests
Add new push.yml workflow that triggers on push and pull_request events
with fixed validation testing parameters:
- Fixed kernel: v6.15 on linux tree
- Fixed workflows: blktests_nvme and xfs_reflink_4k
- Fixed mode: kdevops-validation (single test execution)
- Auto-assigned tests: block/003 and generic/003 respectively
Also disable docker-tests.yml workflow (rename to .disabled) to reduce
CI noise and add push-test.yml for debugging push/PR triggers.
The push.yml workflow follows the same architecture as schedule.yml and
manual.yml by calling the reusable main.yml workflow, enabling fast
validation CI runs on every push and PR.
Generated-by: Claude AI
Signed-off-by: Daniel Gomez <[email protected]>1 parent 2e3a2fd commit 40dd4c2
File tree
3 files changed
+50
-0
lines changed- .github/workflows
3 files changed
+50
-0
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments