forked from openshift/release
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expansion of camel on springboot for ocp 4.18 fips/non-fips (openshif…
…t#57608) * expansion of camel on springboot for ocp 4.18 fips/non-fips update cron add FIREWATCH_DEFAULT_JIRA_ASSIGNEE create .config.prowgen file for slack reporting of results being auto-created with make updates * Update ci-operator/jobs/jboss-fuse/csb-tnb-tests-container/jboss-fuse-csb-tnb-tests-container-main-periodics.yaml Co-authored-by: Diane Frazzette <[email protected]> * Update ci-operator/jobs/jboss-fuse/csb-tnb-tests-container/jboss-fuse-csb-tnb-tests-container-main-periodics.yaml Co-authored-by: Diane Frazzette <[email protected]> --------- Co-authored-by: Diane Frazzette <[email protected]>
- Loading branch information
1 parent
ab31ae5
commit 5e1179f
Showing
3 changed files
with
272 additions
and
4 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
ci-operator/config/jboss-fuse/csb-tnb-tests-container/.config.prowgen
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,13 @@ | ||
slack_reporter: | ||
- channel: "#csb-qe" | ||
job_states_to_report: | ||
- success | ||
- failure | ||
- error | ||
report_template: '{{if eq .Status.State "success"}} :slack-green: Job *{{.Spec.Job}}* | ||
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :failed: | ||
Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View | ||
logs> {{end}}' | ||
job_names: | ||
- csb-interop-aws-latest | ||
- csb-interop-aws-latest-fips |
71 changes: 71 additions & 0 deletions
71
...-tnb-tests-container/jboss-fuse-csb-tnb-tests-container-main__csb-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,71 @@ | ||
base_images: | ||
cli: | ||
name: "4.18" | ||
namespace: ocp | ||
tag: cli | ||
releases: | ||
latest: | ||
candidate: | ||
product: ocp | ||
stream: nightly | ||
version: "4.18" | ||
resources: | ||
'*': | ||
requests: | ||
cpu: 100m | ||
memory: 200Mi | ||
tests: | ||
- as: csb-interop-aws-latest | ||
cron: 0 0 11 6 * | ||
steps: | ||
cluster_profile: aws-cspi-qe | ||
env: | ||
BASE_DOMAIN: cspilp.interop.ccitredhat.com | ||
FIREWATCH_CONFIG: | | ||
{ | ||
"failure_rules": | ||
[ | ||
{"step": "csb-*", "failure_type": "test_failure", "classification": "Test Failure-latest", "jira_project": "CSB", "group": {"name": "lp-tests", "priority": 1}, "jira_epic": "CSB-2628", "jira_additional_labels": ["!default","interop-tests"]}, | ||
{"step": "csb-*", "failure_type": "pod_failure", "classification": "Test Execuiton", "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","csb-lp"]' | ||
FIREWATCH_DEFAULT_JIRA_ASSIGNEE: [email protected] | ||
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP | ||
USER_TAGS: | | ||
scenario csb | ||
test: | ||
- ref: csb-deploy-resources | ||
- ref: csb-run-tests | ||
workflow: firewatch-ipi-aws | ||
- as: csb-interop-aws-latest-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": "csb-*", "failure_type": "test_failure", "classification": "Test Failure-latest", "jira_project": "CSB", "group": {"name": "lp-tests", "priority": 1}, "jira_epic": "CSB-2628", "jira_additional_labels": ["!default","interop-tests"]}, | ||
{"step": "csb-*", "failure_type": "pod_failure", "classification": "Test Execuiton", "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","csb-lp","fips"]' | ||
FIREWATCH_DEFAULT_JIRA_ASSIGNEE: [email protected] | ||
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP | ||
USER_TAGS: | | ||
scenario csb | ||
test: | ||
- ref: csb-deploy-resources | ||
- ref: csb-run-tests | ||
workflow: firewatch-ipi-aws | ||
zz_generated_metadata: | ||
branch: main | ||
org: jboss-fuse | ||
repo: csb-tnb-tests-container | ||
variant: csb-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