diff --git a/.github/environments/leafcloud/inventory/group_vars/all/variables.yml b/.github/environments/leafcloud/inventory/group_vars/all/variables.yml index d5adf529..a9215da1 100644 --- a/.github/environments/leafcloud/inventory/group_vars/all/variables.yml +++ b/.github/environments/leafcloud/inventory/group_vars/all/variables.yml @@ -52,3 +52,12 @@ azimuth_capi_operator_capi_helm_csi_cinder_default_availability_zone: europe-nl- # Use the unencrypted volume type for Kubernetes volumes azimuth_capi_operator_capi_helm_root_volume_type: unencrypted azimuth_capi_operator_capi_helm_csi_cinder_default_volume_type: unencrypted + +# Don't have direct control of cert for Leafcloud auth endpoint so disabled +# to avoid CI being blocked on alerts +capi_cluster_release_overrides: + addons: + monitoring: + blackboxExporter: + openstackAuthUrlTarget: + enabled: false diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 02876e8c..0ea1d916 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -79,9 +79,9 @@ jobs: - .gitignore - .gitattributes - .github/actions/** - - .github/environments/common - - .github/environments/arcus - - .github/environments/leafcloud + - .github/environments/common/** + - .github/environments/arcus/** + - .github/environments/leafcloud/** - .github/workflows/pr.yml - .github/workflows/test-singlenode.yml - bin/activate