Skip to content

Commit

Permalink
test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
omer-vishlitzky committed Apr 26, 2024
1 parent 3c898f8 commit 8d1a33a
Show file tree
Hide file tree
Showing 6 changed files with 933 additions and 0 deletions.
Expand Up @@ -7,6 +7,10 @@ base_images:
name: scos-4.16
namespace: origin
tag: base-stream9
dev-scripts:
name: test
namespace: ocp-kni
tag: dev-scripts
build_root:
image_stream_tag:
name: builder
Expand Down Expand Up @@ -35,6 +39,34 @@ resources:
requests:
cpu: 100m
memory: 200Mi
tests:
- as: e2e-agent-compact-ipv4
cluster: build05
skip_if_only_changed: ^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
steps:
cluster_profile: equinix-ocp-metal
workflow: agent-e2e-compact-ipv4
timeout: 6h0m0s
- always_run: false
as: e2e-agent-sno-ipv6
cluster: build05
optional: true
steps:
cluster_profile: equinix-ocp-metal
workflow: agent-e2e-sno-ipv6
timeout: 6h0m0s
- always_run: false
as: e2e-agent-ha-dualstack
cluster: build05
optional: true
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
AGENT_E2E_TEST_SCENARIO=HA_IPV4V6_DHCP
MIRROR_IMAGES=true
workflow: agent-e2e-generic
timeout: 6h0m0s
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Expand Up @@ -7,6 +7,10 @@ base_images:
name: scos-4.16
namespace: origin
tag: base-stream9
dev-scripts:
name: test
namespace: ocp-kni
tag: dev-scripts
build_root:
image_stream_tag:
name: builder
Expand Down Expand Up @@ -35,6 +39,34 @@ resources:
requests:
cpu: 100m
memory: 200Mi
tests:
- as: e2e-agent-compact-ipv4
cluster: build05
skip_if_only_changed: ^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
steps:
cluster_profile: equinix-ocp-metal
workflow: agent-e2e-compact-ipv4
timeout: 6h0m0s
- always_run: false
as: e2e-agent-sno-ipv6
cluster: build05
optional: true
steps:
cluster_profile: equinix-ocp-metal
workflow: agent-e2e-sno-ipv6
timeout: 6h0m0s
- always_run: false
as: e2e-agent-ha-dualstack
cluster: build05
optional: true
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
AGENT_E2E_TEST_SCENARIO=HA_IPV4V6_DHCP
MIRROR_IMAGES=true
workflow: agent-e2e-generic
timeout: 6h0m0s
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Expand Up @@ -11,6 +11,10 @@ base_images:
name: scos-4.16
namespace: origin
tag: cli
dev-scripts:
name: test
namespace: ocp-kni
tag: dev-scripts
build_root:
image_stream_tag:
name: builder
Expand Down Expand Up @@ -42,6 +46,41 @@ resources:
requests:
cpu: 100m
memory: 200Mi
tests:
- as: push-pr-image
optional: true
steps:
dependencies:
SOURCE_IMAGE_REF: agent-installer-api-server
test:
- ref: assisted-baremetal-images-publish
- as: e2e-agent-compact-ipv4
cluster: build05
skip_if_only_changed: ^openshift/|^\.tekton/|^docs/|\.md$|^(LICENSE|OWNERS|OWNERS_ALIASES)$
steps:
cluster_profile: equinix-ocp-metal
workflow: agent-e2e-compact-ipv4
timeout: 5h0m0s
- always_run: false
as: e2e-agent-sno-ipv6
cluster: build05
optional: true
steps:
cluster_profile: equinix-ocp-metal
workflow: agent-e2e-sno-ipv6
timeout: 5h0m0s
- always_run: false
as: e2e-agent-ha-dualstack
cluster: build05
optional: true
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
AGENT_E2E_TEST_SCENARIO=HA_IPV4V6_DHCP
MIRROR_IMAGES=true
workflow: agent-e2e-generic
timeout: 5h0m0s
zz_generated_metadata:
branch: master
org: openshift
Expand Down

0 comments on commit 8d1a33a

Please sign in to comment.