You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/aws-stack.yml
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ Metadata:
41
41
- BuildkiteAgentTags
42
42
- BuildkiteAgentTimestampLines
43
43
- BuildkiteAgentExperiments
44
+
- BuildkiteAgentTracingBackend
44
45
- BuildkiteTerminateInstanceAfterJob
45
46
- BuildkiteAdditionalSudoPermissions
46
47
- BuildkiteWindowsAdministrator
@@ -69,6 +70,7 @@ Metadata:
69
70
- ArtifactsBucket
70
71
- AuthorizedUsersUrl
71
72
- BootstrapScriptUrl
73
+
- AgentEnvFileUrl
72
74
- RootVolumeSize
73
75
- RootVolumeName
74
76
- RootVolumeType
@@ -163,6 +165,15 @@ Parameters:
163
165
Type: String
164
166
Default: ""
165
167
168
+
BuildkiteAgentTracingBackend:
169
+
Description: The tracing backend to use for CI tracing. See https://buildkite.com/docs/agent/v3/tracing
170
+
Type: String
171
+
AllowedValues:
172
+
- ""
173
+
- "datadog"
174
+
- "opentelemetry"
175
+
Default: ""
176
+
166
177
BuildkiteTerminateInstanceAfterJob:
167
178
Description: Set to "true" to terminate the instance after a job has completed.
168
179
Type: String
@@ -212,7 +223,12 @@ Parameters:
212
223
Default: ""
213
224
214
225
BootstrapScriptUrl:
215
-
Description: Optional - HTTPS or S3 URL to run on each instance during boot
226
+
Description: Optional - HTTPS or S3 URL for a script to run on each instance during boot
227
+
Type: String
228
+
Default: ""
229
+
230
+
AgentEnvFileUrl:
231
+
Description: Optional - HTTPS or S3 URL for a list of environment variables to propagate into the agent's execution environment. Note that these environment variables **will not** be passed into builds running on the agent, only to the agent process itself.
0 commit comments