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
[wanda] add `disable_caching` option (#305)
allows running a wanda build without caching enabled. this helps on
building images which contents are fast to build but changing
frequently. if these images are cached, it can spam the container
registry and make the registry run out of image count quota if it is an
ECR.
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
[wanda] add hints args that are not calculated in build input (#302)
`build_hint_args` are build args that will not be captured in the build
input.
this allows sending in configs that are unrelated to the build result,
such
as caching configs, but can still allow the build output to be cached
properly.
[ci] add block for apple silicon test (#273)
the test does not run much, but often needs to wait for a long time
---------
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>