Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

che #13813: Adding new '{ci_project}-{git_repo}-nightly' job template and brand-new nightly job for 'che-devfile-registry' #1037

Merged
merged 1 commit into from
Jul 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions devtools-ci-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected] [email protected] [email protected] [email protected]
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:
Expand Down Expand Up @@ -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
Expand Down