Skip to content

Commit

Permalink
ci-operator-prowgen --from-dir ./ci-operator/config --to-dir ./ci-ope…
Browse files Browse the repository at this point in the history
…rator/jobs
  • Loading branch information
openshift-bot authored and ci-robot committed Dec 16, 2024
1 parent de4bed1 commit 3b861ce
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )aws-efs-operator-e2e,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^master$
- ^master-
Expand All @@ -104,6 +104,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test aws-efs-operator-e2e-extended
run_if_changed: ^(Dockerfile\.aws-efs|assets\/overlays\/aws-efs\/.*|pkg\/driver\/aws-efs\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -374,7 +375,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^master$
- ^master-
Expand All @@ -395,6 +396,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test e2e-aws-csi-extended
run_if_changed: ^(Dockerfile\.aws-ebs|assets\/overlays\/aws-ebs\/.*|pkg\/driver\/aws-ebs\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -703,7 +705,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-azure-csi,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^master$
- ^master-
Expand All @@ -724,6 +726,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test e2e-azure-csi-extended
run_if_changed: ^(Dockerfile\.azure-disk|assets\/overlays\/azure-disk\/.*|pkg\/driver\/azure-disk\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -868,7 +871,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-azure-file-csi,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^master$
- ^master-
Expand All @@ -889,6 +892,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test e2e-azure-file-csi-extended
run_if_changed: ^(Dockerfile\.azure-file|assets\/overlays\/azure-file\/.*|pkg\/driver\/azure-file\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -1997,7 +2001,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )smb-operator-e2e,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^master$
- ^master-
Expand All @@ -2018,6 +2022,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test smb-operator-e2e-extended
run_if_changed: ^(Dockerfile\.samba|assets\/overlays\/samba\/.*|pkg\/driver\/samba\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -2080,7 +2085,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )smb-operator-e2e-extended,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^master$
- ^master-
Expand All @@ -2101,6 +2106,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test smb-win2019-operator-e2e
run_if_changed: ^(Dockerfile\.samba|assets\/overlays\/samba\/.*|pkg\/driver\/samba\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -2163,7 +2169,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )smb-win2019-operator-e2e,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^master$
- ^master-
Expand All @@ -2184,6 +2190,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test smb-win2022-operator-e2e
run_if_changed: ^(Dockerfile\.samba|assets\/overlays\/samba\/.*|pkg\/driver\/samba\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )aws-efs-operator-e2e,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^release-4\.18$
- ^release-4\.18-
Expand All @@ -104,6 +104,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test aws-efs-operator-e2e-extended
run_if_changed: ^(Dockerfile\.aws-efs|assets\/overlays\/aws-efs\/.*|pkg\/driver\/aws-efs\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -374,7 +375,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^release-4\.18$
- ^release-4\.18-
Expand All @@ -395,6 +396,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test e2e-aws-csi-extended
run_if_changed: ^(Dockerfile\.aws-ebs|assets\/overlays\/aws-ebs\/.*|pkg\/driver\/aws-ebs\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -703,7 +705,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-azure-csi,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^release-4\.18$
- ^release-4\.18-
Expand All @@ -724,6 +726,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test e2e-azure-csi-extended
run_if_changed: ^(Dockerfile\.azure-disk|assets\/overlays\/azure-disk\/.*|pkg\/driver\/azure-disk\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -868,7 +871,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-azure-file-csi,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^release-4\.18$
- ^release-4\.18-
Expand All @@ -889,6 +892,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test e2e-azure-file-csi-extended
run_if_changed: ^(Dockerfile\.azure-file|assets\/overlays\/azure-file\/.*|pkg\/driver\/azure-file\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -1997,7 +2001,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )smb-operator-e2e,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^release-4\.18$
- ^release-4\.18-
Expand All @@ -2018,6 +2022,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test smb-operator-e2e-extended
run_if_changed: ^(Dockerfile\.samba|assets\/overlays\/samba\/.*|pkg\/driver\/samba\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -2080,7 +2085,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )smb-operator-e2e-extended,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^release-4\.18$
- ^release-4\.18-
Expand All @@ -2101,6 +2106,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test smb-win2019-operator-e2e
run_if_changed: ^(Dockerfile\.samba|assets\/overlays\/samba\/.*|pkg\/driver\/samba\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -2163,7 +2169,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )smb-win2019-operator-e2e,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^release-4\.18$
- ^release-4\.18-
Expand All @@ -2184,6 +2190,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test smb-win2022-operator-e2e
run_if_changed: ^(Dockerfile\.samba|assets\/overlays\/samba\/.*|pkg\/driver\/samba\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )aws-efs-operator-e2e,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^release-4\.19$
- ^release-4\.19-
Expand All @@ -104,6 +104,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test aws-efs-operator-e2e-extended
run_if_changed: ^(Dockerfile\.aws-efs|assets\/overlays\/aws-efs\/.*|pkg\/driver\/aws-efs\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -374,7 +375,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^release-4\.19$
- ^release-4\.19-
Expand All @@ -395,6 +396,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test e2e-aws-csi-extended
run_if_changed: ^(Dockerfile\.aws-ebs|assets\/overlays\/aws-ebs\/.*|pkg\/driver\/aws-ebs\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -703,7 +705,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-azure-csi,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^release-4\.19$
- ^release-4\.19-
Expand All @@ -724,6 +726,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test e2e-azure-csi-extended
run_if_changed: ^(Dockerfile\.azure-disk|assets\/overlays\/azure-disk\/.*|pkg\/driver\/azure-disk\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -868,7 +871,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-azure-file-csi,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^release-4\.19$
- ^release-4\.19-
Expand All @@ -889,6 +892,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test e2e-azure-file-csi-extended
run_if_changed: ^(Dockerfile\.azure-file|assets\/overlays\/azure-file\/.*|pkg\/driver\/azure-file\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -1997,7 +2001,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )smb-operator-e2e,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^release-4\.19$
- ^release-4\.19-
Expand All @@ -2018,6 +2022,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test smb-operator-e2e-extended
run_if_changed: ^(Dockerfile\.samba|assets\/overlays\/samba\/.*|pkg\/driver\/samba\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -2080,7 +2085,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )smb-operator-e2e-extended,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^release-4\.19$
- ^release-4\.19-
Expand All @@ -2101,6 +2106,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test smb-win2019-operator-e2e
run_if_changed: ^(Dockerfile\.samba|assets\/overlays\/samba\/.*|pkg\/driver\/samba\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down Expand Up @@ -2163,7 +2169,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )smb-win2019-operator-e2e,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^release-4\.19$
- ^release-4\.19-
Expand All @@ -2184,6 +2190,7 @@ presubmits:
optional: true
path_alias: github.com/openshift/csi-operator
rerun_command: /test smb-win2022-operator-e2e
run_if_changed: ^(Dockerfile\.samba|assets\/overlays\/samba\/.*|pkg\/driver\/samba\/.*|pkg\/operator\/.*)
spec:
containers:
- args:
Expand Down
Loading

0 comments on commit 3b861ce

Please sign in to comment.