From a39d1c3a7af907727de8184f0dc76db6efd50319 Mon Sep 17 00:00:00 2001 From: Rafal Mucha <rafal.mucha@cern.ch> Date: Thu, 8 Aug 2024 10:36:18 +0200 Subject: [PATCH] NXCALS-7775 Add sleep before integration tests - templates 0.1.33 --- .ci/templates.yml | 4 ++-- .gitlab-ci.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci/templates.yml b/.ci/templates.yml index 0043f961d9..d2b34909cf 100644 --- a/.ci/templates.yml +++ b/.ci/templates.yml @@ -1,10 +1,10 @@ include: - project: acc-logging-team/gitlab-templates file: gitlab-ci-common.yml - ref: 0.1.31 + ref: 0.1.33 - project: acc-logging-team/gitlab-templates file: gitlab-ci-logging.yml - ref: 0.1.31 + ref: 0.1.33 .local_integration_tests: extends: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c6b5d00af..f4298a6dd4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,13 +2,13 @@ include: - local: '.ci/templates.yml' - project: acc-logging-team/gitlab-templates file: workflows/base.yml - ref: 0.1.31 + ref: 0.1.33 - project: acc-logging-team/gitlab-templates file: workflows/test.yml - ref: 0.1.31 + ref: 0.1.33 - project: acc-logging-team/gitlab-templates file: workflows/staging.yml - ref: 0.1.31 + ref: 0.1.33 variables: ANSIBLE_FILES: ansible -- GitLab