-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/revise GitHub docker cache images #584
Merged
Merged
Conversation
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
jonesho
had a problem deploying
to
docker-build-and-e2e
January 21, 2025 10:56 — with
GitHub Actions
Error
jonesho
temporarily deployed
to
docker-build-and-e2e
January 21, 2025 11:08 — with
GitHub Actions
Inactive
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #584 +/- ##
============================================
- Coverage 68.89% 66.53% -2.36%
Complexity 1186 1186
============================================
Files 327 292 -35
Lines 13176 12217 -959
Branches 1319 1090 -229
============================================
- Hits 9078 8129 -949
+ Misses 3547 3539 -8
+ Partials 551 549 -2
|
jonesho
temporarily deployed
to
docker-build-and-e2e
January 21, 2025 12:37 — with
GitHub Actions
Inactive
jonesho
temporarily deployed
to
docker-build-and-e2e
January 21, 2025 13:28 — with
GitHub Actions
Inactive
jonesho
temporarily deployed
to
docker-build-and-e2e
January 21, 2025 14:24 — with
GitHub Actions
Inactive
jonesho
had a problem deploying
to
docker-build-and-e2e
January 21, 2025 15:31 — with
GitHub Actions
Error
jonesho
temporarily deployed
to
docker-build-and-e2e
January 21, 2025 15:39 — with
GitHub Actions
Inactive
jonesho
had a problem deploying
to
docker-build-and-e2e
January 21, 2025 16:00 — with
GitHub Actions
Error
jonesho
had a problem deploying
to
docker-build-and-e2e
January 21, 2025 18:24 — with
GitHub Actions
Error
jonesho
had a problem deploying
to
docker-build-and-e2e
January 21, 2025 19:30 — with
GitHub Actions
Error
jonesho
had a problem deploying
to
docker-build-and-e2e
January 22, 2025 04:11 — with
GitHub Actions
Error
jonesho
had a problem deploying
to
docker-build-and-e2e
January 22, 2025 05:30 — with
GitHub Actions
Error
jonesho
had a problem deploying
to
docker-build-and-e2e
January 22, 2025 05:53 — with
GitHub Actions
Error
jonesho
had a problem deploying
to
docker-build-and-e2e
January 22, 2025 06:15 — with
GitHub Actions
Error
jonesho
had a problem deploying
to
docker-build-and-e2e
January 22, 2025 06:26 — with
GitHub Actions
Error
jonesho
temporarily deployed
to
docker-build-and-e2e
January 22, 2025 06:43 — with
GitHub Actions
Inactive
jonesho
had a problem deploying
to
docker-build-and-e2e
January 22, 2025 07:34 — with
GitHub Actions
Error
jonesho
had a problem deploying
to
docker-build-and-e2e
January 22, 2025 08:04 — with
GitHub Actions
Error
jonesho
had a problem deploying
to
docker-build-and-e2e
January 22, 2025 08:20 — with
GitHub Actions
Error
jonesho
temporarily deployed
to
docker-build-and-e2e
January 22, 2025 08:28 — with
GitHub Actions
Inactive
jonesho
force-pushed
the
feat/revise-github-docker-cache-images
branch
from
January 22, 2025 09:08
a3fdf0e
to
97765c3
Compare
jonesho
had a problem deploying
to
docker-build-and-e2e
January 22, 2025 09:09 — with
GitHub Actions
Error
jonesho
had a problem deploying
to
docker-build-and-e2e
January 22, 2025 09:27 — with
GitHub Actions
Error
jonesho
had a problem deploying
to
docker-build-and-e2e
January 22, 2025 09:41 — with
GitHub Actions
Error
jonesho
had a problem deploying
to
docker-build-and-e2e
January 22, 2025 09:47 — with
GitHub Actions
Error
jonesho
temporarily deployed
to
docker-build-and-e2e
January 22, 2025 09:50 — with
GitHub Actions
Inactive
This reverts commit 4b1bfc4.
jonesho
force-pushed
the
feat/revise-github-docker-cache-images
branch
from
January 24, 2025 17:57
a96ea0a
to
2b10d35
Compare
jonesho
had a problem deploying
to
docker-build-and-e2e
January 24, 2025 17:58 — with
GitHub Actions
Error
jonesho
temporarily deployed
to
docker-build-and-e2e
January 24, 2025 18:02 — with
GitHub Actions
Inactive
jonesho
temporarily deployed
to
docker-build-and-e2e
January 27, 2025 15:31 — with
GitHub Actions
Inactive
VGau
approved these changes
Jan 27, 2025
jonesho
temporarily deployed
to
docker-build-and-e2e
January 27, 2025 16:33 — with
GitHub Actions
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR implements issue(s) #589
actions/cache
for caching pulled docker images, previously the reload of cached docker images was missing and save cache jobs would run twice (both incoordinator-testing
andstaterecovery-testing
)Checklist