From 802fda89829afd74707cdad0cbecca9c04fee8f0 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Mon, 1 Feb 2021 14:14:19 -0500 Subject: [PATCH 1/3] Install collections after build Signed-off-by: GomathiselviS --- playbooks/build-ansible-collection/run.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/build-ansible-collection/run.yaml b/playbooks/build-ansible-collection/run.yaml index ee928444..1eda7f85 100644 --- a/playbooks/build-ansible-collection/run.yaml +++ b/playbooks/build-ansible-collection/run.yaml @@ -24,3 +24,10 @@ ansible_galaxy_output_path: "{{ ansible_user_dir }}/artifacts" zuul_work_dir: "{{ ansible_user_dir }}/{{ item.src_dir }}" with_items: "{{ zuul.projects.values() | list }}" + + - name: Fetch and install the artifacts + import_role: + name: deploy-artifacts + when: + - ansible_test_collections | default(False) + From b1823fbf75db5ee0b61dc15ba0365fb97d14129b Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Mon, 1 Feb 2021 14:51:53 -0500 Subject: [PATCH 2/3] Fixed empty lines --- playbooks/build-ansible-collection/run.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/build-ansible-collection/run.yaml b/playbooks/build-ansible-collection/run.yaml index 1eda7f85..06fc1b37 100644 --- a/playbooks/build-ansible-collection/run.yaml +++ b/playbooks/build-ansible-collection/run.yaml @@ -30,4 +30,3 @@ name: deploy-artifacts when: - ansible_test_collections | default(False) - From e7c541bab095116391d9da4df0b3d35233b3eb4c Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Wed, 3 Feb 2021 14:35:51 -0500 Subject: [PATCH 3/3] adding ecdsa key Signed-off-by: GomathiselviS --- playbooks/base-minimal-test/pre.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/base-minimal-test/pre.yaml b/playbooks/base-minimal-test/pre.yaml index 22df5040..3c987a2c 100644 --- a/playbooks/base-minimal-test/pre.yaml +++ b/playbooks/base-minimal-test/pre.yaml @@ -17,6 +17,9 @@ - name: Run add-build-sshkey role include_role: name: add-build-sshkey + vars: + zuul_ssh_key_algorithm: "ecdsa" + zuul_ssh_key_size: "521" - name: Run start-zuul-console role include_role: