Skip to content

Commit

Permalink
Merge branch 'openshift:master' into hcp-ibmz-conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
veera-damisetti committed Mar 29, 2024
2 parents aa976c3 + 984dd0e commit 81bf71c
Show file tree
Hide file tree
Showing 11,083 changed files with 98,206 additions and 121,319 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:v20240327-a58d781f5a --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 @@ -8,7 +8,7 @@ releases:
latest:
release:
channel: fast
version: "4.8"
version: "4.12"
resources:
'*':
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ tests:
}
FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.16-lp","self-managed-lp","service-registry-lp"]'
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP
RE_TRIGGER_ON_FAILURE: "true"
USER_TAGS: |
scenario service-registry
test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ tests:
OCP_VERSION: "4.16"
ODF_OPERATOR_CHANNEL: stable-4.15
ODF_VERSION_MAJOR_MINOR: "4.15"
RE_TRIGGER_ON_FAILURE: "true"
USER_TAGS: |
scenario cnv
test:
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 @@ -39,6 +39,7 @@ tests:
}
FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.16-lp","self-managed-lp","jboss-fuse-lp"]'
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP
RE_TRIGGER_ON_FAILURE: "true"
USER_TAGS: |
scenario jboss-fuse
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
2 changes: 0 additions & 2 deletions ci-operator/config/kubevirt/kubevirt/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ filters:
- alicefr
- alonakaplan
- davidvossel
- dhiller
- enp0s3
- fabiand
- jean-edouard
Expand All @@ -23,7 +22,6 @@ filters:
- acardace
- alicefr
- alonakaplan
- dhiller
- enp0s3
- fossedihelm
- jean-edouard
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 @@ -97,7 +97,9 @@ tests:
secrets:
- mount_path: /creds-github
name: github-token
- as: push-images
- always_run: false
as: push-images
optional: true
steps:
cluster_profile: ossm-aws
dependencies:
Expand Down Expand Up @@ -346,12 +348,10 @@ tests:
- as: e2e-kind
cli: latest
commands: |
export QUAY_PASS=$(cat /maistra-secrets/password)
oc rsh -n "${MAISTRA_NAMESPACE}" "${MAISTRA_SC_POD}" \
entrypoint \
sh -c \
"export TAG=PR-${PULL_NUMBER} && \
docker login -u='maistra-dev+prow' -p=${QUAY_PASS} quay.io && \
cd /work && \
export BUILD_WITH_CONTAINER="0" && \
make test.e2e.kind"
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 @@ -34,7 +34,7 @@ resources:
cpu: 500m
memory: 1000Mi
tests:
- as: test
- as: unit-test
commands: make test
container:
from: src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resources:
cpu: 500m
memory: 1000Mi
tests:
- as: test
- as: unit-test
commands: make test
container:
from: src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resources:
cpu: 500m
memory: 1000Mi
tests:
- as: test
- as: unit-test
commands: make test
container:
from: src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resources:
cpu: 500m
memory: 1000Mi
tests:
- as: test
- as: unit-test
commands: make test
container:
from: src
Expand Down

0 comments on commit 81bf71c

Please sign in to comment.