Commit 908af69
committed
ci: Disable VLAB tests for Pull Request by default
The VLAB tests take a long time to run, and we run them both for the PR
and in the merge queue. This commit disables them, by default, for Pull
Requests, but they remain enabled for the merge queue.
The idea is to save time for most Pull Requests. If the VLAB tests
break, we'll still catch it from the merge queue - it's not ideal as we
prefer early feedback, but we don't expect this to happen very often. We
can revisit if the assumption doesn't hold.
For changes that are more likely to change the way the dataplane
interacts with the fabric, contributors can, and should, enable VLAB
tests explicitly by adding the "ci:+vlab" label to their Pull Request
before running the checks.
Signed-off-by: Quentin Monnet <qmo@qmon.net>1 parent 2cb3565 commit 908af69
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| |||
0 commit comments