We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a938cf commit 49dd8a5Copy full SHA for 49dd8a5
1 file changed
ci/input_files/build.yaml.tpl
@@ -114,19 +114,6 @@ integration-test ({{ $runtime.name }}-{{ $runtime.arch }}):
114
- RUNTIME_PARAM={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./scripts/run_integration_tests.sh
115
retry: 2
116
117
-test-update-layer-versions-docs:
118
- stage: publish
119
- trigger:
120
- project: DataDog/serverless-ci
121
- needs: {{ range $runtime := (ds "runtimes").runtimes }}
122
- - integration-test ({{ $runtime.name }}-{{ $runtime.arch}})
123
- {{- end }}
124
- variables:
125
- RUN_LAMBDA_LAYER_DOCUMENTATION: "true"
126
- RUN_LAMBDA_DATADOG_CI: "true"
127
- RUN_LAMBDA_UI_LAYER_VERSIONS: "true"
128
- RUN_LAMBDA_RUNTIMES: "true"
129
-
130
sign-layer ({{ $runtime.name }}-{{ $runtime.arch }}):
131
stage: sign
132
tags: ["arch:amd64"]
0 commit comments