Skip to content

Commit

Permalink
ci: remove integration job
Browse files Browse the repository at this point in the history
This is currently redundant and hence we should disable it.

(cherry picked from commit beea1e8)
  • Loading branch information
alan-agius4 committed Feb 4, 2021
1 parent 767bcf3 commit 3789a3a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,17 +276,6 @@ jobs:
command: yarn bazel:test
no_output_timeout: 20m

integration:
executor: test-executor
resource_class: xlarge
steps:
- custom_attach_workspace
- install_python
- run: sudo cp .circleci/bazel.rc /etc/bazel.bazelrc
- run:
command: yarn bazel:integration
no_output_timeout: 20m

snapshot_publish:
executor: action-executor
resource_class: medium
Expand Down Expand Up @@ -412,9 +401,6 @@ workflows:
- test:
requires:
- build
- integration:
requires:
- build

# Windows jobs
# These jobs only run after their non-windows counterparts finish successfully.
Expand Down

0 comments on commit 3789a3a

Please sign in to comment.