summaryrefslogtreecommitdiff
path: root/scripts/trigger-build
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-061-4/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-031-4/+14
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-281-3/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-041-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-081-1/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-021-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-271-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-241-7/+28
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-081-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-241-1/+2
|
* Pass branch name to the CNG pipeline for stable branches62735-for-stable-branches-build-cng-images-from-corresponding-stable-branches-in-cng-mirror-projectRémy Coutable2019-06-191-1/+8
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Pass FORCE_RAILS_IMAGE_BUILDS=true to the CNG triggered pipelineRémy Coutable2019-06-121-0/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Tag asset docker image with GitLab version alsoBalasankar "Balu" C2019-03-121-1/+1
| | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
* Pass $CI_COMMIT_TAG as GITLAB_TAG to the CNG triggered pipelinesRémy Coutable2019-01-301-0/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use $CI_COMMIT_REF_NAME for tags in trigger-buildRémy Coutable2019-01-241-1/+4
| | | | | | | Also, pass GITLAB_VERSION and GITLAB_ASSETS_TAG to CNG triggered pipelines. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Run gitlab:assets:compile on qa jobsMark Lapierre2018-12-171-7/+1
| | | | | | Optionally compiling assets when needed for qa jobs proved unworkable so instead we fall back on compiling them for all qa jobs.
* Pass GITLAB_REF_SLUG to CNG triggered pipelinesRémy Coutable2018-11-291-7/+7
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Override CI_COMMIT_REF_SLUG for QA branchesRémy Coutable2018-11-261-1/+7
| | | | | | | | | | | The `gitlab:assets:compile` job isn't run for the QA branches, thus there's no Docker image correspinding these branches in the registry. By overriding `CI_COMMIT_REF_SLUG` to `master` for QA branches, the `fetch-assets` job in the `omnibus-gitlab` pipeline will pull the `master` assets Docker image. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Pass GITLAB_REF_SLUG to the Omnibus triggers54293-fetch-assets-job-times-out-so-package-and-qa-jobs-can-t-completeRémy Coutable2018-11-221-0/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Allow to override the gitlab-qa ref for the downstream triggersupport-gitlab-qa-post-status-to-upstream-commitRémy Coutable2018-11-061-1/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-6/+6
|
* Improve the variables passed in trigger-buildRémy Coutable2018-10-101-5/+4
| | | | | | | Make the variable names consistent by following the `TOP_UPSTREAM_SOURCE_*` pattern. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Pass 'TOP_UPSTREAM_SOURCE_SHA' in trigger-buildRémy Coutable2018-10-101-0/+1
| | | | | | | | | | | | | | This is needed because `GITLAB_VERSION` has a special meaning in `omnibus-gitlab` triggers: this is the GitLab version to build. The problem is that `omnibus-gitlab` also has triggers to run QA for an `omnibus-gitlab` commit, and if we use `GITLAB_VERSION` in that case, the comment would be posted on the GitLab CE/EE commit (stored in `GITLAB_VERSION`), whci hwouldn't make any sense. Thus we need `TOP_UPSTREAM_SOURCE_SHA` to represent the commit on which we want to leave a comment. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve downstream pipeine trigger classRémy Coutable2018-10-081-24/+49
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Refactor scripts/trigger-build and post a commit note with the downstream ↵Rémy Coutable2018-09-241-94/+116
| | | | | | pipeline URL for omnibus triggers Signed-off-by: Rémy Coutable <remy@rymai.me>
* Ignore GitLab API hiccups in scripts/trigger-buildimprove-scripts-trigger-buildRémy Coutable2018-06-201-0/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Move the trigger-build script into one location to serve both omnibus and ↵refactor-trigger-build-scriptMarin Jankovski2018-06-141-0/+181
| | | | cloud-native triggers.
* Add script and job to trigger a docs buildAchilleas Pipinellis2017-09-071-27/+0
|
* Pass false to trigger if EE_PACKAGE not setfix-triggered-buildsBalasankar C2017-06-091-2/+7
|
* Pass EE variable if needed32918-enable-ee-triggerBalasankar C2017-05-251-1/+2
|
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve readability of codeimprove-trigger-build-outputBalasankar C2017-05-091-3/+6
|
* Move triggering build logic to separate scriptBalasankar C2017-05-091-0/+18