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
The tests/ci_build/ci_build.sh script used to be a small wrapper that ran a given command inside a Docker image. Over time, the wrapper script has become highly complex. I recently made a mistake that increased the number of times Docker images were re-built from scratch (#6305), and that one-line mistake cost us dearly, burning precious CI budget ~1.5x faster.
The wrapper script must be cleaned up for legibility and clarity.
The text was updated successfully, but these errors were encountered:
The
tests/ci_build/ci_build.sh
script used to be a small wrapper that ran a given command inside a Docker image. Over time, the wrapper script has become highly complex. I recently made a mistake that increased the number of times Docker images were re-built from scratch (#6305), and that one-line mistake cost us dearly, burning precious CI budget ~1.5x faster.The wrapper script must be cleaned up for legibility and clarity.
The text was updated successfully, but these errors were encountered: