Skip to content

Commit

Permalink
ci: fix ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
kirrg001 committed Jun 30, 2023
1 parent 8a2aa8d commit 02f066b
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,31 +471,6 @@ jobs:
parallelism: << pipeline.parameters.executors >>
resource_class: medium+

"node-20-esm":
environment:
RUN_ESM: true
COLLECTOR_ONLY: true
docker:
- image: cimg/node:20.3
- <<: *zookeeper
- <<: *elasticsearch
- <<: *mongo
- <<: *redis
- <<: *kafka
- <<: *schema-registry
- <<: *mysql
- <<: *postgres
- <<: *mssql
- <<: *rabbitmq
- <<: *nats
- <<: *nats-streaming
- <<: *memcached
- <<: *couchbase
- <<: *couchbase-setup
<<: *shared
parallelism: << pipeline.parameters.executors >>
resource_class: medium+

"node-14":
environment:
NPM_VERSION: 8.6.0
Expand Down Expand Up @@ -610,7 +585,7 @@ workflows:
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
jobs:
- "node-20"
#- "node-18"
- "node-18"

other-nodejs-versions:
when:
Expand All @@ -635,8 +610,7 @@ workflows:
# by providing the parameter "workflow: esm-build"
- equal: [ esm-build, << pipeline.parameters.workflow >> ]
jobs:
#- "node-18-esm"
- "node-20-esm"
- "node-18-esm"

coverage:
when:
Expand Down

0 comments on commit 02f066b

Please sign in to comment.