From 99b497ae6163c76b206ca146568341761681ec1d Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Fri, 12 Jul 2019 14:37:52 +0200 Subject: [PATCH] che #13813: Adding new '{ci_project}-{git_repo}-nightly' job template and brand-new nightly job for 'che-devfile-registry' Signed-off-by: Ilya Buziuk --- devtools-ci-index.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/devtools-ci-index.yaml b/devtools-ci-index.yaml index 1b361daf..6c58b191 100644 --- a/devtools-ci-index.yaml +++ b/devtools-ci-index.yaml @@ -2109,6 +2109,25 @@ - origin/master <<: *rhche-route-tests-template +- job-template: + name: '{ci_project}-{git_repo}-nightly' + wrappers: + - vault-secrets: + <<: *vault_defaults + secrets: + - *quay-eclipse-che-credentials + triggers: + - timed: '*/30 * * * *' + publishers: + - email: + recipients: ibuziuk@redhat.com mloriedo@redhat.com amisevsk@redhat.com vparfono@redhat.com + scm: + - git: + url: https://{github_user}@github.com/{git_organization}/{git_repo}.git + branches: + - origin/master + <<: *job_template_defaults + - job-template: name: '{ci_project}-{git_repo}-flaky-{env}-{cluster}' triggers: @@ -4485,6 +4504,12 @@ saas_git: saas-openshiftio timeout: '10m' extra_target: rhel + - '{ci_project}-{git_repo}-nightly': + git_organization: eclipse + git_repo: che-devfile-registry + ci_project: 'devtools' + ci_cmd: '/bin/bash cico_build_nightly.sh' + timeout: '30m' - '{ci_project}-{git_repo}': git_organization: fabric8-analytics git_repo: fabric8-analytics-lsp-server