Skip to content

Commit a12b370

Browse files
committed
Pipeline tweaks
1 parent b787986 commit a12b370

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.buildkite/pipeline.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ steps:
7777
name: ":packer: :windows:"
7878
command: .buildkite/steps/packer.sh windows
7979
timeout_in_minutes: 60
80+
env:
81+
AMI_PUBLIC: true
8082
retry: { automatic: { limit: 3 } }
8183
agents:
8284
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE}"
@@ -104,6 +106,8 @@ steps:
104106
- id: "test-windows-amd64"
105107
name: ":cloudformation: :windows: AMD64 Test"
106108
command:
109+
- aws --version
110+
- jq --version
107111
- git --version
108112
- docker info
109113
- docker run --rm mcr.microsoft.com/windows/nanoserver:ltsc2022 cmd.exe /c echo hello
@@ -146,6 +150,8 @@ steps:
146150
name: ":packer: :linux: AMD64"
147151
command: .buildkite/steps/packer.sh linux
148152
timeout_in_minutes: 60
153+
env:
154+
AMI_PUBLIC: true
149155
retry: { automatic: { limit: 3 } }
150156
agents:
151157
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE}"
@@ -174,6 +180,8 @@ steps:
174180
- id: "test-linux-amd64"
175181
name: ":cloudformation: :linux: AMD64 Test"
176182
command:
183+
- aws --version
184+
- jq --version
177185
- git --version
178186
- sudo goss validate --format documentation
179187
timeout_in_minutes: 5
@@ -216,6 +224,8 @@ steps:
216224
name: ":packer: :linux: ARM64"
217225
command: .buildkite/steps/packer.sh linux arm64
218226
timeout_in_minutes: 60
227+
env:
228+
AMI_PUBLIC: true
219229
retry: { automatic: { limit: 3 } }
220230
agents:
221231
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE}"
@@ -243,6 +253,8 @@ steps:
243253
- id: "test-linux-arm64"
244254
name: ":cloudformation: :linux: ARM64 Test"
245255
command:
256+
- aws --version
257+
- jq --version
246258
- git --version
247259
- sudo goss validate --format documentation
248260
retry: { automatic: { limit: 3 } }

0 commit comments

Comments
 (0)