Commit ac21727
This commit fixes the aarch64 acceptance tests. With
#18079 a new env var was added to
aarch64 docker acceptance tests. At that time the fact that the `command` was
missing a block scalar `|` was missed. Thus the newlines were not respected and
the script for preparing a vm agent was not executed correctly. This resulted in
`bundle` command not being found on the test runner. This commit fixes the
`command` section to include a block scalar. Additionally we stop waiting on
unit tests before starting docker tests as this is unncessary.
(cherry picked from commit 1e127fd)
Co-authored-by: Cas Donoghue <[email protected]>
1 parent e719b5d commit ac21727
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
134 | | - | |
| 133 | + | |
135 | 134 | | |
| 135 | + | |
| 136 | + | |
136 | 137 | | |
137 | | - | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
0 commit comments