🐎 ci(test stage): disable artifacts, enable asan
This commit is contained in:
@@ -85,10 +85,6 @@ branch_build_release_for_rockylinux:
|
|||||||
variables:
|
variables:
|
||||||
BUILD_TYPE: RelWithDebInfo
|
BUILD_TYPE: RelWithDebInfo
|
||||||
extends: .build_by_travis_for_rockylinux
|
extends: .build_by_travis_for_rockylinux
|
||||||
artifacts:
|
|
||||||
name: "stellar-branch-$CI_COMMIT_REF_NAME-release"
|
|
||||||
paths:
|
|
||||||
- build/*
|
|
||||||
except:
|
except:
|
||||||
- /^develop-.*$/i
|
- /^develop-.*$/i
|
||||||
- /^release-.*$/i
|
- /^release-.*$/i
|
||||||
@@ -112,10 +108,6 @@ develop_build_release_for_rockylinux:
|
|||||||
TESTING_VERSION_BUILD: 1
|
TESTING_VERSION_BUILD: 1
|
||||||
BUILD_TYPE: RelWithDebInfo
|
BUILD_TYPE: RelWithDebInfo
|
||||||
#ASAN_OPTION: ADDRESS
|
#ASAN_OPTION: ADDRESS
|
||||||
artifacts:
|
|
||||||
name: "stellar-develop-$CI_COMMIT_REF_NAME-release"
|
|
||||||
paths:
|
|
||||||
- build/*
|
|
||||||
only:
|
only:
|
||||||
- /^develop-.*$/i
|
- /^develop-.*$/i
|
||||||
- /^release-.*$/i
|
- /^release-.*$/i
|
||||||
@@ -136,7 +128,7 @@ release_build_release_for_rockylinux:
|
|||||||
artifacts:
|
artifacts:
|
||||||
name: "stellar-install-$CI_COMMIT_REF_NAME-release"
|
name: "stellar-install-$CI_COMMIT_REF_NAME-release"
|
||||||
paths:
|
paths:
|
||||||
- build/*
|
- build/infra/*.rpm
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
@@ -146,9 +138,13 @@ release_build_release_for_rockylinux:
|
|||||||
test_in_rockylinux:
|
test_in_rockylinux:
|
||||||
stage: test
|
stage: test
|
||||||
image: $BUILD_IMAGE_ROCKYLINUX
|
image: $BUILD_IMAGE_ROCKYLINUX
|
||||||
|
extends: .build_by_travis_for_rockylinux
|
||||||
|
variables:
|
||||||
|
BUILD_TYPE: Debug
|
||||||
|
ASAN_OPTION: ADDRESS
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
script:
|
script:
|
||||||
- *everything_before_script
|
- ./ci/travis.sh
|
||||||
- cd build; ctest -V
|
- cd build; ctest -V
|
||||||
dependencies:
|
dependencies:
|
||||||
- branch_build_release_for_rockylinux
|
- branch_build_release_for_rockylinux
|
||||||
|
|||||||
Reference in New Issue
Block a user