From ce6b2dae76708a55803081523c87f3080d70f56c Mon Sep 17 00:00:00 2001 From: Erik Berg Date: Fri, 3 May 2024 08:05:12 +0000 Subject: [PATCH] Display why collection install is so slow https://github.com/ansible/ansible/issues/79467 https://github.com/ansible/ansible/issues/80676 --- .github/workflows/agent.yml | 2 +- .github/workflows/javagateway.yml | 2 +- .github/workflows/proxy.yml | 2 +- .github/workflows/server.yml | 2 +- .github/workflows/web.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index 74d7612bd..65c5b555d 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -64,7 +64,7 @@ jobs: echo "COLLECTION_FILE=$collection_file" >> $GITHUB_ENV - name: Install the collection - run: ansible-galaxy collection install $COLLECTION_FILE + run: ansible-galaxy collection install -vvvv $COLLECTION_FILE - name: Run role tests working-directory: molecule/zabbix_agent_tests diff --git a/.github/workflows/javagateway.yml b/.github/workflows/javagateway.yml index de7788f3b..d961ad3b6 100644 --- a/.github/workflows/javagateway.yml +++ b/.github/workflows/javagateway.yml @@ -62,7 +62,7 @@ jobs: echo "COLLECTION_FILE=$collection_file" >> $GITHUB_ENV - name: Install the collection - run: ansible-galaxy collection install $COLLECTION_FILE + run: ansible-galaxy collection install -vvvv $COLLECTION_FILE - name: Run server role tests run: >- diff --git a/.github/workflows/proxy.yml b/.github/workflows/proxy.yml index f78d2ab5a..b8ad4b9b9 100644 --- a/.github/workflows/proxy.yml +++ b/.github/workflows/proxy.yml @@ -66,7 +66,7 @@ jobs: echo "COLLECTION_FILE=$collection_file" >> $GITHUB_ENV - name: Install the collection - run: ansible-galaxy collection install $COLLECTION_FILE + run: ansible-galaxy collection install -vvvv $COLLECTION_FILE - name: Run role tests run: >- diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index f6205fc80..141d3f116 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -70,7 +70,7 @@ jobs: echo "COLLECTION_FILE=$collection_file" >> $GITHUB_ENV - name: Install the collection - run: ansible-galaxy collection install $COLLECTION_FILE + run: ansible-galaxy collection install -vvvv $COLLECTION_FILE - name: Run server role tests run: >- diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index b96deb308..19e800d99 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -72,7 +72,7 @@ jobs: echo "COLLECTION_FILE=$collection_file" >> $GITHUB_ENV - name: Install the collection - run: ansible-galaxy collection install $COLLECTION_FILE + run: ansible-galaxy collection install -vvvv $COLLECTION_FILE - name: Run role tests run: >-