diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index e170f5e..4dbdaa2 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -44,4 +44,5 @@ jobs: uses: ansible-community/ansible-test-gh-action@release/v1 with: testing-type: sanity # wokeignore:rule=sanity + ansible-core-version: stable-2.17 collection-src-directory: ${{ github.workspace }}/.tox/ansible_collections/${{ env.LSR_ROLE2COLL_NAMESPACE }}/${{ env.LSR_ROLE2COLL_NAME }} diff --git a/.github/workflows/tft.yml b/.github/workflows/tft.yml index 8a494e1..8290ece 100644 --- a/.github/workflows/tft.yml +++ b/.github/workflows/tft.yml @@ -157,8 +157,8 @@ jobs: uses: sclorg/testing-farm-as-github-action@v3 if: contains(needs.prepare_vars.outputs.supported_platforms, matrix.platform) with: - git_url: https://github.com/richm/linux-system-roles-tft-tests - git_ref: get_python_modules + git_url: https://github.com/linux-system-roles/tft-tests + git_ref: main pipeline_settings: '{ "type": "tmt-multihost" }' environment_settings: '{ "provisioning": { "tags": { "BusinessUnit": "system_roles" } } }' # Keeping ARTIFACTS_URL at the bottom makes the link in logs clickable @@ -169,8 +169,7 @@ jobs: ARTIFACTS_DIR=${{ steps.set_vars.outputs.ARTIFACTS_DIR }};\ TEST_LOCAL_CHANGES=false;\ LINUXSYSTEMROLES_USER=${{ vars.LINUXSYSTEMROLES_USER }};\ - ARTIFACTS_URL=${{ steps.set_vars.outputs.ARTIFACTS_URL }};\ - GET_PYTHON_MODULES=${{ contains(github.event.comment.body, 'GET_PYTHON_MODULES') }}" + ARTIFACTS_URL=${{ steps.set_vars.outputs.ARTIFACTS_URL }}" # Note that LINUXSYSTEMROLES_SSH_KEY must be single-line, TF doesn't read multi-line variables fine. secrets: "LINUXSYSTEMROLES_DOMAIN=${{ secrets.LINUXSYSTEMROLES_DOMAIN }};\ LINUXSYSTEMROLES_SSH_KEY=${{ secrets.LINUXSYSTEMROLES_SSH_KEY }}"