From 4731c54b6507d12f2b4a3aa29c196aa56534a093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Thu, 6 Jul 2023 07:33:02 +0200 Subject: [PATCH] Remove unneeded cr worker tag --- ci/pipeline-template/pipeline.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ci/pipeline-template/pipeline.yml b/ci/pipeline-template/pipeline.yml index 1ad75d7..a10d081 100644 --- a/ci/pipeline-template/pipeline.yml +++ b/ci/pipeline-template/pipeline.yml @@ -132,8 +132,6 @@ jobs: privileged: true timeout: #@ task_timeout file: git-repo/ci/tasks/smoke-test.yml - tags: - - cr params: BRANCH: #@ branch SMOKE_TEST: #@ group.name + ":" + smoke_test.name @@ -157,8 +155,6 @@ jobs: privileged: true timeout: #@ task_timeout file: git-repo/ci/tasks/smoke-test.yml - tags: - - cr params: BRANCH: #@ branch SMOKE_TEST: #@ group.name + ":" + smoke_test.name @@ -184,8 +180,6 @@ jobs: privileged: true timeout: #@ task_timeout file: git-repo/ci/tasks/smoke-test.yml - tags: - - cr params: BRANCH: #@ branch SMOKE_TEST: #@ group.name + ":" + smoke_test.name