Skip to content

Commit

Permalink
ansible-test-base: always call deploy-artifacts (#1528)
Browse files Browse the repository at this point in the history
ansible-test-base: always call deploy-artifacts

Avoid a special case and ensure we always run deploy-artifacts.
  • Loading branch information
goneri authored May 11, 2022
1 parent 9d4907e commit 44ef8ad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions playbooks/ansible-test-base/pre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 44ef8ad

Please sign in to comment.