@@ -25,13 +25,13 @@ config:
2525 customConfigs :
2626 enabled : true
2727 includes :
28- - .*ocp4.20 -lp-interop.*
28+ - .*ocp-4.21 -lp-interop.*
2929 onDemand : true
30- version : " 4.20 "
30+ version : " 4.21 "
3131 - customConfigs :
3232 enabled : true
3333 excludes :
34- - .*ocp4.20 -lp-interop.*
34+ - .*ocp-4.21 -lp-interop.*
3535 useClusterPool : true
3636 version : " 4.19"
3737 - onDemand : true
@@ -518,87 +518,32 @@ repositories:
518518 branch : " "
519519 org : " "
520520 repo : " "
521- - name : ocp4.20 -lp-interop
521+ - name : ocp-4.21 -lp-interop-cr
522522 releaseBuildConfiguration :
523523 tests :
524- - as : operator-e2e-interop-aws-ocp420
525- cron : 0 23 31 2 *
526- steps :
527- cluster_profile : aws-cspi-qe
528- env :
529- BASE_DOMAIN : cspilp.interop.ccitredhat.com
530- FIREWATCH_CONFIG : |
531- {
532- "failure_rules":
533- [
534- {"step": "knative-eventing-kafka-broker-e2e", "failure_type": "test_failure", "classification": "knative-eventing-kafka-broker-e2e Test Failure", "jira_project": "SRVCOM", "jira_additional_labels": ["!default","interop-tests"]},
535- {"step": "knative-serving-eventing-e2e", "failure_type": "test_failure", "classification": "knative-serving-eventing-e2e Test Failure", "jira_project": "SRVCOM", "jira_additional_labels": ["!default","interop-tests"]},
536- {"step": "operator-e2e", "failure_type": "test_failure", "classification": "operator-e2e Test Failure", "jira_project": "SRVCOM", "jira_additional_labels": ["!default","interop-tests"]},
537- {"step": "knative-*", "failure_type": "pod_failure", "classification": "knative Test Execution", "jira_additional_labels": ["!default","interop-tests"]},
538- {"step": "operator-e2e", "failure_type": "pod_failure", "classification": "operator-e2e Test Execution", "jira_additional_labels": ["!default","interop-tests"]}
539- ]
540- }
541- FIREWATCH_CONFIG_FILE_PATH : https://raw.githubusercontent.com/CSPI-QE/cspi-utils/main/firewatch-base-configs/aws-ipi/lp-interop.json
542- FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS : ' ["4.20-lp","self-managed-lp","serverless-lp"]'
543- FIREWATCH_DEFAULT_JIRA_ASSIGNEE : maschmid@redhat.com
544- FIREWATCH_DEFAULT_JIRA_PROJECT : LPINTEROP
545- USER_TAGS : |
546- scenario serverless
547- test :
548- - as : operator-e2e
549- commands : GOPATH=/tmp/go PATH=$PATH:/tmp/go/bin SKIP_MESH_AUTH_POLICY_GENERATION=true
550- make test-e2e-with-kafka
551- from : serverless-source-image
552- resources :
553- limits :
554- memory : 8Gi
555- requests :
556- cpu : 100m
557- memory : 200Mi
558- - as : knative-serving-eventing-e2e
559- commands : GOPATH=/tmp/go PATH=$PATH:/tmp/go/bin SKIP_MESH_AUTH_POLICY_GENERATION=true
560- make test-upstream-e2e-no-upgrade
561- from : serverless-source-image
562- resources :
563- limits :
564- memory : 8Gi
565- requests :
566- cpu : 100m
567- memory : 200Mi
568- - as : knative-eventing-kafka-broker-e2e
569- commands : GOPATH=/tmp/go PATH=$PATH:/tmp/go/bin SKIP_MESH_AUTH_POLICY_GENERATION=true
570- make test-upstream-e2e-kafka-no-upgrade
571- from : serverless-source-image
572- resources :
573- limits :
574- memory : 10Gi
575- requests :
576- cpu : 100m
577- memory : 200Mi
578- workflow : firewatch-ipi-aws
579- timeout : 8h0m0s
580- - as : operator-e2e-interop-aws-ocp420-fips
581- cron : 0 23 31 2 *
524+ - as : operator-e2e-interop-aws-ocp421
525+ cron : 0 3,15 * * *
582526 steps :
583527 cluster_profile : aws-cspi-qe
584528 env :
585529 BASE_DOMAIN : cspilp.interop.ccitredhat.com
586- FIPS_ENABLED : " true"
587530 FIREWATCH_CONFIG : |
588531 {
589532 "failure_rules":
590533 [
591- {"step": "knative-eventing-kafka-broker-e2e", "failure_type": "test_failure", "classification": "knative-eventing-kafka-broker-e2e Test Failure", "jira_project": "SRVCOM", " jira_additional_labels": ["!default","interop-tests"]},
592- {"step": "knative-serving-eventing-e2e", "failure_type": "test_failure", "classification": "knative-serving-eventing-e2e Test Failure", "jira_project": "SRVCOM", " jira_additional_labels": ["!default","interop-tests"]},
593- {"step": "operator-e2e", "failure_type": "test_failure", "classification": "operator-e2e Test Failure", "jira_project": "SRVCOM", " jira_additional_labels": ["!default","interop-tests"]},
534+ {"step": "knative-eventing-kafka-broker-e2e", "failure_type": "test_failure", "classification": "knative-eventing-kafka-broker-e2e Test Failure", "jira_additional_labels": ["!default","interop-tests"]},
535+ {"step": "knative-serving-eventing-e2e", "failure_type": "test_failure", "classification": "knative-serving-eventing-e2e Test Failure", "jira_additional_labels": ["!default","interop-tests"]},
536+ {"step": "operator-e2e", "failure_type": "test_failure", "classification": "operator-e2e Test Failure", "jira_additional_labels": ["!default","interop-tests"]},
594537 {"step": "knative-*", "failure_type": "pod_failure", "classification": "knative Test Execution", "jira_additional_labels": ["!default","interop-tests"]},
595538 {"step": "operator-e2e", "failure_type": "pod_failure", "classification": "operator-e2e Test Execution", "jira_additional_labels": ["!default","interop-tests"]}
596539 ]
597540 }
598- FIREWATCH_CONFIG_FILE_PATH : https://raw.githubusercontent.com/CSPI-QE/cspi-utils/main/firewatch-base-configs/aws-ipi/lp-interop.json
599- FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS : ' ["4.20-lp","self-managed-lp","serverless-lp","fips"]'
541+ FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS : ' ["4.21-lp","self-managed-lp","serverless-lp"]'
600542 FIREWATCH_DEFAULT_JIRA_ASSIGNEE : maschmid@redhat.com
601- FIREWATCH_DEFAULT_JIRA_PROJECT : LPINTEROP
543+ FIREWATCH_DEFAULT_JIRA_PROJECT : SRVCOM
544+ OCP_VERSION : " 4.21"
545+ REPORT_TO_DR : " true"
546+ REPORTPORTAL_CMP : Serverless-lp-interop
602547 USER_TAGS : |
603548 scenario serverless
604549 test :
@@ -632,12 +577,8 @@ repositories:
632577 requests :
633578 cpu : 100m
634579 memory : 200Mi
635- workflow : firewatch-ipi-aws
580+ workflow : firewatch-ipi-aws-cr
636581 timeout : 8h0m0s
637- zz_generated_metadata :
638- branch : " "
639- org : " "
640- repo : " "
641582 dockerfiles :
642583 matches :
643584 - knative-operator/.*
0 commit comments