Skip to content
Snippets Groups Projects

Sweeping !1521 from master to devel: [master] Use rules to alllow bookkeeping_tests to fail on forks

Merged Sweeping !1521 from master to devel: [master] Use rules to alllow bookkeeping_tests to fail on forks
Merged LHCbDIRAC Bot requested to merge cherry-pick-5bae342a9-devel into devel
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -92,6 +92,13 @@ run_pytest:
bookkeeping_tests:
extends: .test_setup
rules:
# Using rules causes "Pipelines for Merge Requests" to be triggered, so disable them explicitly
# https://docs.gitlab.com/ee/ci/merge_request_pipelines/
- if: '$LHCB_BOOKKEEPING_DB_IMAGE_PASSWORD == null && $CI_MERGE_REQUEST_ID == null && $SWEEP != "true"'
allow_failure: true
- if: '$LHCB_BOOKKEEPING_DB_IMAGE_PASSWORD != null && $CI_MERGE_REQUEST_ID == null && $SWEEP != "true"'
allow_failure: false
services:
- name: gitlab-registry.cern.ch/lhcb-dirac/bookkeeping-ci-container/oracle-database-snapshots:19.3.0-ee
alias: oracledb
Loading