We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b30f2 commit beea1e8Copy full SHA for beea1e8
.circleci/config.yml
@@ -276,17 +276,6 @@ jobs:
276
command: yarn bazel:test
277
no_output_timeout: 20m
278
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
-
290
snapshot_publish:
291
executor: action-executor
292
resource_class: medium
@@ -412,9 +401,6 @@ workflows:
412
401
- test:
413
402
requires:
414
403
- build
415
- - integration:
416
- requires:
417
- - build
418
404
419
405
# Windows jobs
420
406
# These jobs only run after their non-windows counterparts finish successfully.
0 commit comments