Skip to content

Commit 612e63b

Browse files
committed
Remove dependencies use variables.
1 parent f60afb2 commit 612e63b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -262,15 +262,14 @@ e2e-test:
262262
branch: rey.abolofia/variable-passing
263263
variables:
264264
LANGUAGES_SUBSET: python
265+
PYTHON_38_VERSION: $PYTHON_38_VERSION
266+
PYTHON_39_VERSION: $PYTHON_39_VERSION
267+
PYTHON_310_VERSION: $PYTHON_310_VERSION
268+
PYTHON_311_VERSION: $PYTHON_311_VERSION
269+
PYTHON_312_VERSION: $PYTHON_312_VERSION
270+
PYTHON_313_VERSION: $PYTHON_313_VERSION
265271
needs: {{ range (ds "runtimes").runtimes }}
266272
{{- if eq .arch "amd64" }}
267273
- "publish-layer-sandbox ({{ .name }}-{{ .arch }}): [{{ $e2e_region }}]"
268274
{{- end }}
269275
{{- end }}
270-
dependencies: {{ range (ds "runtimes").runtimes }}
271-
{{- if eq .arch "amd64" }}
272-
- "publish-layer-sandbox ({{ .name }}-{{ .arch }}): [{{ $e2e_region }}]"
273-
{{- end }}
274-
{{- end }}
275-
inherit:
276-
variables: true

0 commit comments

Comments
 (0)