From 79e6df2f485ec9405d0d13223521f39ba4b3d3e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Correa=20Rodr=C3=ADguez?= Date: Mon, 2 Sep 2024 15:55:21 +0200 Subject: [PATCH] Deleted debug tasks and improved task names --- .github/workflows/Test_installation_assistant.yml | 9 +++------ .github/workflows/ansible-playbooks/aio.yml | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/Test_installation_assistant.yml b/.github/workflows/Test_installation_assistant.yml index 5028bb4..ffd8cdc 100644 --- a/.github/workflows/Test_installation_assistant.yml +++ b/.github/workflows/Test_installation_assistant.yml @@ -122,9 +122,6 @@ jobs: - name: Install Ansible run: sudo apt-get update && sudo apt install -y python3 && python3 -m pip install --user ansible-core==2.16 - - - name: Get Ansible - run: ansible --version - name: Set up AWS credentials uses: aws-actions/configure-aws-credentials@v4 @@ -158,7 +155,7 @@ jobs: echo "[gha_instance]" > $ALLOCATOR_PATH/inventory echo "$ansible_host ansible_port=$ansible_port ansible_user=$ansible_user ansible_ssh_private_key_file=$ansible_ssh_private_key_file ansible_ssh_common_args='$ansible_ssh_common_args'" >> $ALLOCATOR_PATH/inventory - - name: Execute provision.yml playbook + - name: Execute provision playbook run: | INSTALL_DEPS=true INSTALL_PYTHON=true @@ -197,13 +194,13 @@ jobs: -e "test_name=$TEST_NAME" \ "${{ inputs.VERBOSITY }}" - - name: Compress Allocator directory + - name: Compress Allocator VM directory id: compress_allocator_files if: always() && steps.allocator_instance.outcome == 'success' && inputs.DESTROY == false run: | zip -P "${{ secrets.ZIP_ARTIFACTS_PASSWORD }}" -r $ALLOCATOR_PATH.zip $ALLOCATOR_PATH - - name: Upload Allocator directory as artifact + - name: Upload Allocator VM directory as artifact if: always() && steps.compress_allocator_files.outcome == 'success' && inputs.DESTROY == false uses: actions/upload-artifact@v4 with: diff --git a/.github/workflows/ansible-playbooks/aio.yml b/.github/workflows/ansible-playbooks/aio.yml index 7b2d63c..cbf9e90 100644 --- a/.github/workflows/ansible-playbooks/aio.yml +++ b/.github/workflows/ansible-playbooks/aio.yml @@ -24,7 +24,7 @@ - name: Test assistant AIO install block: - - name: Install assistant installer + - name: Perform AIO installation command: "bash {{ script_name }} -a -v" args: chdir: "{{ script_path }}"