Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@13-4-stable-ee | GitLab Bot | 2020-09-19 | 1 | -12/+14 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-3-stable-ee | GitLab Bot | 2020-08-20 | 1 | -21/+129 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-2-stable-ee | GitLab Bot | 2020-07-20 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-1-stable-ee | GitLab Bot | 2020-06-18 | 1 | -12/+14 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-06 | 1 | -4/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-03 | 1 | -4/+14 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-28 | 1 | -3/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-04 | 1 | -1/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-08 | 1 | -1/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-02 | 1 | -1/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-27 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-24 | 1 | -7/+28 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-08 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-24 | 1 | -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-project | Rémy Coutable | 2019-06-19 | 1 | -1/+8 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Pass FORCE_RAILS_IMAGE_BUILDS=true to the CNG triggered pipeline | Rémy Coutable | 2019-06-12 | 1 | -0/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Tag asset docker image with GitLab version also | Balasankar "Balu" C | 2019-03-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com> | ||||
* | Pass $CI_COMMIT_TAG as GITLAB_TAG to the CNG triggered pipelines | Rémy Coutable | 2019-01-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Use $CI_COMMIT_REF_NAME for tags in trigger-build | Rémy Coutable | 2019-01-24 | 1 | -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 jobs | Mark Lapierre | 2018-12-17 | 1 | -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 pipelines | Rémy Coutable | 2018-11-29 | 1 | -7/+7 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Override CI_COMMIT_REF_SLUG for QA branches | Rémy Coutable | 2018-11-26 | 1 | -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-complete | Rémy Coutable | 2018-11-22 | 1 | -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-commit | Rémy Coutable | 2018-11-06 | 1 | -1/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix typos in comments and specs | George Tsiolis | 2018-11-01 | 1 | -6/+6 |
| | |||||
* | Improve the variables passed in trigger-build | Rémy Coutable | 2018-10-10 | 1 | -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-build | Rémy Coutable | 2018-10-10 | 1 | -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 class | Rémy Coutable | 2018-10-08 | 1 | -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 Coutable | 2018-09-24 | 1 | -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-build | Rémy Coutable | 2018-06-20 | 1 | -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-script | Marin Jankovski | 2018-06-14 | 1 | -0/+181 |
| | | | | cloud-native triggers. | ||||
* | Add script and job to trigger a docs build | Achilleas Pipinellis | 2017-09-07 | 1 | -27/+0 |
| | |||||
* | Pass false to trigger if EE_PACKAGE not setfix-triggered-builds | Balasankar C | 2017-06-09 | 1 | -2/+7 |
| | |||||
* | Pass EE variable if needed32918-enable-ee-trigger | Balasankar C | 2017-05-25 | 1 | -1/+2 |
| | |||||
* | Enable the Style/TrailingCommaInLiteral cop | Rémy Coutable | 2017-05-10 | 1 | -1/+1 |
| | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Improve readability of codeimprove-trigger-build-output | Balasankar C | 2017-05-09 | 1 | -3/+6 |
| | |||||
* | Move triggering build logic to separate script | Balasankar C | 2017-05-09 | 1 | -0/+18 |