diff --git a/.gitlab/ci/kube-tests.gitlab-ci.yml b/.gitlab/ci/kube-tests.gitlab-ci.yml index 27d17cf018f05da85847bfef2ff3fa39f71da4de..439450636f8b9f796ee72a4d36b8a4ee131536ff 100644 --- a/.gitlab/ci/kube-tests.gitlab-ci.yml +++ b/.gitlab/ci/kube-tests.gitlab-ci.yml @@ -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" diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 7dfea26b675911a5508448a5ec7240cbb89c015f..bb3980dd7a871a7c866f65b794787a8ac8670363 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -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