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.
This commit is contained in:
Achilleas Koutsou 2025-05-30 15:45:22 +02:00
parent 1fc5e2ad18
commit d0e805e8be

View file

@ -437,14 +437,14 @@ aws.sh:
variables: variables:
SCRIPT: aws.sh SCRIPT: aws.sh
oci.sh: # oci.sh:
extends: .integration # extends: .integration
rules: # rules:
# Run only on x86_64 # # Run only on x86_64
- !reference [.upstream_rules_x86_64, rules] # - !reference [.upstream_rules_x86_64, rules]
- !reference [.ga_rules_x86_64, rules] # - !reference [.ga_rules_x86_64, rules]
variables: # variables:
SCRIPT: oci.sh # SCRIPT: oci.sh
OpenShift_Virtualization: OpenShift_Virtualization:
extends: .integration_rhel extends: .integration_rhel
@ -561,7 +561,7 @@ cross-distro.sh:
- vsphere - vsphere
- edge-commit generic.s3 - edge-commit generic.s3
- edge-container - edge-container
- oci # - oci
API: API:
stage: test stage: test
@ -587,7 +587,7 @@ API:
- aws - aws
- azure - azure
- gcp - gcp
- oci # - oci
- vsphere - vsphere
RUNNER: RUNNER:
- aws/rhel-10.0-nightly-x86_64 - aws/rhel-10.0-nightly-x86_64