You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix variable for log to chime
* fix s3 url
* fix split of pr id
* Delete README.md
* fix link
* change logs paths
* fix local trial dir
* Cleanup
* fix aws s3 sync
* change logs dir
* separate logs for each framework
* upload pytest and wheels
* fix current commit path
* change name of framework integration tests log file
* create new on_end script
* rename script
* change logging to use tornasole logger
* comment tests and try to run upload_on_end
* Try to fix path for script
* uncomment tests
* cleanup tests.sh
* refactor
* change chime message
- if [ "$CODEBUILD_BUILD_SUCCEEDING" -eq 0 ]; then echo "ERROR BUILD FAILED , ACCESS BUILD LOGS THROUGH GITHUB OR TROUGH THE LINK PR:$GITHUB_PR_URL , CODEBUILD:$CODEBUILD_CURRENT_BUILD_URL , Test logs are on S3 here:$S3_TEST_REPORT_URL" ; fi
34
-
- if [ "$CODEBUILD_BUILD_SUCCEEDING" -eq 1 ]; then echo "INFO BUILD SUCCEEDED !!! , ACCESS BUILD LOGS THROUGH GITHUB OR TROUGH THE LINK PR:$GITHUB_PR_URL , CODEBUILD:$CODEBUILD_CURRENT_BUILD_URL , Test logs are on S3 here:$S3_TEST_REPORT_URL" ; fi
echo"ERROR BUILD FAILED , ACCESS BUILD LOGS THROUGH GITHUB OR TROUGH THE LINK PR:$GITHUB_PR_URL . CODEBUILD:$CODEBUILD_BUILD_URL . Test logs are on S3 here:$S3_TEST_REPORT_URL"
echo"INFO BUILD SUCCEEDED !!! , ACCESS BUILD LOGS THROUGH GITHUB OR TROUGH THE LINK PR:$GITHUB_PR_URL . CODEBUILD:$CODEBUILD_BUILD_URL. Test logs are on S3 here:$S3_TEST_REPORT_URL"
0 commit comments