Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 73237e1

Browse files
Merge pull request #1 from grapl-security/cm/disable-remote-cache
Temporarily disable remote cache in CI
2 parents d86c053 + bcccad7 commit 73237e1

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.buildkite/pipeline.verify.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ steps:
1515
command:
1616
- make test-shell
1717

18-
- label: ":buildkite: Plugin Tests"
19-
command:
20-
- make test-plugin
18+
# TODO: Add plugin tests
19+
# - label: ":buildkite: Plugin Tests"
20+
# command:
21+
# - make test-plugin

pants.ci.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ pants_ignore = [
1212
".cache/pants/lmdb_store",
1313
]
1414

15-
[auth]
16-
from_env_var = "TOOLCHAIN_AUTH_TOKEN"
15+
# Temporarily disable the remote cache until we can get
16+
# repository-specific tokens into the CI/CD system
17+
# [auth]
18+
# from_env_var = "TOOLCHAIN_AUTH_TOKEN"

pants.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ remote_store_address = "grpcs://cache.toolchain.com:443"
2020
remote_auth_plugin = "toolchain.pants.auth.plugin:toolchain_auth_plugin"
2121

2222
[toolchain-setup]
23-
repo = "grapl-artifact-buildkite-plugin"
23+
repo = "grapl-artifacts-buildkite-plugin"
2424

2525
[buildsense]
2626
enable = true

0 commit comments

Comments
 (0)