Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,19 @@ tests:
mount_path: /tmp/secret
name: assisted-installer-agent-codecov-token
skip_if_only_changed: ^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|.tekton/.*|OWNERS|OWNERS_ALIASES|LICENSE)$
- as: subsystem-test
- always_run: false
as: subsystem-test
capabilities:
- intranet
skip_if_only_changed: ^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|.tekton/.*|OWNERS|OWNERS_ALIASES|LICENSE)$
pipeline_skip_if_only_changed: ^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|.tekton/.*|OWNERS|OWNERS_ALIASES|LICENSE)$
steps:
cluster_profile: packet-assisted
workflow: assisted-ofcir-agent
- as: e2e-metal-assisted
- always_run: false
as: e2e-metal-assisted
capabilities:
- intranet
skip_if_only_changed: ^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|.tekton/.*|OWNERS|OWNERS_ALIASES|LICENSE)$
pipeline_skip_if_only_changed: ^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|.tekton/.*|OWNERS|OWNERS_ALIASES|LICENSE)$
steps:
cluster_profile: packet-assisted
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,11 @@ tests:
mount_path: /tmp/secret
name: assisted-installer-codecov-token
skip_if_only_changed: ^docs/|^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|.tekton/.*|OWNERS|OWNERS_ALIASES|PROJECT|LICENSE)$
- as: e2e-metal-assisted
- always_run: false
as: e2e-metal-assisted
capabilities:
- intranet
skip_if_only_changed: ^docs/|^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|.tekton/.*|OWNERS|OWNERS_ALIASES|PROJECT|LICENSE)$
pipeline_skip_if_only_changed: ^docs/|^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|.tekton/.*|OWNERS|OWNERS_ALIASES|PROJECT|LICENSE)$
steps:
cluster_profile: packet-assisted
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ presubmits:
openshift/assisted-installer-agent:
- agent: kubernetes
always_run: false
annotations:
pipeline_skip_if_only_changed: ^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|.tekton/.*|OWNERS|OWNERS_ALIASES|LICENSE)$
branches:
- ^v2\.55$
- ^v2\.55-
Expand All @@ -22,7 +24,6 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-assisted-installer-agent-v2.55-e2e-metal-assisted
rerun_command: /test e2e-metal-assisted
skip_if_only_changed: ^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|.tekton/.*|OWNERS|OWNERS_ALIASES|LICENSE)$
spec:
containers:
- args:
Expand Down Expand Up @@ -1008,6 +1009,8 @@ presubmits:
trigger: (?m)^/test( | .* )lint,?($|\s.*)
- agent: kubernetes
always_run: false
annotations:
pipeline_skip_if_only_changed: ^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|.tekton/.*|OWNERS|OWNERS_ALIASES|LICENSE)$
branches:
- ^v2\.55$
- ^v2\.55-
Expand All @@ -1028,7 +1031,6 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-assisted-installer-agent-v2.55-subsystem-test
rerun_command: /test subsystem-test
skip_if_only_changed: ^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|.tekton/.*|OWNERS|OWNERS_ALIASES|LICENSE)$
spec:
containers:
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ presubmits:
openshift/assisted-installer:
- agent: kubernetes
always_run: false
annotations:
pipeline_skip_if_only_changed: ^docs/|^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|.tekton/.*|OWNERS|OWNERS_ALIASES|PROJECT|LICENSE)$
branches:
- ^v2\.55$
- ^v2\.55-
Expand All @@ -23,7 +25,6 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-assisted-installer-v2.55-e2e-metal-assisted
rerun_command: /test e2e-metal-assisted
skip_if_only_changed: ^docs/|^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|.tekton/.*|OWNERS|OWNERS_ALIASES|PROJECT|LICENSE)$
spec:
containers:
- args:
Expand Down