From b2526f6f52703709b6ce472b7951861bd9f57323 Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Sat, 1 Jul 2023 05:02:30 -0400 Subject: [PATCH] update tests --- .github/workflows/ci_standalone.yml | 6 +----- .github/workflows/ci_standalone_versioned.yml | 6 +++--- .github/workflows/release.yml | 1 + tests/configure_controller_export_model.yml | 1 + 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci_standalone.yml b/.github/workflows/ci_standalone.yml index 5527ca370..b4405651f 100644 --- a/.github/workflows/ci_standalone.yml +++ b/.github/workflows/ci_standalone.yml @@ -19,12 +19,8 @@ jobs: matrix: awx_version: - devel + - 22.4.0 - 22.3.0 - - 22.2.0 - - 22.1.0 - - 22.0.0 - - 21.14.0 - - 21.13.0 - 21.11.0 uses: "./.github/workflows/ci_standalone_versioned.yml" with: diff --git a/.github/workflows/ci_standalone_versioned.yml b/.github/workflows/ci_standalone_versioned.yml index 715fd7e40..d4e214cd3 100644 --- a/.github/workflows/ci_standalone_versioned.yml +++ b/.github/workflows/ci_standalone_versioned.yml @@ -18,16 +18,16 @@ jobs: steps: - uses: actions/checkout@v2 - - name: "Checkout galaxy_ng" + - name: Checkout AWX uses: actions/checkout@v2 with: repository: ansible/awx path: awx ref: ${{ inputs.awx_version }} - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.11" - name: Update apt run: sudo apt -y update diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15a20c002..dd4a7d63a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,7 @@ jobs: needs: - ci_standalone uses: "redhat-cop/ansible_collections_tooling/.github/workflows/release_pipeline_single.yml@main" + container: quay.io/ansible/creator-ee with: collection_namespace: infra collection_name: controller_configuration diff --git a/tests/configure_controller_export_model.yml b/tests/configure_controller_export_model.yml index 474567ba7..0c3c22d34 100644 --- a/tests/configure_controller_export_model.yml +++ b/tests/configure_controller_export_model.yml @@ -78,6 +78,7 @@ - name: Install awxkit python package ansible.builtin.pip: name: awxkit + version: 22.3.0 - name: Export workflow job template infra.controller_configuration.controller_export_diff: