Tiaf bucket top level fix (#3085)

* Revert to regular run when invalid commits used.

* Cirrect s3 logging of last commit hash storage

* Add s3 top level url and build number script params.

* Use existing REPOSITORY_NAME env var.

Signed-off-by: John <jonawals@amazon.com>
This commit is contained in:
jonawals
2021-08-12 20:48:23 +01:00
committed by GitHub
parent 8c21c85972
commit ff659fbbb6
7 changed files with 57 additions and 18 deletions
@@ -106,7 +106,7 @@ class PersistentStorage(ABC):
historic_data_json = self._pack_historic_data(last_commit_hash)
if historic_data_json:
logger.info(f"Attempting to store historic data with new last commit hash '{self._last_commit_hash}'...")
logger.info(f"Attempting to store historic data with new last commit hash '{last_commit_hash}'...")
self._store_historic_data(historic_data_json)
logger.info("The historic data was successfully stored.")