From fd7dc96d060aefb0e346b2a60b0fd1181f4f18c4 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Wed, 4 Jun 2025 15:30:59 +0200 Subject: [PATCH] gitlab: enable OCI tests The problem with the test infrastructure should be resolved. This reverts commit d0e805e8be5d37e9aee13aa81be0752ddd269577. --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0c49d04e..2718afc34 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.1-nightly-x86_64