Cirrus: temp. disable all Ubuntu testing

Building Ubuntu VM images is temporarily broken due to dependency
problems on (missing) netavaro for the (required) podman package.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2022-10-13 16:02:25 -04:00
parent ecd1927b4c
commit fd9de876f1

View File

@ -40,11 +40,10 @@ env:
# GCP Images # GCP Images
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}"
UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${IMAGE_SUFFIX}" #UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${IMAGE_SUFFIX}"
# Container FQIN's # Container FQIN's
FEDORA_CONTAINER_FQIN: "quay.io/libpod/fedora_podman:${IMAGE_SUFFIX}" FEDORA_CONTAINER_FQIN: "quay.io/libpod/fedora_podman:${IMAGE_SUFFIX}"
PRIOR_FEDORA_CONTAINER_FQIN: "quay.io/libpod/prior-fedora_podman:${IMAGE_SUFFIX}" PRIOR_FEDORA_CONTAINER_FQIN: "quay.io/libpod/prior-fedora_podman:${IMAGE_SUFFIX}"
UBUNTU_CONTAINER_FQIN: "quay.io/libpod/ubuntu_podman:${IMAGE_SUFFIX}"
WINDOWS_AMI: "win-server-wsl-c5138587457421312" # Replace with IMAGE_SUFFIX when aligned WINDOWS_AMI: "win-server-wsl-c5138587457421312" # Replace with IMAGE_SUFFIX when aligned
#### ####
#### Control variables that determine what to run and how to run it. #### Control variables that determine what to run and how to run it.
@ -109,11 +108,11 @@ build_task:
VM_IMAGE_NAME: ${PRIOR_FEDORA_CACHE_IMAGE_NAME} VM_IMAGE_NAME: ${PRIOR_FEDORA_CACHE_IMAGE_NAME}
CTR_FQIN: ${PRIOR_FEDORA_CONTAINER_FQIN} CTR_FQIN: ${PRIOR_FEDORA_CONTAINER_FQIN}
CI_DESIRED_RUNTIME: crun CI_DESIRED_RUNTIME: crun
- env: &ubuntu_envvars #- env: &ubuntu_envvars
DISTRO_NV: ${UBUNTU_NAME} # DISTRO_NV: ${UBUNTU_NAME}
VM_IMAGE_NAME: ${UBUNTU_CACHE_IMAGE_NAME} # VM_IMAGE_NAME: ${UBUNTU_CACHE_IMAGE_NAME}
CTR_FQIN: ${UBUNTU_CONTAINER_FQIN} # CTR_FQIN: ${UBUNTU_CONTAINER_FQIN}
CI_DESIRED_RUNTIME: runc # CI_DESIRED_RUNTIME: runc
env: env:
TEST_FLAVOR: build TEST_FLAVOR: build
# NOTE: The default way Cirrus-CI clones is *NOT* compatible with # NOTE: The default way Cirrus-CI clones is *NOT* compatible with
@ -836,32 +835,32 @@ buildah_bud_test_task:
always: *int_logs_artifacts always: *int_logs_artifacts
rootless_gitlab_test_task: #rootless_gitlab_test_task:
name: *std_name_fmt # name: *std_name_fmt
alias: rootless_gitlab_test # alias: rootless_gitlab_test
# Docs: ./contrib/cirrus/CIModes.md # # Docs: ./contrib/cirrus/CIModes.md
only_if: &cirrus_cron "${CIRRUS_CRON} == 'main'" # only_if: &cirrus_cron "${CIRRUS_CRON} == 'main'"
# Community-maintained downstream test may fail unexpectedly. # # Community-maintained downstream test may fail unexpectedly.
# Ref. repository: https://gitlab.com/gitlab-org/gitlab-runner # # Ref. repository: https://gitlab.com/gitlab-org/gitlab-runner
# If necessary, uncomment the next line and file issue(s) with details. # # If necessary, uncomment the next line and file issue(s) with details.
# allow_failures: $CI == $CI # # allow_failures: $CI == $CI
depends_on: # depends_on:
- build # - build
- rootless_integration_test # - rootless_integration_test
gce_instance: *standardvm # gce_instance: *standardvm
env: # env:
<<: *ubuntu_envvars # <<: *ubuntu_envvars
TEST_FLAVOR: 'gitlab' # TEST_FLAVOR: 'gitlab'
PRIV_NAME: rootless # PRIV_NAME: rootless
clone_script: *get_gosrc # clone_script: *get_gosrc
setup_script: *setup # setup_script: *setup
main_script: *main # main_script: *main
always: # always:
<<: *logs_artifacts # <<: *logs_artifacts
junit_artifacts: # junit_artifacts:
path: gitlab-runner-podman.xml # path: gitlab-runner-podman.xml
type: text/xml # type: text/xml
format: junit # format: junit
upgrade_test_task: upgrade_test_task:
@ -950,10 +949,11 @@ meta_task:
image: quay.io/libpod/imgts:latest image: quay.io/libpod/imgts:latest
env: env:
# Space-separated list of images used by this repository state # Space-separated list of images used by this repository state
# DISABLED:
# ${UBUNTU_CACHE_IMAGE_NAME}
IMGNAMES: >- IMGNAMES: >-
${FEDORA_CACHE_IMAGE_NAME} ${FEDORA_CACHE_IMAGE_NAME}
${PRIOR_FEDORA_CACHE_IMAGE_NAME} ${PRIOR_FEDORA_CACHE_IMAGE_NAME}
${UBUNTU_CACHE_IMAGE_NAME}
build-push-${IMAGE_SUFFIX} build-push-${IMAGE_SUFFIX}
EC2IMGNAMES: >- EC2IMGNAMES: >-
${FEDORA_AARCH64_AMI} ${FEDORA_AARCH64_AMI}
@ -1004,7 +1004,7 @@ success_task:
- rootless_remote_system_test - rootless_remote_system_test
- minikube_test - minikube_test
- buildah_bud_test - buildah_bud_test
- rootless_gitlab_test #- rootless_gitlab_test
- upgrade_test - upgrade_test
- image_build - image_build
- meta - meta