|
77 | 77 | name: ":packer: :windows:"
|
78 | 78 | command: .buildkite/steps/packer.sh windows
|
79 | 79 | timeout_in_minutes: 60
|
| 80 | + env: |
| 81 | + AMI_PUBLIC: true |
80 | 82 | retry: { automatic: { limit: 3 } }
|
81 | 83 | agents:
|
82 | 84 | queue: "${BUILDKITE_AGENT_META_DATA_QUEUE}"
|
@@ -104,6 +106,8 @@ steps:
|
104 | 106 | - id: "test-windows-amd64"
|
105 | 107 | name: ":cloudformation: :windows: AMD64 Test"
|
106 | 108 | command:
|
| 109 | + - aws --version |
| 110 | + - jq --version |
107 | 111 | - git --version
|
108 | 112 | - docker info
|
109 | 113 | - docker run --rm mcr.microsoft.com/windows/nanoserver:ltsc2022 cmd.exe /c echo hello
|
@@ -146,6 +150,8 @@ steps:
|
146 | 150 | name: ":packer: :linux: AMD64"
|
147 | 151 | command: .buildkite/steps/packer.sh linux
|
148 | 152 | timeout_in_minutes: 60
|
| 153 | + env: |
| 154 | + AMI_PUBLIC: true |
149 | 155 | retry: { automatic: { limit: 3 } }
|
150 | 156 | agents:
|
151 | 157 | queue: "${BUILDKITE_AGENT_META_DATA_QUEUE}"
|
@@ -174,6 +180,8 @@ steps:
|
174 | 180 | - id: "test-linux-amd64"
|
175 | 181 | name: ":cloudformation: :linux: AMD64 Test"
|
176 | 182 | command:
|
| 183 | + - aws --version |
| 184 | + - jq --version |
177 | 185 | - git --version
|
178 | 186 | - sudo goss validate --format documentation
|
179 | 187 | timeout_in_minutes: 5
|
@@ -216,6 +224,8 @@ steps:
|
216 | 224 | name: ":packer: :linux: ARM64"
|
217 | 225 | command: .buildkite/steps/packer.sh linux arm64
|
218 | 226 | timeout_in_minutes: 60
|
| 227 | + env: |
| 228 | + AMI_PUBLIC: true |
219 | 229 | retry: { automatic: { limit: 3 } }
|
220 | 230 | agents:
|
221 | 231 | queue: "${BUILDKITE_AGENT_META_DATA_QUEUE}"
|
@@ -243,6 +253,8 @@ steps:
|
243 | 253 | - id: "test-linux-arm64"
|
244 | 254 | name: ":cloudformation: :linux: ARM64 Test"
|
245 | 255 | command:
|
| 256 | + - aws --version |
| 257 | + - jq --version |
246 | 258 | - git --version
|
247 | 259 | - sudo goss validate --format documentation
|
248 | 260 | retry: { automatic: { limit: 3 } }
|
|
0 commit comments