From 90cb87e9188e3f74e8186bd47ed6627bcc92afe0 Mon Sep 17 00:00:00 2001 From: Deborah Brouwer Date: Mon, 25 Nov 2024 01:47:15 -0800 Subject: [PATCH] ci: yaml-toml-shell-test: use pyutils container Currently the yaml-toml-shell-test extends the python-test job to make use of the python packages available there. But the python-test also generates artifacts which yaml-toml-shell-test does not need to do. Instead of extending the python-test job, avoid extra work by just using the pyutils container directly. Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 108cb9573ae..8e47ec5dff1 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -45,7 +45,7 @@ rustfmt: yaml-toml-shell-test: extends: - - python-test + - .use-debian/x86_64_pyutils - .no-auto-retry # this job can't be flaky stage: code-validation script: