From: "Alexander V. Tikhonov" <avtikhon@tarantool.org> To: Kirill Yukhin <kyukhin@tarantool.org>, Alexander Turenko <alexander.turenko@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH v1] Correct cleanup gitlab-ci for perf jobs Date: Sat, 27 Jun 2020 13:16:04 +0300 [thread overview] Message-ID: <99f015cfe6342f815790596c5431f05663e619f6.1593252865.git.avtikhon@tarantool.org> (raw) Found that some perf jobs were forgot to be updated with local cleanup routine as was done for the other jobs at commit: 892a188bc56dc7052bcbe082607a83aa73f28c5b "Correct cleanup gitlab-ci" Follows up #5036 --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/gitlab-ci-perf-cleanup Issue: https://github.com/tarantool/tarantool/issues/5036 .gitlab-ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65b2fb126..6cf1aab3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,10 +118,11 @@ variables: - ${GITLAB_MAKE} perf_run .perf_cleanup_definition: &perf_cleanup_definition - <<: *perf_only_definition - stage: cleanup - script: - - ${GITLAB_MAKE} perf_cleanup + <<: *perf_only_definition + stage: cleanup + <<: *shell_cleanup_script + script: + - ${GITLAB_MAKE} perf_cleanup # Tests @@ -204,6 +205,7 @@ perf_bootstrap: stage: test tags: - deploy + <<: *shell_cleanup_script script: - ${GITLAB_MAKE} perf_prepare after_script: -- 2.17.1
next reply other threads:[~2020-06-27 10:16 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-27 10:16 Alexander V. Tikhonov [this message] 2020-06-29 11:42 ` Alexander Turenko 2020-07-03 11:15 ` Kirill Yukhin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=99f015cfe6342f815790596c5431f05663e619f6.1593252865.git.avtikhon@tarantool.org \ --to=avtikhon@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=kyukhin@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v1] Correct cleanup gitlab-ci for perf jobs' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox