Skip to content

Commit beea1e8

Browse files
committed
ci: remove integration job
This is currently redundant and hence we should disable it.
1 parent 13b30f2 commit beea1e8

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.circleci/config.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -276,17 +276,6 @@ jobs:
276276
command: yarn bazel:test
277277
no_output_timeout: 20m
278278

279-
integration:
280-
executor: test-executor
281-
resource_class: xlarge
282-
steps:
283-
- custom_attach_workspace
284-
- install_python
285-
- run: sudo cp .circleci/bazel.rc /etc/bazel.bazelrc
286-
- run:
287-
command: yarn bazel:integration
288-
no_output_timeout: 20m
289-
290279
snapshot_publish:
291280
executor: action-executor
292281
resource_class: medium
@@ -412,9 +401,6 @@ workflows:
412401
- test:
413402
requires:
414403
- build
415-
- integration:
416-
requires:
417-
- build
418404

419405
# Windows jobs
420406
# These jobs only run after their non-windows counterparts finish successfully.

0 commit comments

Comments
 (0)