UNCLASSIFIED - NO CUI

Skip to content

Add rds_creation functionality to the bigbang release pipelines

Andrew Kesterson requested to merge add_rds_bigbang_yaml into master

General MR

Summary

The bigbang release pipelines currently do not provide for the provision of RDS databases for packages that want one, unlike the package pipelines. This fixes that.

Relevant logs/screenshots

Here are some package validation pipeline runs. I don't know exactly which pipeline configurations need this so I tested all of them I could think of.

  • Using job_type: clean_install_oci and cluster_type: RKE2: Passes

  • Using job_type: oci_clean_install and cluster_type: RKE2: Fails

  • Using job_type: nightly and cluster_type: RKE2: Fails

  • Using job_type: default and cluster_type: RKE2: Partial success (Fails kiali, kyverno-reporter, loki, grafana, monitoring, neuvector, tempo helm tests)

  • Using job_type: clean_install_oci and cluster_type: EKS: Partial success (Fails kiali, kyverno-reporter, loki, grafana, monitoring, neuvector, tempo helm tests)

  • Using job_type: default and cluster_type: EKS: Partial success (Upgrade fails, clean install fails kiali, kyverno-reporter, loki, grafana, monitoring, neuvector, tempo helm tests)

  • Using job_type: nightly and cluster_type: EKS: Fails

  • Using job_type: oci_clean_install and cluster_type: EKS: Failed

Linked Issue

N/A

Upgrade Notices

N/A

Edited by Andrew Kesterson

Merge request reports

Loading