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
teor2345 opened this issue
Oct 4, 2023
· 1 comment
Labels
A-devopsArea: Pipelines, CI/CD and DockerfilesC-cleanupCategory: This is a cleanupC-trivialCategory: A trivial change that is not worth mentioning in the CHANGELOG
teor2345
changed the title
Move lightwalletd cache symlink to entrypoint.sh and remove redundant sleeps
Remove redundant workflow steps and sleep commands in GCP tests
Oct 4, 2023
A-devopsArea: Pipelines, CI/CD and DockerfilesC-cleanupCategory: This is a cleanupC-trivialCategory: A trivial change that is not worth mentioning in the CHANGELOG
Motivation
In PR #7665 I made a minimal changes to fix an urgent CI bug, retrying each Docker command to fix these errors:
Specifications
https://docs.docker.com/engine/reference/run/#entrypoint-default-command-to-execute-at-runtime
https://linux.die.net/man/8/mke2fs
Complex Code or Requirements
entrypoint.sh
entrypoint.sh
, but that's already happening in PR ref(docker): combine test and prod entrypoints into one #7660|| true
to ignore any delete failures (if the object wasn't actually created)mke2fs
errors, callingmke2fs -F -F
might (two-F
s will force overwriting busy devices)Testing
These cleanups don't need to be tested multiple times, but we should set a timeout that's significantly longer than the last few job runs.
The text was updated successfully, but these errors were encountered: