File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
smoke-test :
15
- name : " Install test: ${{matrix.architecture}}, ${{matrix.image}}, PE ${{matrix.pe- version}}"
15
+ name : " Install test: ${{matrix.architecture}}, ${{matrix.image}}, PE ${{matrix.version}}"
16
16
runs-on : ubuntu-20.04
17
17
env :
18
18
BOLT_GEM : true
22
22
fail-fast : false
23
23
matrix :
24
24
architecture :
25
- - standard
25
+ - standard-with-dr
26
26
- large
27
+ - extra-large-with-dr
27
28
version :
28
29
- 2019.8.5
29
30
image :
@@ -111,7 +112,7 @@ jobs:
111
112
--inventoryfile spec/fixtures/litmus_inventory.yaml \
112
113
--modulepath spec/fixtures/modules \
113
114
architecture=${{matrix.architecture}} \
114
- version=${{matrix.pe- version}}
115
+ version=${{matrix.version}}
115
116
116
117
- name : " Honeycomb: Record install time"
117
118
if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments