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

Resolve "Liquibase-update test fails when CTA is update without oracle support"

parent 70a4df35
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,8 @@ liquibase-update:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: on_success
allow_failure: false
- if: $ORACLE_SUPPORT == "OFF"
when: never
variables:
TEST_SCRIPT: "tests/update_db_test.sh"
EXTENDED_OPTIONS: "-O -D -t 2400 -C -u"
......
......@@ -5,6 +5,7 @@
- cta/CTA#89 - Create stubs for Enstore tape label format
### Bug fixes
- cta/CTA#127 - DataTransferSession keeps busy while waiting for a mount to be required
- cta/CTA#130 - Liquibase-update test fails when CTA is update without oracle support
### Continuous Integration
- cta/CTA#7 - Use same versionlock.list file for xrootd4 and 5
- cta/CTA#18 - CI - Testing of DB schema upgrade script
......
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