Skip to content

Commit f5487be

Browse files
committed
fix unstable in full-backup e2e
Signed-off-by: Yuji Ito <llamerada.jp@gmail.com>
1 parent ee32d02 commit f5487be

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

.github/workflows/e2e-multiple-k8s-clusters.yaml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/e2e.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ name: "e2e"
22
on:
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"

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "Main"
22
on:
33
pull_request:
4+
paths-ignore:
5+
- "**/*"
46
push:
57
branches:
68
- "main"

0 commit comments

Comments
 (0)