debian-mirror-gitlab/.gitlab/ci/setup.gitlab-ci.yml

41 lines
796 B
YAML
Raw Normal View History

2019-07-31 22:56:46 +05:30
# Insurance in case a gem needed by one of our releases gets yanked from
# rubygems.org in the future.
cache gems:
2019-12-04 20:38:33 +05:30
extends:
- .default-retry
- .default-cache
- .default-before_script
2020-03-13 15:44:24 +05:30
- .setup:rules:cache-gems
2019-12-04 20:38:33 +05:30
stage: test
2020-03-13 15:44:24 +05:30
needs:
- job: setup-test-env
artifacts: true
2019-12-04 20:38:33 +05:30
variables:
SETUP_DB: "false"
2019-07-31 22:56:46 +05:30
script:
- bundle package --all --all-platforms
artifacts:
paths:
- vendor/cache
2019-12-04 20:38:33 +05:30
.minimal-job:
2019-09-30 21:07:59 +05:30
extends:
2019-12-04 20:38:33 +05:30
- .default-retry
2020-04-08 14:13:33 +05:30
needs: []
2019-12-04 20:38:33 +05:30
gitlab_git_test:
2020-03-13 15:44:24 +05:30
extends:
- .minimal-job
- .setup:rules:gitlab_git_test
2020-04-08 14:13:33 +05:30
stage: test
2019-07-31 22:56:46 +05:30
script:
- spec/support/prepare-gitlab-git-test-for-commit --check-for-changes
no_ee_check:
2020-03-13 15:44:24 +05:30
extends:
- .minimal-job
- .setup:rules:no_ee_check
2020-04-08 14:13:33 +05:30
stage: test
2019-07-31 22:56:46 +05:30
script:
- scripts/no-ee-check