[tarantool-patches] Re: [PATCH v1] gitlab-ci: clean up .gitlab-ci.yml
Alexander Turenko
alexander.turenko at tarantool.org
Fri Aug 23 14:54:33 MSK 2019
The approach is okay for me. Found two mistakes. Please, fix them,
verify all jobs again and pass the patch to Kirill.
WBR, Alexander Turenko.
> release_asan_clang8:
> - image: ${IMAGE_TEST_LTO}
> - stage: test
> - tags:
> - - docker_test
> + <<: *docker_test_lto_definition
> script:
> - ${GITLAB_MAKE} test_asan_debian_no_deps
No -DENABLE_LTO=ON cmake flag. It seems that there was no before.
> static_build:
> - only:
> - refs:
> - - master
> - - /^.*-full-ci$/
> - stage: test
> - tags:
> - - deploy
> + <<: *deploy_test_definition
> variables:
> RUN_TESTS: 'ON'
> - script:
> - - ${GITLAB_MAKE} static_build
static build now runs debian packages build.
More information about the Tarantool-patches
mailing list