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