Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
270 changes: 270 additions & 0 deletions config/views.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2499,3 +2499,273 @@ component_readiness:
enabled: false
prime_cache:
enabled: false
- name: 4.21-lp-Interop-compliance
base_release:
release: "4.20"
relative_start: ga-30d
relative_end: ga
sample_release:
release: "4.21"
relative_start: now-7d
relative_end: now
variant_options:
column_group_by:
Architecture: {}
Platform: {}
db_group_by:
Architecture: {}
Platform: {}
Suite: {}
include_variants:
Architecture:
- amd64
- arm64
LayeredProduct:
- lp-interop-compliance
Owner:
- eng
- qe
Platform:
- azure
- gcp
- aws
advanced_options:
minimum_failure: 2
confidence: 95
pity_factor: 5
ignore_missing: false
ignore_disruption: true
flake_as_failure: false
pass_rate_required_new_tests: 95
include_multi_release_analysis: true
metrics:
enabled: true
regression_tracking:
enabled: false
prime_cache:
enabled: false
- name: 4.20-lp-Interop-compliance
base_release:
release: "4.19"
relative_start: ga-30d
relative_end: ga
sample_release:
release: "4.20"
relative_start: now-7d
relative_end: now
variant_options:
column_group_by:
Architecture: {}
Platform: {}
db_group_by:
Architecture: {}
Platform: {}
Suite: {}
include_variants:
Architecture:
- amd64
- arm64
LayeredProduct:
- lp-interop-compliance
Owner:
- eng
- qe
Platform:
- azure
- gcp
- aws
advanced_options:
minimum_failure: 2
confidence: 95
pity_factor: 5
ignore_missing: false
ignore_disruption: true
flake_as_failure: false
pass_rate_required_new_tests: 95
include_multi_release_analysis: true
metrics:
enabled: true
regression_tracking:
enabled: false
prime_cache:
enabled: false
- name: 4.19-lp-Interop-compliance
base_release:
release: "4.18"
relative_start: ga-30d
relative_end: ga
sample_release:
release: "4.19"
relative_start: now-7d
relative_end: now
variant_options:
column_group_by:
Architecture: {}
Platform: {}
db_group_by:
Architecture: {}
Platform: {}
Suite: {}
include_variants:
Architecture:
- amd64
- arm64
LayeredProduct:
- lp-interop-compliance
Owner:
- eng
- qe
Platform:
- azure
- gcp
- aws
advanced_options:
minimum_failure: 2
confidence: 95
pity_factor: 5
ignore_missing: false
ignore_disruption: true
flake_as_failure: false
pass_rate_required_new_tests: 95
include_multi_release_analysis: true
metrics:
enabled: true
regression_tracking:
enabled: false
prime_cache:
enabled: false
- name: 4.18-lp-Interop-compliance
base_release:
release: "4.17"
relative_start: ga-30d
relative_end: ga
sample_release:
release: "4.18"
relative_start: now-7d
relative_end: now
variant_options:
column_group_by:
Architecture: {}
Platform: {}
db_group_by:
Architecture: {}
Platform: {}
Suite: {}
include_variants:
Architecture:
- amd64
- arm64
LayeredProduct:
- lp-interop-compliance
Owner:
- eng
- qe
Platform:
- azure
- gcp
- aws
advanced_options:
minimum_failure: 2
confidence: 95
pity_factor: 5
ignore_missing: false
ignore_disruption: true
flake_as_failure: false
pass_rate_required_new_tests: 95
include_multi_release_analysis: true
metrics:
enabled: true
regression_tracking:
enabled: false
prime_cache:
enabled: false
- name: 4.17-lp-Interop-compliance
base_release:
release: "4.16"
relative_start: ga-30d
relative_end: ga
sample_release:
release: "4.17"
relative_start: now-7d
relative_end: now
variant_options:
column_group_by:
Architecture: {}
Platform: {}
db_group_by:
Architecture: {}
Platform: {}
Suite: {}
include_variants:
Architecture:
- amd64
- arm64
LayeredProduct:
- lp-interop-compliance
Owner:
- eng
- qe
Platform:
- azure
- gcp
- aws
advanced_options:
minimum_failure: 2
confidence: 95
pity_factor: 5
ignore_missing: false
ignore_disruption: true
flake_as_failure: false
pass_rate_required_new_tests: 95
include_multi_release_analysis: true
metrics:
enabled: true
regression_tracking:
enabled: false
prime_cache:
enabled: false
- name: 4.16-lp-Interop-compliance
base_release:
release: "4.15"
relative_start: ga-30d
relative_end: ga
sample_release:
release: "4.16"
relative_start: now-7d
relative_end: now
variant_options:
column_group_by:
Architecture: {}
Platform: {}
db_group_by:
Architecture: {}
Platform: {}
Suite: {}
include_variants:
Architecture:
- amd64
- arm64
LayeredProduct:
- lp-interop-compliance
Owner:
- eng
- qe
Platform:
- azure
- gcp
- aws
advanced_options:
minimum_failure: 2
confidence: 95
pity_factor: 5
ignore_missing: false
ignore_disruption: true
flake_as_failure: false
pass_rate_required_new_tests: 95
include_multi_release_analysis: true
metrics:
enabled: true
regression_tracking:
enabled: false
prime_cache:
enabled: false
1 change: 1 addition & 0 deletions pkg/db/suites.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ var testSuites = []string{
"ServiceMesh-lp-interop",
"OpenshiftPipelines-lp-interop",
"COO-lp-interop",
"Compliance-lp-interop",
}

func populateTestSuitesInDB(db *gorm.DB) error {
Expand Down
3 changes: 3 additions & 0 deletions pkg/variantregistry/ocp.go
Original file line number Diff line number Diff line change
Expand Up @@ -1108,6 +1108,9 @@ func setLayeredProduct(_ logrus.FieldLogger, variants map[string]string, jobName
{"-lp-interop-cr-servicemesh", "lp-interop-servicemesh"},
{"-lp-interop-cr-operator-e2e", "lp-interop-serverless"},
{"-coo-", "lp-interop-coo"},
{"-complianceascode-", "lp-interop-compliance"},
{"-compliance-destructive", "lp-interop-compliance"},
{"-compliance", "lp-interop-compliance"},
{"-virt", "virt"},
{"-cnv", "virt"},
{"-kubevirt", "virt"},
Expand Down
Loading