From 35816d642255287102cb1f387b93a3245370ba2b Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 21 Apr 2025 19:54:39 +0200 Subject: [PATCH] ci/test: fix annoying yamllint warning about 2 spaces before comments Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 357935905cf..2a8f1a1f349 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -2,7 +2,7 @@ # Cancel job if a newer commit is pushed to the same branch interruptible: true variables: - GIT_STRATEGY: none # testing doesn't build anything from source + GIT_STRATEGY: none # testing doesn't build anything from source before_script: - !reference [default, before_script] # Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY @@ -213,7 +213,7 @@ yaml-toml-shell-py-test: .deqp-test: script: - - rm -rf results # Clear out old results if the docker container was cached + - rm -rf results # Clear out old results if the docker container was cached - ./install/deqp-runner.sh artifacts: exclude: @@ -327,7 +327,7 @@ yaml-toml-shell-py-test: .baremetal-deqp-test: variables: HWCI_TEST_SCRIPT: "/install/deqp-runner.sh" - FDO_CI_CONCURRENT: 0 # Default to number of CPUs + FDO_CI_CONCURRENT: 0 # Default to number of CPUs # For Valve's bare-metal testing farm jobs. .b2c-test: