Skip to content
Open
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
43 changes: 43 additions & 0 deletions ci-operator/config/openshift/jenkins/openshift-jenkins-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,49 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: jenkins-check-plugins-supply-chain-change-techpreview-rhcos10
commands: hack/check-plugins-supply-chain-change.sh
container:
clone: true
from: ocp_builder_rhel-8-golang-1.20-openshift-4.15
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
- as: e2e-jenkins-image-tests-techpreview-rhcos10
commands: IMAGE_NAME=stable:jenkins make smoke
container:
clone: true
from: ocp_builder_rhel-8-golang-1.20-openshift-4.15
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
- as: e2e-aws-techpreview-rhcos10
optional: true
steps:
cluster_profile: openshift-org-aws
env:
EXTRA_MG_ARGS: --host-network
FEATURE_SET: TechPreviewNoUpgrade
OSSTREAM: rhel-10
workflow: openshift-e2e-aws
- as: e2e-aws-jenkins-sync-plugin-techpreview-rhcos10
optional: true
steps:
cluster_profile: openshift-org-aws
env:
EXTRA_MG_ARGS: --host-network
FEATURE_SET: TechPreviewNoUpgrade
OSSTREAM: rhel-10
test:
- ref: jenkins-sync-plugin-e2e
workflow: ipi-aws
- as: e2e-aws-jenkins-client-plugin-techpreview-rhcos10
optional: true
steps:
cluster_profile: openshift-org-aws
env:
EXTRA_MG_ARGS: --host-network
FEATURE_SET: TechPreviewNoUpgrade
OSSTREAM: rhel-10
test:
- ref: jenkins-client-plugin-tests
workflow: ipi-aws
- as: jenkins-check-plugins-supply-chain-change
commands: hack/check-plugins-supply-chain-change.sh
container:
Expand Down
Loading