Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-m-sullivan committed Jul 2, 2023
1 parent 247a27e commit b2526f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci_standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci_standalone_versioned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/configure_controller_export_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b2526f6

Please sign in to comment.