Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
6b940fd5
Commit
6b940fd5
authored
Apr 17, 2018
by
Mike Danese
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bzl: build --config unit should build with race enabled
This allows preheating unit test runs with: bazel build -k --config unit -- //... -//vendor/...
parent
33f7d861
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.bazelrc
build/root/.bazelrc
+1
-0
No files found.
build/root/.bazelrc
View file @
6b940fd5
...
@@ -15,6 +15,7 @@ build --sandbox_tmpfs_path=/tmp
...
@@ -15,6 +15,7 @@ build --sandbox_tmpfs_path=/tmp
build --sandbox_fake_username
build --sandbox_fake_username
# Enable go race detection.
# Enable go race detection.
build:unit --features=race
test:unit --features=race
test:unit --features=race
test:unit --test_tag_filters=-e2e,-integration
test:unit --test_tag_filters=-e2e,-integration
test:unit --flaky_test_attempts=3
test:unit --flaky_test_attempts=3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment