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
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ tests:
EXTRA_MG_ARGS: --host-network
workflow: baremetalds-metallb-e2e
- as: security
optional: true
steps:
env:
ALL_PROJECTS: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ tests:
EXTRA_MG_ARGS: --host-network
workflow: baremetalds-metallb-e2e
- as: security
optional: true
steps:
env:
ALL_PROJECTS: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ tests:
EXTRA_MG_ARGS: --host-network
workflow: baremetalds-metallb-e2e
- as: security
optional: true
steps:
env:
ALL_PROJECTS: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ tests:
EXTRA_MG_ARGS: --host-network
workflow: baremetalds-metallb-e2e
- as: security
optional: true
steps:
env:
ALL_PROJECTS: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,17 @@ build_root:
canonical_go_repository: github.com/openshift/hypershift
images:
items:
- to: hypershift-operator-419
- dockerfile_path: Dockerfile.control-plane
to: hypershift
promotion:
to:
- name: 4.19-priv
- excluded_images:
- hypershift-operator-419
name: 4.19-priv
namespace: ocp-private
- additional_images:
hypershift-operator: hypershift-operator
hypershift-operator: hypershift-operator-419
disabled: true
excluded_images:
- '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ build_root:
canonical_go_repository: github.com/openshift/hypershift
images:
items:
- to: hypershift-operator-420
- dockerfile_path: Dockerfile.control-plane
to: hypershift
- dockerfile_literal: |
Expand All @@ -34,10 +35,12 @@ images:
to: custom-verify-src
promotion:
to:
- name: 4.20-priv
- excluded_images:
- hypershift-operator-420
name: 4.20-priv
namespace: ocp-private
- additional_images:
hypershift-operator: hypershift-operator
hypershift-operator: hypershift-operator-420
disabled: true
excluded_images:
- '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ build_root:
canonical_go_repository: github.com/openshift/hypershift
images:
items:
- to: hypershift-operator-421
- dockerfile_path: Dockerfile.control-plane
to: hypershift
- dockerfile_literal: |
Expand All @@ -35,12 +36,11 @@ images:
promotion:
to:
- excluded_images:
- hypershift-operator
- hypershift-tests
- hypershift-operator-421
name: 4.21-priv
namespace: ocp-private
- additional_images:
hypershift-operator: hypershift-operator
hypershift-operator: hypershift-operator-421
disabled: true
excluded_images:
- '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,17 @@ build_root:
canonical_go_repository: github.com/openshift/hypershift
images:
items:
- to: hypershift-operator-422
- dockerfile_path: Dockerfile.control-plane
to: hypershift
promotion:
to:
- name: 4.22-priv
- excluded_images:
- hypershift-operator-422
name: 4.22-priv
namespace: ocp-private
- additional_images:
hypershift-operator: hypershift-operator
hypershift-operator: hypershift-operator-422
disabled: true
excluded_images:
- '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ tests:
EXTRA_MG_ARGS: --host-network
workflow: openshift-e2e-aws-ovn-serial
- as: security
optional: true
steps:
env:
ALL_PROJECTS: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ tests:
EXTRA_MG_ARGS: --host-network
workflow: openshift-e2e-aws-ovn-serial
- as: security
optional: true
steps:
env:
ALL_PROJECTS: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ tests:
EXTRA_MG_ARGS: --host-network
workflow: openshift-e2e-aws-ovn-serial
- as: security
optional: true
steps:
env:
ALL_PROJECTS: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ tests:
EXTRA_MG_ARGS: --host-network
workflow: openshift-e2e-aws-ovn-serial
- as: security
optional: true
steps:
env:
ALL_PROJECTS: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ images:
- dockerfile_path: Dockerfile
from: base
to: submariner-addon
promotion:
to:
- disabled: true
name: "2.17"
namespace: stolostron
prowgen:
private: true
releases:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
base_images:
base:
name: ubi-minimal
namespace: ocp
tag: "9"
binary_build_commands: make build --warn-undefined-variables
build_root:
image_stream_tag:
name: builder
namespace: stolostron
tag: go1.25-linux
canonical_go_repository: github.com/stolostron/submariner-addon
images:
items:
- dockerfile_path: Dockerfile
from: base
to: submariner-addon
promotion:
to:
- disabled: true
name: "5.0"
namespace: stolostron
prowgen:
private: true
releases:
initial:
integration:
name: 4.20-priv
namespace: ocp-private
latest:
integration:
include_built_images: true
name: 4.20-priv
namespace: ocp-private
resources:
'*':
limits:
memory: 12Gi
requests:
cpu: 100m
memory: 300Mi
test_binary_build_commands: make build GO_BUILD_FLAGS:='-race' --warn-undefined-variables
tests:
- as: build
commands: |
true
container:
from: bin
- as: verify
commands: |
make verify -k --warn-undefined-variables
container:
from: bin
- as: unit
commands: |
make test --warn-undefined-variables
container:
from: test-bin
- as: integration
commands: make test-integration
container:
from: test-bin
- as: sonarcloud
disable_rehearsal: true
steps:
test:
- as: test
commands: |
export SELF="make -f /opt/build-harness/Makefile.prow"
make -f /opt/build-harness/Makefile.prow sonar/go/prow
credentials:
- mount_path: /etc/sonarcloud/
name: acm-sonarcloud-token
namespace: test-credentials
from: src
resources:
requests:
cpu: 100m
zz_generated_metadata:
branch: release-5.0
org: openshift-priv
repo: stolostron-submariner-addon
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
base_images:
base:
name: ubi-minimal
namespace: ocp
tag: "9"
binary_build_commands: make build --warn-undefined-variables
build_root:
image_stream_tag:
name: builder
namespace: stolostron
tag: go1.25-linux
canonical_go_repository: github.com/stolostron/submariner-addon
images:
items:
- dockerfile_path: Dockerfile
from: base
to: submariner-addon
promotion:
to:
- disabled: true
name: "5.1"
namespace: stolostron
prowgen:
private: true
releases:
initial:
integration:
name: 4.20-priv
namespace: ocp-private
latest:
integration:
include_built_images: true
name: 4.20-priv
namespace: ocp-private
resources:
'*':
limits:
memory: 12Gi
requests:
cpu: 100m
memory: 300Mi
test_binary_build_commands: make build GO_BUILD_FLAGS:='-race' --warn-undefined-variables
tests:
- as: build
commands: |
true
container:
from: bin
- as: verify
commands: |
make verify -k --warn-undefined-variables
container:
from: bin
- as: unit
commands: |
make test --warn-undefined-variables
container:
from: test-bin
- as: integration
commands: make test-integration
container:
from: test-bin
- as: sonarcloud
disable_rehearsal: true
steps:
test:
- as: test
commands: |
export SELF="make -f /opt/build-harness/Makefile.prow"
make -f /opt/build-harness/Makefile.prow sonar/go/prow
credentials:
- mount_path: /etc/sonarcloud/
name: acm-sonarcloud-token
namespace: test-credentials
from: src
resources:
requests:
cpu: 100m
zz_generated_metadata:
branch: release-5.1
org: openshift-priv
repo: stolostron-submariner-addon
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ tests:
EXTRA_MG_ARGS: --host-network
workflow: baremetalds-metallb-e2e
- as: security
optional: true
steps:
env:
ALL_PROJECTS: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ tests:
EXTRA_MG_ARGS: --host-network
workflow: openshift-e2e-aws-ovn-serial
- as: security
optional: true
steps:
env:
ALL_PROJECTS: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4308,7 +4308,6 @@ presubmits:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-priv-cluster-network-operator-master-security
optional: true
path_alias: github.com/openshift/cluster-network-operator
rerun_command: /test security
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4308,7 +4308,6 @@ presubmits:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-priv-cluster-network-operator-release-4.23-security
optional: true
path_alias: github.com/openshift/cluster-network-operator
rerun_command: /test security
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4308,7 +4308,6 @@ presubmits:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-priv-cluster-network-operator-release-5.0-security
optional: true
path_alias: github.com/openshift/cluster-network-operator
rerun_command: /test security
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4308,7 +4308,6 @@ presubmits:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-priv-cluster-network-operator-release-5.1-security
optional: true
path_alias: github.com/openshift/cluster-network-operator
rerun_command: /test security
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ postsubmits:
name: github-credentials-openshift-ci-robot-private-git-cloner
sparse_checkout_files:
- .ci-operator.yaml
- Dockerfile
- Dockerfile.control-plane
hidden: true
labels:
Expand All @@ -30,7 +31,7 @@ postsubmits:
- --promote
- --report-credentials-file=/etc/report/credentials
- --target=[images]
- --target=hypershift-operator
- --target=hypershift-operator-419
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
Expand Down
Loading