Skip to content

Commit

Permalink
test: reduce number of aws-sdk versions for tav (open-telemetry#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Blum committed Oct 18, 2022
1 parent fe79e29 commit d291d3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/node/opentelemetry-instrumentation-aws-sdk/.tav.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
"aws-sdk":
# there are so many version to test, it can take forever.
# we will just sample few of them
versions: ">=2.1157.0 || 2.1152.0 || 2.1132.0 || 2.1048.0 || 2.1012.0 || 2.647.0 || 2.308.0"
versions: ">=2.1230.0 || 2.1219.0 || 2.1152.0 || 2.1048.0 || 2.1012.0 || 2.647.0 || 2.308.0"
commands:
- npm run test
# Fix missing `contrib-test-utils` package
pretest: npm run --prefix ../../../ lerna:link

"@aws-sdk/client-s3":
versions: ">=3.113.0 || 3.107.0 || 3.54.0 || 3.6.1"
versions: ">=3.188.0 || 3.154.0 || 3.107.0 || 3.54.0 || 3.6.1"
commands:
- npm run test
# Fix missing `contrib-test-utils` package
pretest: npm run --prefix ../../../ lerna:link

"@aws-sdk/client-sqs":
versions: ">=3.112.0 || 3.107.0 || 3.58.0 || 3.54.0 || 3.43.0 || 3.24.0"
versions: ">=3.188.0 || 3.171.0 || 3.107.0 || 3.58.0 || 3.54.0 || 3.43.0 || 3.24.0"
commands:
- npm run test
# Fix missing `contrib-test-utils` package
Expand Down

0 comments on commit d291d3d

Please sign in to comment.