-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add helm ocp 4.18 osci config + fips (#57592)
- Loading branch information
Showing
4 changed files
with
346 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
95 changes: 95 additions & 0 deletions
95
...ig/redhat-developer/helm/redhat-developer-helm-release-3.11__helm-ocp4.18-lp-interop.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
base_images: | ||
base: | ||
name: "4.18" | ||
namespace: ocp | ||
tag: base | ||
binary_build_commands: make -f openshift-ci/Makefile build | ||
build_root: | ||
project_image: | ||
dockerfile_path: openshift-ci/Dockerfile.tests | ||
images: | ||
- dockerfile_path: openshift-ci/Dockerfile.tests | ||
from: base | ||
to: helm | ||
releases: | ||
latest: | ||
candidate: | ||
product: ocp | ||
stream: nightly | ||
version: "4.18" | ||
resources: | ||
'*': | ||
requests: | ||
cpu: 200m | ||
memory: 200Mi | ||
tests: | ||
- as: helm-interop-aws | ||
cron: 0 0 11 6 * | ||
steps: | ||
cluster_profile: aws-cspi-qe | ||
env: | ||
BASE_DOMAIN: cspilp.interop.ccitredhat.com | ||
FIREWATCH_CONFIG: | | ||
{ | ||
"failure_rules": | ||
[ | ||
{"step": "helm-acceptance-test", "failure_type": "pod_failure", "classification": "Test Execution", "group": {"name": "lp-tests", "priority": 1}, "jira_additional_labels": ["!default","interop-tests"]}, | ||
{"step": "helm-acceptance-test", "failure_type": "test_failure", "classification": "Test Failure", "jira_project": "HELM", "group": {"name": "lp-tests", "priority": 1}, "jira_additional_labels": ["!default","interop-tests"]} | ||
] | ||
} | ||
FIREWATCH_CONFIG_FILE_PATH: https://raw.githubusercontent.com/CSPI-QE/cspi-utils/main/firewatch-base-configs/aws-ipi/lp-interop.json | ||
FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.18-lp","self-managed-lp","helm-lp"]' | ||
FIREWATCH_DEFAULT_JIRA_ASSIGNEE: [email protected] | ||
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP | ||
USER_TAGS: | | ||
scenario helm | ||
test: | ||
- as: helm-acceptance-test | ||
commands: | | ||
make -f openshift-ci/Makefile build test-acceptance | ||
mv acceptance-testing/.acceptance/results.xml acceptance-testing/.acceptance/junit_results.xml | ||
cp -r acceptance-testing/.acceptance/junit_*.xml ${ARTIFACT_DIR}/ | ||
cp -r acceptance-testing/.acceptance/*.html ${ARTIFACT_DIR}/ | ||
from: helm | ||
resources: | ||
requests: | ||
cpu: 100m | ||
workflow: firewatch-ipi-aws | ||
- as: helm-interop-aws-fips | ||
cron: 0 0 11 6 * | ||
steps: | ||
cluster_profile: aws-cspi-qe | ||
env: | ||
BASE_DOMAIN: cspilp.interop.ccitredhat.com | ||
FIPS_ENABLED: "true" | ||
FIREWATCH_CONFIG: | | ||
{ | ||
"failure_rules": | ||
[ | ||
{"step": "helm-acceptance-test", "failure_type": "pod_failure", "classification": "Test Execution", "group": {"name": "lp-tests", "priority": 1}, "jira_additional_labels": ["!default","interop-tests"]}, | ||
{"step": "helm-acceptance-test", "failure_type": "test_failure", "classification": "Test Failure", "jira_project": "HELM", "group": {"name": "lp-tests", "priority": 1}, "jira_additional_labels": ["!default","interop-tests"]} | ||
] | ||
} | ||
FIREWATCH_CONFIG_FILE_PATH: https://raw.githubusercontent.com/CSPI-QE/cspi-utils/main/firewatch-base-configs/aws-ipi/lp-interop.json | ||
FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.18-lp","self-managed-lp","fips","helm-lp"]' | ||
FIREWATCH_DEFAULT_JIRA_ASSIGNEE: [email protected] | ||
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP | ||
USER_TAGS: | | ||
scenario helm | ||
test: | ||
- as: helm-acceptance-test | ||
commands: | | ||
make -f openshift-ci/Makefile build test-acceptance | ||
mv acceptance-testing/.acceptance/results.xml acceptance-testing/.acceptance/junit_results.xml | ||
cp -r acceptance-testing/.acceptance/junit_*.xml ${ARTIFACT_DIR}/ | ||
cp -r acceptance-testing/.acceptance/*.html ${ARTIFACT_DIR}/ | ||
from: helm | ||
resources: | ||
requests: | ||
cpu: 100m | ||
workflow: firewatch-ipi-aws | ||
zz_generated_metadata: | ||
branch: release-3.11 | ||
org: redhat-developer | ||
repo: helm | ||
variant: helm-ocp4.18-lp-interop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters