summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2022-01-21 13:21:23 +0100
committerAndrei Pavel <andrei@isc.org>2022-01-21 13:21:23 +0100
commite1de26409d7cb0052c09aed760384ed485c5652e (patch)
tree5bf37df5d570686baa7bc89d778dd0ed745df88a /.gitlab-ci.yml
parent[#2222] Removed the skipped when equal code (diff)
downloadkea-e1de26409d7cb0052c09aed760384ed485c5652e.tar.xz
kea-e1de26409d7cb0052c09aed760384ed485c5652e.zip
[#2205] are-scripts-in-sync.py
This script is used to maintain upgrade scripts in Kea and to ensure that the incremental and the full schema scripts are in sync.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 816076191f..5bb6e4120e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -129,6 +129,12 @@ danger:
- gem install danger-commit_lint
- danger --fail-on-errors=true --new-comment
+dhcpdb_create-upgrade-consistency:
+ stage: test
+ image: "${CI_REGISTRY_IMAGE}:latest"
+ script:
+ - ./src/share/database/scripts/utils/are-scripts-in-sync.py
+
duplicate-includes:
stage: test
image: "${CI_REGISTRY_IMAGE}:latest"