Skip to content
Snippets Groups Projects
Commit 65aef8de094c authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Run tag/nightly RAT pipelines


Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent 69e8a3ccd41f
No related branches found
No related tags found
2 merge requests!51Validate shift of Heptapod 0.25 to oldstable series,!44GitLab 14.0
......@@ -599,4 +599,5 @@
RAT-Nightly:
stage: slow_jobs
image: "${BUILDER_IMAGE_REGISTRY}/ubuntu_16.04:${BUILDER_IMAGE_REVISION}"
when: manual
script:
......@@ -602,3 +603,2 @@
script:
- '[[ -n "${NIGHTLY}" ]] || exit 0'
- bundle exec rake qa:rat:nightly
......@@ -604,3 +604,2 @@
- bundle exec rake qa:rat:nightly
<<: *dev-ee-nightly-only
cache: *branch-cache
......@@ -606,5 +605,5 @@
cache: *branch-cache
dependencies: []
needs: []
allow_failure: true
############################
......@@ -1005,5 +1004,8 @@
RAT-Tag:
stage: slow_jobs
image: "dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder/ubuntu_16.04:${BUILDER_IMAGE_REVISION}"
when: manual
variables:
CI_COMMIT_TAG: "1.2.3"
script:
- bundle exec rake qa:rat:tag
......@@ -1008,4 +1010,3 @@
script:
- bundle exec rake qa:rat:tag
<<: *dev-ee-tag-only
cache: *tag-cache
......@@ -1011,5 +1012,5 @@
cache: *tag-cache
dependencies: []
needs: []
allow_failure: true
Raspberry-Pi-2-Buster:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment