Skip to content
Snippets Groups Projects
Commit 6a80d5f2685d authored by DJ Mountney's avatar DJ Mountney
Browse files

Merge branch 'run-nightly-package-builds-in-mirror' into 'master'

Run package builds on nightly schedule in QA mirror

See merge request gitlab-org/omnibus-gitlab!5436
No related branches found
No related tags found
3 merge requests!51Validate shift of Heptapod 0.25 to oldstable series,!47Making Heptapod 0.25 the new stable in Omnibus,!45GitLab 14.2
......@@ -22,6 +22,16 @@
- triggers@gitlab-org/build/omnibus-gitlab-mirror
- pipelines@gitlab-org/build/omnibus-gitlab-mirror
.com-trigger-and-nightly-only: &com-trigger-and-nightly-only
only:
refs:
- triggers@gitlab-org/build/omnibus-gitlab-mirror
- pipelines@gitlab-org/build/omnibus-gitlab-mirror
- schedules@gitlab-org/build/omnibus-gitlab-mirror
except:
variables:
- $DEPS_PIPELINE || $CACHE_UPDATE || $DEPENDENCY_SCANNING
.depscan-rules: &depscan-rules
only:
refs:
......@@ -408,7 +418,7 @@
- mv pkg/ubuntu-focal/*.deb pkg/ubuntu-focal/gitlab.deb
- bundle exec rspec --color --format RspecJunitFormatter --out junit_ci_rspec.xml --format documentation ci_build_specs
- bundle exec rake build:component_shas
<<: *com-trigger-only
<<: *com-trigger-and-nightly-only
artifacts:
expire_in: 3 days
when: always
......
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