File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 3232 - name : Install tox, tox-lsr
3333 run : |
3434 set -euxo pipefail
35- pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.5.1 "
35+ pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.6.0 "
3636
3737 - name : Convert role to collection format
3838 id : collection
Original file line number Diff line number Diff line change 3030 - name : Install tox, tox-lsr
3131 run : |
3232 set -euxo pipefail
33- pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.5.1 "
33+ pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.6.0 "
3434
3535 - name : Run ansible-plugin-scan
3636 run : |
Original file line number Diff line number Diff line change 3333 - name : Install tox, tox-lsr
3434 run : |
3535 set -euxo pipefail
36- pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.5.1 "
36+ pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.6.0 "
3737
3838 - name : Convert role to collection format
3939 run : |
Original file line number Diff line number Diff line change 6565 tox=tox
6666 virtualenv=virtualenv
6767 fi
68- pip install "$tox" "$virtualenv" "git+https://github.com/linux-system-roles/tox-lsr@3.5.1 "
68+ pip install "$tox" "$virtualenv" "git+https://github.com/linux-system-roles/tox-lsr@3.6.0 "
6969 # If you have additional OS dependency packages e.g. libcairo2-dev
7070 # then put them in .github/config/ubuntu-requirements.txt, one
7171 # package per line.
Original file line number Diff line number Diff line change 7474 python3 -m pip install --upgrade pip
7575 sudo apt update
7676 sudo apt install -y --no-install-recommends git ansible-core genisoimage qemu-system-x86
77- pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.5.1 "
77+ pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.6.0 "
7878
7979 - name : Configure tox-lsr
8080 if : steps.check_platform.outputs.supported
@@ -114,7 +114,12 @@ jobs:
114114 uses : actions/upload-artifact@v4
115115 with :
116116 name : " logs-${{ matrix.scenario.image }}-${{ matrix.scenario.env }}"
117- path : tests/*.log
117+ path : |
118+ tests/*.log
119+ artifacts/default_provisioners.log
120+ artifacts/*.qcow2.*.log
121+ batch.txt
122+ batch.report
118123 retention-days : 30
119124
120125 - name : Show test log failures
You can’t perform that action at this time.
0 commit comments