Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |