Skip to content
Snippets Groups Projects
Commit d26a10de authored by Eric Frias's avatar Eric Frias
Browse files

Disable lint on hived builds.

Lint is already run when the same builds are executed in the hive/hive
repo
parent 06d126e6
No related branches found
No related tags found
7 merge requests!627merge in fix for get_current_block_age,!626Fix get_current_block_age function to avoid healthcheck fails,!622merge develop to master,!599merge ( with merge commit) develop to master,!597Merge develop to master for release,!209Draft another test for changes delivery to master,!102Disable lint on hived builds.
Pipeline #42971 passed
......@@ -13,7 +13,7 @@ hive_fork_manager:
stage: build_and_test
image: "$CI_REGISTRY_IMAGE/ci-base-image$BUILDER_IMAGE_TAG"
script:
- $SETUP_SCRIPTS_PATH/build.sh --cmake-arg="-DHIVE_LINT=ON" --haf-source-dir="$CI_PROJECT_DIR" --haf-binaries-dir="$CI_PROJECT_DIR/$CI_JOB_NAME/build" extension.hive_fork_manager
- $SETUP_SCRIPTS_PATH/build.sh --cmake-arg="-DHIVE_LINT=OFF" --haf-source-dir="$CI_PROJECT_DIR" --haf-binaries-dir="$CI_PROJECT_DIR/$CI_JOB_NAME/build" extension.hive_fork_manager
- sudo $SETUP_SCRIPTS_PATH/setup_postgres.sh --haf-admin-account=haf_admin --haf-binaries-dir="$CI_PROJECT_DIR/$CI_JOB_NAME/build"
- cd "$CI_PROJECT_DIR/$CI_JOB_NAME/build" && ctest --output-on-failure -R test.functional.hive_fork_manager.*
artifacts:
......@@ -29,7 +29,7 @@ hived:
stage: build_and_test
image: "$CI_REGISTRY_IMAGE/ci-base-image$BUILDER_IMAGE_TAG"
script:
- $SETUP_SCRIPTS_PATH/build.sh --cmake-arg="-DHIVE_LINT=ON" --haf-source-dir="$CI_PROJECT_DIR" --haf-binaries-dir="$CI_PROJECT_DIR/$CI_JOB_NAME/build" hived truncate_block_log
- $SETUP_SCRIPTS_PATH/build.sh --cmake-arg="-DHIVE_LINT=OFF" --haf-source-dir="$CI_PROJECT_DIR" --haf-binaries-dir="$CI_PROJECT_DIR/$CI_JOB_NAME/build" hived truncate_block_log
# check if sql_serializer compiles with hived
- test -f "$CI_PROJECT_DIR/$CI_JOB_NAME/build/hive/libraries/plugins/sql_serializer/libsql_serializer_plugin.a"
# check if sql_serializer plugin is included in hived plugins
......
[submodule "hive"]
path = hive
url = https://gitlab.syncad.com/hive/hive.git
url = ../hive.git
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