From d0e805e8be5d37e9aee13aa81be0752ddd269577 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Fri, 30 May 2025 15:45:22 +0200 Subject: [PATCH] gitlab: disable OCI tests OCI tests are constantly failing due to a known issue. A fix is coming but it's taking a while so let's disable them so we can keep merging PRs. --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0eccfe0eb..354f21c13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -437,14 +437,14 @@ aws.sh: variables: SCRIPT: aws.sh -oci.sh: - extends: .integration - rules: - # Run only on x86_64 - - !reference [.upstream_rules_x86_64, rules] - - !reference [.ga_rules_x86_64, rules] - variables: - SCRIPT: oci.sh +# oci.sh: +# extends: .integration +# rules: +# # Run only on x86_64 +# - !reference [.upstream_rules_x86_64, rules] +# - !reference [.ga_rules_x86_64, rules] +# variables: +# SCRIPT: oci.sh OpenShift_Virtualization: extends: .integration_rhel @@ -561,7 +561,7 @@ cross-distro.sh: - vsphere - edge-commit generic.s3 - edge-container - - oci + # - oci API: stage: test @@ -587,7 +587,7 @@ API: - aws - azure - gcp - - oci + # - oci - vsphere RUNNER: - aws/rhel-10.0-nightly-x86_64