-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Docker image cache cross-environment support
- Name Docker images based on the branch hash value (shasum) - Add setup.py PEP-440 workaround for common package - Reorganize GHA jobs - Utilize Docker registry cache for image cache layers sharing - Use separate Docker images (_cache) for caching - Optimize Docker images size (foreman, salmon) - Add remote builder support (used by default in GHA jobs) - Set umask explicitly to avoid cache miss due to permissions diff - Introduce API base image, derive api local/production from it - Reformat affected files for better readability - Use better names for scripts/variables - Consolidate renv related scripts location (use common/ everywhere) - Retire -d option of `prepare_image.sh` - Delete affymetrix_local image as no longer used (affymetrix cache boost satisfies our tests execution time requirements) - Sort .dockerignore entries - Update .pre-commit-config.yaml - Update README
- Loading branch information
Showing
69 changed files
with
1,869 additions
and
1,545 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
volume | ||
*/volume | ||
test_volume | ||
*/test_volume | ||
volume | ||
.git | ||
*/batch-job-specs | ||
*/test_volume | ||
*/volume | ||
config/externally_supplied_metadata/metasra/*.tab | ||
config/externally_supplied_metadata/metasra/metasra_keywords.json | ||
config/externally_supplied_metadata/metasra/metasra_translated.json | ||
config/externally_supplied_metadata/metasra/SRAmetadb.sqlite | ||
dr_env | ||
volumes_postgres/ | ||
env/ | ||
infrastructure/ | ||
terraform/ | ||
*/batch-job-specs | ||
config/externally_supplied_metadata/metasra/metasra_translated.json | ||
config/externally_supplied_metadata/metasra/metasra_keywords.json | ||
config/externally_supplied_metadata/metasra/*.tab | ||
config/externally_supplied_metadata/metasra/SRAmetadb.sqlite | ||
test_volume | ||
volume | ||
volumes_postgres/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.