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
it seems we introduced a regression in "v0.14.0" of the CLI. local pipeline execution via vela exec pipeline .. using the CLI hangs. utilizing "trace" level logging vela --log.level trace exec pipeline, the issues appears to happen right after mounting the volume:
...
time="2022-07-30T16:02:26-05:00" level=trace msg="no-op: assembling build localOrg_localRepo_1"
time="2022-07-30T16:02:26-05:00" level=trace msg="running container step_localOrg_localRepo_1_echo"
time="2022-07-30T16:02:26-05:00" level=trace msg="creating mount for default volume localOrg_localRepo_1"
time="2022-07-30T16:02:26-05:00" level=trace msg="creating mount for volume /home/user/vela-test:/vela/src:rw"
Value
local pipeline execution should be functional for validating/testing pipelines.
Useful Information
simple test pipeline
version: "1"steps:
- name: echoimage: alpinecommands:
- echo hello world
What is the output of vela --version?
v0.14.0
What operating system is being used?
macOS & Linux
Any other important details?
The text was updated successfully, but these errors were encountered:
Description
it seems we introduced a regression in "v0.14.0" of the CLI. local pipeline execution via
vela exec pipeline ..
using the CLI hangs. utilizing "trace" level loggingvela --log.level trace exec pipeline
, the issues appears to happen right after mounting the volume:Value
local pipeline execution should be functional for validating/testing pipelines.
Useful Information
simple test pipeline
vela --version
?v0.14.0
macOS & Linux
The text was updated successfully, but these errors were encountered: