Skip to content

Commit 49dd8a5

Browse files
Remove testing
1 parent 1a938cf commit 49dd8a5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,6 @@ integration-test ({{ $runtime.name }}-{{ $runtime.arch }}):
114114
- RUNTIME_PARAM={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./scripts/run_integration_tests.sh
115115
retry: 2
116116

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-
130117
sign-layer ({{ $runtime.name }}-{{ $runtime.arch }}):
131118
stage: sign
132119
tags: ["arch:amd64"]

0 commit comments

Comments
 (0)