Skip to content

Commit

Permalink
Disables pkg-tests from CircleCI (moved to Azure)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Nov 12, 2018
1 parent f96f54f commit 8f72462
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .circleci/config.yml
Expand Up @@ -122,14 +122,14 @@ jobs:
root: ~/project
paths:
- yarn
test-pkg-tests-linux-node10:
<<: *docker_defaults
docker:
- image: node:10
<<: *pkg_tests
test-pkg-tests-linux-node8:
<<: *docker_defaults
<<: *pkg_tests
# test-pkg-tests-linux-node10:
# <<: *docker_defaults
# docker:
# - image: node:10
# <<: *pkg_tests
# test-pkg-tests-linux-node8:
# <<: *docker_defaults
# <<: *pkg_tests
test-linux-node10:
<<: *docker_defaults
<<: *test_steps
Expand Down Expand Up @@ -248,14 +248,14 @@ workflows:
filters: *default_filters
requires:
- install
- test-pkg-tests-linux-node10:
filters: *default_filters
requires:
- install
- test-pkg-tests-linux-node8:
filters: *default_filters
requires:
- install
# - test-pkg-tests-linux-node10:
# filters: *default_filters
# requires:
# - install
# - test-pkg-tests-linux-node8:
# filters: *default_filters
# requires:
# - install
- test-linux-node10:
filters: *default_filters
requires:
Expand Down Expand Up @@ -294,8 +294,8 @@ workflows:
branches:
ignore: /.*/
requires:
- test-pkg-tests-linux-node10
- test-pkg-tests-linux-node8
# - test-pkg-tests-linux-node10
# - test-pkg-tests-linux-node8
- test-linux-node10
- test-linux-node8
- test-linux-node6
Expand Down

0 comments on commit 8f72462

Please sign in to comment.