Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
67c1ed24
Commit
67c1ed24
authored
5 months ago
by
Dmitry Ivanov
Browse files
Options
Downloads
Patches
Plain Diff
ci: add ASan build
NO_DOC=internal NO_TEST=internal NO_CHANGELOG=internal
parent
7c569711
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-4
17 additions, 4 deletions
.gitlab-ci.yml
with
17 additions
and
4 deletions
.gitlab-ci.yml
+
17
−
4
View file @
67c1ed24
...
...
@@ -101,22 +101,35 @@ luacheck:
script
:
-
make -f .test.mk luacheck
test-ubuntu
:
.
test-ubuntu
:
extends
:
-
.test
-
.parallel
image
:
docker-public.binary.picodata.io/tarantool-testing:${BASE_IMAGE_TAG}
variables
:
TEST_RUN_RETRIES
:
3
SERVER_START_TIMEOUT
:
400
REPLICATION_SYNC_TIMEOUT
:
400
TEST_TIMEOUT
:
420
NO_OUTPUT_TIMEOUT
:
440
TEST_TIMEOUT
:
420
script
:
-
export PATH="$PATH:$PWD"
# for GLAuth (CMake will download it)
-
make -f .test.mk test-$BUILD_PROFILE
test_mac-m1
:
test-ubuntu
:
extends
:
-
.test-ubuntu
-
.parallel
test-ubuntu-asan
:
extends
:
-
.test-ubuntu
variables
:
BUILD_PROFILE
:
debug-asan
CXX
:
clang++-18
CC
:
clang-18
when
:
manual
test-mac-m1
:
extends
:
.test
tags
:
[
mac-dev-m1
]
script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment