We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c3163 commit 072be50Copy full SHA for 072be50
.github/workflows/test-add-compiler-matrix.yml
@@ -38,6 +38,7 @@ jobs:
38
architecture: [standard, large, extra-large]
39
version: [2021.7.9, 2023.8.2, 2025.1.0]
40
image: ['litmusimage/ubuntu:24.04']
41
+ download_mode: [bolthost]
42
steps:
43
- name: Checkout Source
44
uses: actions/checkout@v4
@@ -85,9 +86,9 @@ jobs:
85
86
--inventoryfile spec/fixtures/litmus_inventory.yaml \
87
--modulepath spec/fixtures/modules \
88
architecture=${{ matrix.architecture }} \
89
+ download_mode=${{ matrix.download_mode }} \
90
console_password=${{ secrets.CONSOLE_PASSWORD }} \
- version=${{ matrix.version }} \
- download_mode=bolthost
91
+ version=${{ matrix.version }}
92
- name: Run add_compilers plan
93
timeout-minutes: 50
94
run: |
0 commit comments