Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-19Pass branch name to the CNG pipeline for stable branchesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-06-12Pass FORCE_RAILS_IMAGE_BUILDS=true to the CNG triggered pipelineRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-12Tag asset docker image with GitLab version alsoBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-01-30Pass $CI_COMMIT_TAG as GITLAB_TAG to the CNG triggered pipelinesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-24Use $CI_COMMIT_REF_NAME for tags in trigger-buildRémy Coutable
Also, pass GITLAB_VERSION and GITLAB_ASSETS_TAG to CNG triggered pipelines. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-12-17Run gitlab:assets:compile on qa jobsMark Lapierre
Optionally compiling assets when needed for qa jobs proved unworkable so instead we fall back on compiling them for all qa jobs.
2018-11-29Pass GITLAB_REF_SLUG to CNG triggered pipelinesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-26Override CI_COMMIT_REF_SLUG for QA branchesRémy Coutable
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>
2018-11-22Pass GITLAB_REF_SLUG to the Omnibus triggersRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-06Allow to override the gitlab-qa ref for the downstream triggerRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-10-10Improve the variables passed in trigger-buildRémy Coutable
Make the variable names consistent by following the `TOP_UPSTREAM_SOURCE_*` pattern. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-10Pass 'TOP_UPSTREAM_SOURCE_SHA' in trigger-buildRémy Coutable
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>
2018-10-08Improve downstream pipeine trigger classRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-24Refactor scripts/trigger-build and post a commit note with the downstream ↵Rémy Coutable
pipeline URL for omnibus triggers Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-20Ignore GitLab API hiccups in scripts/trigger-buildRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-14Move the trigger-build script into one location to serve both omnibus and ↵Marin Jankovski
cloud-native triggers.
2017-09-07Add script and job to trigger a docs buildAchilleas Pipinellis
2017-06-09Pass false to trigger if EE_PACKAGE not setBalasankar C
2017-05-25Pass EE variable if neededBalasankar C
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-09Improve readability of codeBalasankar C
2017-05-09Move triggering build logic to separate scriptBalasankar C