Skip to content

Commit

Permalink
Add variant mapping to qe dataset as well
Browse files Browse the repository at this point in the history
  • Loading branch information
xueqzhan committed Jan 24, 2025
1 parent de3cbc4 commit 9bd18d4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions data/openshift-gce-devel/ci_analysis_qe/variant_mapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"APIVersion": "v1",
"Kind": "VariantOwnership",
"Product": "OpenShift",
"JiraProject": "OCPBUGS",
"JiraComponent": "Cloud Compute / vSphere Provider",
"VariantName": "Platform",
"VariantValue": "vsphere"
},
{
"APIVersion": "v1",
"Kind": "VariantOwnership",
"Product": "OpenShift",
"JiraProject": "OCPBUGS",
"JiraComponent": "Bare Metal Hardware Provisioning",
"VariantName": "Platform",
"VariantValue": "metal"
}
]
2 changes: 1 addition & 1 deletion hack/cronjob-update-mapping.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ci-test-mapping map --mode=bigquery --push-to-bigquery --map-variant
## QE Mappings
ci-test-mapping map --mode=bigquery --push-to-bigquery \
--bigquery-dataset ci_analysis_qe --bigquery-project openshift-gce-devel \
--table-junit junit --table-mapping component_mapping --config ""
--table-junit junit --table-mapping component_mapping --config "" --map-variant

if git diff --quiet
then
Expand Down

0 comments on commit 9bd18d4

Please sign in to comment.