Skip to content

Commit

Permalink
test: update TAV versions for aws-sdk instrumentation package (open-t…
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 committed May 11, 2022
1 parent 1c916e4 commit d39c642
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.1004.0 || 2.1002.0 || 2.950.0 || 2.903.0 || 2.880.0 || 2.706.0 || 2.608.0 || 2.518.0 || 2.422.0 || 2.308.0"
versions: ">=2.1130.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.33.0 || 3.27.0 || 3.18.0 || 3.6.1 || 3.3.0"
versions: ">=3.83.0 || 3.58.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.33.0 || 3.24.0 || 3.19.0 || 3.1.0"
versions: ">=3.85.0 || 3.82.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 d39c642

Please sign in to comment.