diff --git a/ci/buildkite.yml b/ci/buildkite.yml index 2395e35545..9e36d39d89 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -24,13 +24,14 @@ steps: timeout_in_minutes: 20 agents: - "queue=cuda" - - command: "ci/test-large-network.sh || true" - name: "large-network [public] [ignored]" - env: - CARGO_TARGET_CACHE_NAME: "stable" - timeout_in_minutes: 20 - agents: - - "queue=large" + # TODO: Fix and re-enable test-large-network.sh + # - command: "ci/test-large-network.sh || true" + # name: "large-network [public] [ignored]" + # env: + # CARGO_TARGET_CACHE_NAME: "stable" + # timeout_in_minutes: 20 + # agents: + # - "queue=large" - command: "ci/pr-snap.sh" timeout_in_minutes: 20 name: "snap [public]"