File tree 1 file changed +11
-10
lines changed
1 file changed +11
-10
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
19
19
BOLT_DISABLE_ANALYTICS : true
20
20
BUILDEVENT_FILE : ' ../buildevents.txt'
21
21
strategy :
22
22
fail-fast : false
23
- matrix :
24
- architecture :
25
- - standard
26
- - large
27
- version :
28
- - 2019.8.5
29
- image :
30
- - centos-7
23
+ matrix :
24
+ architecture :
25
+ - standard-with-dr
26
+ - large
27
+ - extra-large-with-dr
28
+ version :
29
+ - 2019.8.5
30
+ image :
31
+ - centos-7
31
32
32
33
steps :
33
34
- name : " Honeycomb: Start recording"
@@ -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