Skip to content

Commit

Permalink
Merge branch 'openshift:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-zhang committed Mar 25, 2024
2 parents 10626e3 + 4f9fb70 commit 06e5ebd
Show file tree
Hide file tree
Showing 10,622 changed files with 77,621 additions and 81,848 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ release-controllers: update_crt_crd
./hack/generators/release-controllers/generate-release-controllers.py .

checkconfig:
$(CONTAINER_ENGINE) run $(CONTAINER_ENGINE_OPTS) $(CONTAINER_USER) --rm -v "$(CURDIR):/release$(VOLUME_MOUNT_FLAGS)" gcr.io/k8s-prow/checkconfig:v20240313-e1b5195aac --config-path /release/core-services/prow/02_config/_config.yaml --supplemental-prow-config-dir=/release/core-services/prow/02_config --job-config-path /release/ci-operator/jobs/ --plugin-config /release/core-services/prow/02_config/_plugins.yaml --supplemental-plugin-config-dir /release/core-services/prow/02_config --strict --exclude-warning long-job-names --exclude-warning mismatched-tide-lenient
$(CONTAINER_ENGINE) run $(CONTAINER_ENGINE_OPTS) $(CONTAINER_USER) --rm -v "$(CURDIR):/release$(VOLUME_MOUNT_FLAGS)" gcr.io/k8s-prow/checkconfig:v20240314-cb5a1d1e4e --config-path /release/core-services/prow/02_config/_config.yaml --supplemental-prow-config-dir=/release/core-services/prow/02_config --job-config-path /release/ci-operator/jobs/ --plugin-config /release/core-services/prow/02_config/_plugins.yaml --supplemental-plugin-config-dir /release/core-services/prow/02_config --strict --exclude-warning long-job-names --exclude-warning mismatched-tide-lenient

jobs: ci-operator-checkconfig
$(MAKE) ci-operator-prowgen
Expand Down
8 changes: 0 additions & 8 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ aliases:
assisted-cicd:
- romfreiman
- eranco74
- osherdp
- tsorya
- eliorerz
- omertuc
Expand All @@ -84,21 +83,14 @@ aliases:
- romfreiman
- eranco74
- tsorya
- osherdp
- omertuc
- adriengentil
edge-eco:
- romfreiman
- celebdor
- filanov
- tsorya
- osherdp
- eliorerz
- eranco74
- omertuc
- lranjbar
- flaper87
- mkowalski
- sagidayan
- carbonin
- adriengentil
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.19
tag: golang-1.20
releases:
latest:
release:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ tests:
[
{"name": "ansible-automation-platform-operator", "source": "redhat-operators", "channel": "stable-2.4", "install_namespace": "aap", "operator_group":"aap-operator", "target_namespaces": "aap"}
]
RE_TRIGGER_ON_FAILURE: "true"
USER_TAGS: |
scenario aap
test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,78 @@ tests:
- ref: openshift-qe-perfscale-aws-data-path-sg
- ref: cloud-bulldozer-e2e-benchmarking-ingress-perf
workflow: openshift-qe-installer-aws
- always_run: false
as: e2e-conc-builds-single-node
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
BASE_DOMAIN: perfscale.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "1"
COMPUTE_NODE_TYPE: m6g.xlarge
CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge
IF_INSTALL_INFRA_WORKLOAD: "false"
IF_MOVE_INGRESS: "false"
IF_MOVE_MONITORING: "false"
IF_MOVE_REGISTRY: "false"
LOKI_USE_SERVICEMONITOR: "false"
OCP_ARCH: arm64
SPOT_INSTANCES: "true"
USER_TAGS: |
TicketId 382
test:
- ref: cloud-bulldozer-e2e-benchmarking-conc-builds
workflow: openshift-qe-installer-aws
- always_run: false
as: e2e-network-policy-single-node
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
BASE_DOMAIN: perfscale.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "1"
COMPUTE_NODE_TYPE: m6g.xlarge
CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge
IF_INSTALL_INFRA_WORKLOAD: "false"
IF_MOVE_INGRESS: "false"
IF_MOVE_MONITORING: "false"
IF_MOVE_REGISTRY: "false"
LOKI_USE_SERVICEMONITOR: "false"
OCP_ARCH: arm64
SPOT_INSTANCES: "true"
USER_TAGS: |
TicketId 382
test:
- ref: cloud-bulldozer-e2e-benchmarking-network-policy
workflow: openshift-qe-installer-aws
- always_run: false
as: e2e-router-perf-single-node
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
BASE_DOMAIN: perfscale.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "1"
COMPUTE_NODE_TYPE: m6g.xlarge
CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge
IF_INSTALL_INFRA_WORKLOAD: "false"
IF_MOVE_INGRESS: "false"
IF_MOVE_MONITORING: "false"
IF_MOVE_REGISTRY: "false"
LOKI_USE_SERVICEMONITOR: "false"
OCP_ARCH: arm64
SPOT_INSTANCES: "true"
USER_TAGS: |
TicketId 382
test:
- ref: cloud-bulldozer-e2e-benchmarking-router-perf
workflow: openshift-qe-installer-aws
zz_generated_metadata:
branch: master
org: cloud-bulldozer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ tests:
FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.16-lp","self-managed-lp","cost-management-lp"]'
FIREWATCH_DEFAULT_JIRA_ASSIGNEE: dchorvat@redhat.com
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP
RE_TRIGGER_ON_FAILURE: "true"
USER_TAGS: |
scenario cost-management
test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ tests:
# Set environment variables for the ci test.sh script
export KATA_RUNTIME="kata-qemu"
export WORKAROUND_9206_CRIO=yes
# Install Kata Containers and run a smoke test.
ci/openshift-ci/test.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,78 +139,6 @@ tests:
memory: 200Mi
workflow: ipi-gcp-single-node
timeout: 8h0m0s
- as: win10-pipeline-example-test
run_if_changed: (^data/tekton-pipelines/.*|^data/tekton-tasks/.*|^internal/tekton-bundle/.*|^internal/operands/tekton-pipelines/.*|^internal/operands/tekton-tasks/.*)$
steps:
cluster_profile: gcp-virtualization
env:
COMPUTE_NODE_TYPE: n2-standard-4
test:
- as: win10-pipeline-example-test
commands: export TARGET=windows10 && ./automation/e2e-tekton/example-pipelines-test.sh
credentials:
- mount_path: /tmp/secrets
name: common-templates-container-disk-puller
namespace: test-credentials
dependencies:
- env: CI_OPERATOR_IMG
name: ssp-operator-container
- env: CI_VALIDATOR_IMG
name: template-validator-container
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: ipi-gcp
- as: win11-pipeline-example-test
run_if_changed: (^data/tekton-pipelines/.*|^data/tekton-tasks/.*|^internal/tekton-bundle/.*|^internal/operands/tekton-pipelines/.*|^internal/operands/tekton-tasks/.*)$
steps:
cluster_profile: gcp-virtualization
env:
COMPUTE_NODE_TYPE: n2-standard-4
test:
- as: win11-pipeline-example-test
commands: export TARGET=windows11 && ./automation/e2e-tekton/example-pipelines-test.sh
credentials:
- mount_path: /tmp/secrets
name: common-templates-container-disk-puller
namespace: test-credentials
dependencies:
- env: CI_OPERATOR_IMG
name: ssp-operator-container
- env: CI_VALIDATOR_IMG
name: template-validator-container
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: ipi-gcp
- as: win2k22-pipeline-example-test
run_if_changed: (^data/tekton-pipelines/.*|^data/tekton-tasks/.*|^internal/tekton-bundle/.*|^internal/operands/tekton-pipelines/.*|^internal/operands/tekton-tasks/.*)$
steps:
cluster_profile: gcp-virtualization
env:
COMPUTE_NODE_TYPE: n2-standard-4
test:
- as: win11-pipeline-example-test
commands: export TARGET=windows2k22 && ./automation/e2e-tekton/example-pipelines-test.sh
credentials:
- mount_path: /tmp/secrets
name: common-templates-container-disk-puller
namespace: test-credentials
dependencies:
- env: CI_OPERATOR_IMG
name: ssp-operator-container
- env: CI_VALIDATOR_IMG
name: template-validator-container
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: ipi-gcp
zz_generated_metadata:
branch: main
org: kubevirt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ tests:
memory: 100Mi
timeout: 2h0m0s
workflow: servicemesh-istio-e2e-hypershift
- as: integration-ocp-4-15
- as: e2e-ocp-4-15
steps:
cluster_profile: ossm-aws
env:
Expand All @@ -186,7 +186,7 @@ tests:
cpu: 200m
memory: 200Mi
timeout: 10m0s
- as: integration-ocp-4-15
- as: e2e-ocp-4-15
cli: latest
commands: |
oc rsh -n "${MAISTRA_NAMESPACE}" "${MAISTRA_SC_POD}" \
Expand All @@ -197,7 +197,7 @@ tests:
export BUILD_WITH_CONTAINER="0" && \
cd /work && \
entrypoint \
make test.integration.ocp"
make test.e2e.ocp"
oc cp "${MAISTRA_NAMESPACE}"/"${MAISTRA_SC_POD}":"${ARTIFACT_DIR}"/. "${ARTIFACT_DIR}"
env:
- name: MAISTRA_NAMESPACE
Expand All @@ -210,7 +210,7 @@ tests:
memory: 200Mi
timeout: 2h0m0s
workflow: servicemesh-istio-e2e-hypershift
- as: integration-ocp-4-16
- as: e2e-ocp-4-16
optional: true
steps:
cluster_profile: ossm-aws
Expand Down Expand Up @@ -238,7 +238,7 @@ tests:
cpu: 100m
memory: 100Mi
timeout: 10m0s
- as: integration-ocp-4-16
- as: e2e-ocp-4-16
cli: latest
commands: |
oc rsh -n "${MAISTRA_NAMESPACE}" "${MAISTRA_SC_POD}" \
Expand All @@ -249,7 +249,7 @@ tests:
export BUILD_WITH_CONTAINER="0" && \
cd /work && \
entrypoint \
make test.integration.ocp"
make test.e2e.ocp"
oc cp "${MAISTRA_NAMESPACE}"/"${MAISTRA_SC_POD}":"${ARTIFACT_DIR}"/. "${ARTIFACT_DIR}"
env:
- name: MAISTRA_NAMESPACE
Expand All @@ -262,7 +262,7 @@ tests:
memory: 100Mi
timeout: 2h0m0s
workflow: servicemesh-istio-e2e-hypershift
- as: integration-ocp-4-15-arm
- as: e2e-ocp-4-15-arm
steps:
cluster_profile: ossm-aws
dependencies:
Expand Down Expand Up @@ -292,7 +292,7 @@ tests:
cpu: 100m
memory: 100Mi
timeout: 10m0s
- as: integration-ocp-4-15-arm
- as: e2e-ocp-4-15-arm
cli: latest
commands: |
oc rsh -n "${MAISTRA_NAMESPACE}" "${MAISTRA_SC_POD}" \
Expand All @@ -303,7 +303,7 @@ tests:
export BUILD_WITH_CONTAINER="0" && \
cd /work && \
entrypoint \
make test.integration.ocp"
make test.e2e.ocp"
oc cp "${MAISTRA_NAMESPACE}"/"${MAISTRA_SC_POD}":"${ARTIFACT_DIR}"/. "${ARTIFACT_DIR}"
env:
- name: MAISTRA_NAMESPACE
Expand All @@ -316,7 +316,7 @@ tests:
memory: 100Mi
timeout: 2h0m0s
workflow: servicemesh-istio-e2e-profile
- as: integration-kind
- as: e2e-kind
steps:
cluster_profile: ossm-aws
dependencies:
Expand All @@ -343,7 +343,7 @@ tests:
cpu: 100m
memory: 100Mi
timeout: 10m0s
- as: integration-kind
- as: e2e-kind
cli: latest
commands: |
export QUAY_PASS=$(cat /maistra-secrets/password)
Expand All @@ -354,7 +354,7 @@ tests:
docker login -u='maistra-dev+prow' -p=${QUAY_PASS} quay.io && \
cd /work && \
export BUILD_WITH_CONTAINER="0" && \
make test.integration.kind"
make test.e2e.kind"
oc cp "${MAISTRA_NAMESPACE}"/"${MAISTRA_SC_POD}":"${ARTIFACT_DIR}"/. "${ARTIFACT_DIR}"
credentials:
- mount_path: /maistra-secrets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ tests:
{"name": "kiali-ossm", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators"},
{"name": "servicemeshoperator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators"}
]
RE_TRIGGER_ON_FAILURE: "true"
SMCP_VERSION: "2.4"
TEST_GROUP: interop
USER_TAGS: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ images:
dockerfile_path: Dockerfile
from: jupyter-datascience-ubi8-python-3.8
to: habana-jupyter-1.10.0-ubi8-python-3.8
- context_dir: habana/1.11.0/ubi8-python-3.8
dockerfile_path: Dockerfile
from: jupyter-datascience-ubi8-python-3.8
to: habana-jupyter-1.11.0-ubi8-python-3.8
- context_dir: runtimes/minimal/ubi8-python-3.8
dockerfile_path: Dockerfile
from: base-ubi8-python-3.8
Expand Down Expand Up @@ -221,16 +217,6 @@ tests:
IMAGE_TAG: YearIndex
RELEASE_VERSION: habana-jupyter-1.10.0-ubi8-python-3.8-2023a
workflow: opendatahub-io-ci-image-mirror
- as: notebook-habana-1-11-0-ubi8-python-3-8-image-mirror
postsubmit: true
steps:
dependencies:
SOURCE_IMAGE_REF: habana-jupyter-1.11.0-ubi8-python-3.8
env:
IMAGE_REPO: workbench-images
IMAGE_TAG: YearIndex
RELEASE_VERSION: habana-jupyter-1.11.0-ubi8-python-3.8-2023a
workflow: opendatahub-io-ci-image-mirror
- as: runtime-minimal-ubi8-python-3-8-image-mirror
postsubmit: true
steps:
Expand Down

0 comments on commit 06e5ebd

Please sign in to comment.