Skip to content
Snippets Groups Projects
Commit 74cf70f8 authored by Jorge Camarero Vera's avatar Jorge Camarero Vera
Browse files

Fix rules for tagged commits and remove xrootd5 duplications

parent 3df2f015
No related branches found
No related tags found
No related merge requests found
Pipeline #37774 failed
......@@ -58,9 +58,9 @@ cta_rpm_xrootd4:
- .cta_rpm
rules:
- !reference [.cta_build, rules]
- if: $XROOTD_VERSION == "4" && $SCHED_TYPE == "objectstore" && $ORACLE_SUPPORT == "ON"
- if: $CI_COMMIT_TAG
when: never
- if: $XROOTD_VERSION == "4" && $SCHED_TYPE == "objectstore" && $ORACLE_SUPPORT == "ON"
cta_srpm_xrootd4_pgsched:
stage: build:srpm
......@@ -76,9 +76,9 @@ cta_rpm_xrootd4_pgsched:
- .cta_rpm
rules:
- !reference [.cta_build, rules]
- if: $XROOTD_VERSION == "4" && $SCHED_TYPE == "pgsched" && $ORACLE_SUPPORT == "OFF"
- if: $CI_COMMIT_TAG
when: never
- if: $XROOTD_VERSION == "4" && $SCHED_TYPE == "pgsched" && $ORACLE_SUPPORT == "OFF"
cta_srpm_xrootd5:
stage: build:srpm
......@@ -94,28 +94,10 @@ cta_rpm_xrootd5:
- .cta_rpm
rules:
- !reference [.cta_build, rules]
- if: $XROOTD_VERSION == "5" && $SCHED_TYPE == "objectstore" && $ORACLE_SUPPORT == "ON"
- if: $CI_COMMIT_TAG
when: never
cta_srpm_xrootd5:
stage: build:srpm
extends:
- .cta_srpm
rules:
- !reference [.cta_build, rules]
- if: $XROOTD_VERSION == "5" && $SCHED_TYPE == "objectstore" && $ORACLE_SUPPORT == "ON"
cta_rpm_xrootd5:
stage: build:rpm
extends:
- .cta_rpm
rules:
- !reference [.cta_build, rules]
- if: $XROOTD_VERSION == "5" && $SCHED_TYPE == "objectstore" && $ORACLE_SUPPORT == "ON"
- if: $CI_COMMIT_TAG
when: never
cta_srpm_no_oracle:
stage: build:srpm
extends:
......@@ -130,6 +112,6 @@ cta_rpm_no_oracle:
- .cta_rpm
rules:
- !reference [.cta_build, rules]
- if: $XROOTD_VERSION == "4" && $SCHED_TYPE == "objectstore" && $ORACLE_SUPPORT == "OFF"
- if: $CI_COMMIT_TAG
when: never
\ No newline at end of file
when: never
- if: $XROOTD_VERSION == "4" && $SCHED_TYPE == "objectstore" && $ORACLE_SUPPORT == "OFF"
......@@ -11,6 +11,7 @@
- cta/CTA#160 - Improve DB access to get all the Tape Drive States
- cta/CTA#164 - Cppcheck job is not failing when there are errors
- cta/CTA#165 - Fix oracle dbunittests
- cta/CTA#169 - Fix misconfigured rules in .gitlab-ci.yml files
# v4.7.11-1
......
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