From 9e158444ba4473d10a1049c83d88a114c7aca555 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 20 Feb 2023 09:46:44 +0100 Subject: [PATCH] TEMPORARILY disable Arch Linux builds. --- .github/workflows/ansible-test.yml | 5 +++-- ansible-test/README.md | 2 +- playbooks/publish-ansible-test-images.yml | 5 +++-- roles/build-ansible-test-images/defaults/main.yml | 11 ++++++----- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index cee84dd..8897b0f 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -17,8 +17,9 @@ jobs: fail-fast: false matrix: include: - - name: archlinux - python: '3.10' + # TODO: re-enable arch + # - name: archlinux + # python: '3.10' - name: centos-stream8 python: '3.6 3.8 3.9' - name: debian-bullseye diff --git a/ansible-test/README.md b/ansible-test/README.md index a4fa4f6..7164a41 100644 --- a/ansible-test/README.md +++ b/ansible-test/README.md @@ -57,7 +57,7 @@ ansible-test integration --python 3.6 --docker localhost/test-image:centos-strea | image | py27 | py36 | py38 | py39 | py3.10 | Notes | |-------------------|------|------|------|------|--------|------------------------------------------| -| [archlinux] | | | | | ✔️ | | +| [archlinux] | | | | | ✔️ | **Build temporarily disabled** | | [centos-stream8] | | ✔️ |✔️[^1] | ✔️ | | Based on [centos8 ansible-test image] | | [debian-bullseye] | | | | ✔️ | | Based on [ubuntu2004 ansible-test image] | diff --git a/playbooks/publish-ansible-test-images.yml b/playbooks/publish-ansible-test-images.yml index cd353af..6216314 100644 --- a/playbooks/publish-ansible-test-images.yml +++ b/playbooks/publish-ansible-test-images.yml @@ -5,8 +5,9 @@ destination: "{{ destination_repository | default('quay.io/ansible-community/test-image') }}" images: # These images are meant to be provided by running the "build-ansible-test-images.yml" playbook. - - name: localhost/test-image - tag: archlinux + # TODO: re-enable arch + # - name: localhost/test-image + # tag: archlinux - name: localhost/test-image tag: centos-stream8 - name: localhost/test-image diff --git a/roles/build-ansible-test-images/defaults/main.yml b/roles/build-ansible-test-images/defaults/main.yml index 39c7d78..b5ecae7 100644 --- a/roles/build-ansible-test-images/defaults/main.yml +++ b/roles/build-ansible-test-images/defaults/main.yml @@ -2,11 +2,12 @@ images_ansible_name: ansible-core images_ansible_version: latest images_available: - - name: localhost/test-image - tag: archlinux - script: ansible-test/archlinux/build.sh - pythons: - - "3.10" + # TODO: re-enable arch + # - name: localhost/test-image + # tag: archlinux + # script: ansible-test/archlinux/build.sh + # pythons: + # - "3.10" - name: localhost/test-image tag: centos-stream8 script: ansible-test/centos-stream8/build.sh