forked from motional/nuplan-devkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bazelrc
More file actions
23 lines (21 loc) · 727 Bytes
/
.bazelrc
File metadata and controls
23 lines (21 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
build --remote_cache=http://bazel-cache.ci.motional.com:80
build --remote_upload_local_results=false
test --test_output=errors
test --test_timeout=2400
test --test_output=all
test --test_env=WORKSPACE
test --test_env=CACHE=/tmp/pyxbld
test --test_env=PYTHONPATH
test --test_env=AWS_ACCESS_KEY_ID
test --test_env=AWS_SECRET_ACCESS_KEY
test --test_env=NUPLAN_DATA_ROOT
test --test_env=NUPLAN_MAPS_ROOT
test --test_env=NUPLAN_EXP_ROOT
test --test_env=NUPLAN_DATA_STORE
test --test_env=NUPLAN_S3_PROFILE
test --test_env=NUPLAN_CACHE_FROM_S3
test --test_env=NUPLAN_DATA_ROOT_S3_URL
test --test_env=NUPLAN_MAPS_ROOT_S3_URL
test --test_env=NUPLAN_DB_FILES
test --test_env=NUPLAN_MAP_VERSION
test --test_env=NUPLAN_HYDRA_CONFIG_PATH