summaryrefslogtreecommitdiffstats
path: root/gitlab-templates
AgeCommit message (Collapse)AuthorFilesLines
2021-11-19Support CentOS 7 in GoogleStorage Gitlab templateTrevor Bramwell1-1/+6
Add a check for `dnf` to the GoogleStorage gitlab-ci template, falling back to `yum` if the command is not available. This should allow the job to work on both CentOS 7 and 8. Change-Id: I0964c23d799bb394bc331bd740a0d6a1cba74082 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2021-07-02Fix: RTD Gitlab Triggers for Stable branchTrevor Bramwell1-2/+7
Adds a STABLE_BRANCH variable to ensure builds run on merges to 'stable/*' branches. Change-Id: Ib2a72e705600a6a48454acd2b74b35e46d1e9877 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2021-06-29Merge "Add DOCS_REQIREMENTS variable to RTD Gitlab job"Trevor Bramwell1-2/+6
2021-06-29Fix Gitlab RTD Template Triggering on ChangesTrevor Bramwell1-3/+3
This needs to be a double-splat in order to trigger on changes in subdirectories as well. Change-Id: I7c51a01f0e04d3280584ad1e4736633667ce939f Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2021-06-28Add DOCS_REQIREMENTS variable to RTD Gitlab jobTrevor Bramwell1-2/+6
This will allow requirements.txt to exist at any arbitrary path in the repository and not solely under the documentation root. Change-Id: I48ec620d3afb09d509e6b4e9fae54da1b7cb217a Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2021-05-07Add Gitlab Templates for Docker, RTD, and GSTrevor Bramwell3-0/+195
Adds template for Gitlab-CI that projects can include to build documentation, containers, and upload artifacts to Google Storage. Change-Id: Ibc3cc75a3717f11357417f787900a31646ef84aa Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>