From 44ef8ad9ae2fea4c6e1c0ce535e14cacff616f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Wed, 11 May 2022 11:53:32 -0400 Subject: [PATCH] ansible-test-base: always call deploy-artifacts (#1528) ansible-test-base: always call deploy-artifacts Avoid a special case and ensure we always run deploy-artifacts. --- playbooks/ansible-test-base/pre.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/playbooks/ansible-test-base/pre.yaml b/playbooks/ansible-test-base/pre.yaml index 1e69b475e..ee1ebf862 100644 --- a/playbooks/ansible-test-base/pre.yaml +++ b/playbooks/ansible-test-base/pre.yaml @@ -67,11 +67,6 @@ TMPDIR: /var/tmp/ansible-test-pip shell: "~/venv/bin/pip install {{ ansible_user_dir }}/{{ zuul.projects['github.com/ansible/ansible'].src_dir }}" - # NOTE(pabelanger): For integration jobs, install collections after our - # appliance is configured. This stops pre-merged code from failing - # to configure appliances. - name: Fetch and install the artifacts import_role: name: deploy-artifacts - when: - - "'network-integration' not in ansible_test_command"