Skip to content

Commit

Permalink
fix(Python-Release): Run validate tests from release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 authored Nov 11, 2024
1 parent 697b110 commit 41c0c94
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ phases:
- export PATH="$PWD/dafny:$PATH"
# Switch back to the main directory
- cd aws-cryptographic-material-providers-library
# Check out tests for release commit
- git fetch --tags
- git checkout $COMMIT_ID
# Install test dependencies
- pyenv install --skip-existing 3.11
- pyenv local 3.11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ phases:
- export PATH="$PWD/dafny:$PATH"
# Switch back to the main directory
- cd aws-cryptographic-material-providers-library
# Check out tests for release commit
- git fetch --tags
- git checkout $COMMIT_ID
# Install test dependencies
- pyenv install --skip-existing 3.11
- pyenv local 3.11
Expand Down
3 changes: 3 additions & 0 deletions ComAmazonawsDynamodb/codebuild/release-python/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ phases:
- export PATH="$PWD/dafny:$PATH"
# Switch back to the main directory
- cd aws-cryptographic-material-providers-library
# Check out tests for release commit
- git fetch --tags
- git checkout $COMMIT_ID
# Install test dependencies
- pyenv install --skip-existing 3.11
- pyenv local 3.11
Expand Down
3 changes: 3 additions & 0 deletions ComAmazonawsKms/codebuild/release-python/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ phases:
- export PATH="$PWD/dafny:$PATH"
# Switch back to the main directory
- cd aws-cryptographic-material-providers-library
# Check out tests for release commit
- git fetch --tags
- git checkout $COMMIT_ID
# Install test dependencies
- pyenv install --skip-existing 3.11
- pyenv local 3.11
Expand Down
3 changes: 3 additions & 0 deletions StandardLibrary/codebuild/release-python/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ phases:
- export PATH="$PWD/dafny:$PATH"
# Switch back to the main directory
- cd aws-cryptographic-material-providers-library
# Check out tests for release commit
- git fetch --tags
- git checkout $COMMIT_ID
# Install test dependencies
- pyenv install --skip-existing 3.11
- pyenv local 3.11
Expand Down

0 comments on commit 41c0c94

Please sign in to comment.