calm-family-29323
05/23/2023, 11:52 AMpurple-oyster-28927
05/23/2023, 12:16 PMquaint-dress-831
05/23/2023, 12:17 PMcalm-family-29323
05/23/2023, 12:19 PMyarn run integ-local -- --timeout 20000 -g "ensureBuildkit"
2. yarn run integ-local -- --timeout 20000 -g "should run a basic Run and emit log events"
And see if you get the same results as our failing pipelines https://app.circleci.com/pipelines/github/garden-io/garden/17859/workflows/69bf2bb2-0617-4fa3-aa16-a59658881c34/jobs/311020quaint-dress-831
05/23/2023, 12:23 PMyarn dist
to compile latest?purple-oyster-28927
05/23/2023, 12:25 PMyarn install
and yarn build
from the latest main is what I'm usingcore/
dircalm-family-29323
05/23/2023, 3:57 PMpurple-oyster-28927
05/24/2023, 8:22 AM0 passing (20s)
1 failing
1) ensureBuildkit
"before all" hook in "ensureBuildkit":
Error: Timeout of 20000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/srihas/Documents/off/codebase/garden/core/build/test/integ/src/plugins/kubernetes/container/build/buildkit.js)
at listOnTimeout (node:internal/timers:564:17)
at processTimers (node:internal/timers:507:7)
This is same as the error in the CI0 passing (28s)
1 failing
1) runContainerTask
should run a basic Run and emit log events:
Error: Timeout of 20000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/srihas/Documents/off/codebase/garden/core/build/test/integ/src/plugins/kubernetes/container/run.js)
at listOnTimeout (node:internal/timers:564:17)
at processTimers (node:internal/timers:507:7)
calm-family-29323
05/24/2023, 10:09 AMpurple-oyster-28927
05/24/2023, 10:13 AMcalm-family-29323
05/24/2023, 10:28 AMrunContainerTask
one is definitely supposed to work.
@freezing-pharmacist-34446 is Buildkit supported on microk8s?freezing-pharmacist-34446
05/24/2023, 12:44 PM