Skip to content

Commit

Permalink
chore: reduce the number of aws-sdk versions in TAV tests (#3663)
Browse files Browse the repository at this point in the history
The TAV run had gotten way up to 79 versions tested, which
broke a 40min run time limit for some jobs.
  • Loading branch information
trentm authored Oct 11, 2023
1 parent 1eae1b5 commit d3b4796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@ aws-sdk:
# Maintenance note: This should be updated periodically using:
# ./dev-utils/aws-sdk-tav-versions.sh
#
# Test v2.858.0, every N=108 of 542 releases, and current latest.
versions: '2.858.0 || 2.966.0 || 2.1074.0 || 2.1182.0 || 2.1290.0 || 2.1399.0 || 2.1400.0 || >2.1400.0 <3'
# Test v2.858.0, every N=122 of 614 releases, and current latest.
versions: '2.858.0 || 2.980.0 || 2.1102.0 || 2.1224.0 || 2.1346.0 || 2.1469.0 || 2.1472.0 || >2.1472.0 <3'
commands:
- node test/instrumentation/modules/aws-sdk/aws4-retries.test.js
- node test/instrumentation/modules/aws-sdk/s3.test.js
Expand Down

0 comments on commit d3b4796

Please sign in to comment.