File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,18 +26,13 @@ jobs:
2626 - 3Mi # smaller than the PVC size
2727 label-filter :
2828 - full-backup
29- - incr-backup
30- - backup-failure
31- - change-to-primary
32- - change-to-secondary
33- - change-to-standalone
34- - lock
35- - " !//" # select unlabelled tests
36- include :
37- - backup-transfer-part-size : 10Mi # equal to the PVC size
38- label-filter : various-transfer-part-size
39- - backup-transfer-part-size : 200Gi # greater than the PVC size
40- label-filter : various-transfer-part-size
29+ - full-backup
30+ - full-backup
31+ - full-backup
32+ - full-backup
33+ - full-backup
34+ - full-backup
35+ - full-backup
4136 # runs-on: "ubuntu-22.04"
4237 runs-on : mantle_large_runner_16core
4338 timeout-minutes : 120
Original file line number Diff line number Diff line change @@ -2,12 +2,14 @@ name: "e2e"
22on :
33 pull_request :
44 paths-ignore :
5+ - " **/*"
56 - " **/*.md"
67 - " CODEOWNERS"
78 - " LICENSE"
89 - " NOTICE"
910 push :
1011 paths-ignore :
12+ - " **/*"
1113 - " **/*.md"
1214 - " CODEOWNERS"
1315 - " LICENSE"
Original file line number Diff line number Diff line change 11name : " Main"
22on :
33 pull_request :
4+ paths-ignore :
5+ - " **/*"
46 push :
57 branches :
68 - " main"
You can’t perform that action at this time.
0 commit comments