#hey Dani! it's great to see you here!
1 messages Β· Page 1 of 1 (latest)
sure! π I'm talking with the team, I'll try to port our GH Action to Dagger (https://github.com/kubeshop/tracetest-github-action) soon (probably this week). as soon as I start I'll let you know!
that'd be awesome! so now anyone will be able to run tracetest locally π
Hey @west monolith so nice to meet you, excited to see this module and I would love to help out with exploring using dagger in the projects CI.
Its so cool that you are already using docusaurus -- I wrote this docusaurus module last week for helping with reviewing branch PRs without needing to install anything locally. I just tried it out and it just worksβ’ with tracetest as well π
If you have dagger CLI installed locally you can try this π
dagger call -m github.com/levlaz/daggerverse/docusaurus run --src https://github.com/kubeshop/tracetest --dir "src/docs" as-service up
Its even cooler when you need to point to an arbitrary branch on a fork like this π
dagger call -m github.com/levlaz/daggerverse/docusaurus run --src https://github.com/$FORK/tracetest#$BRANCH --dir "src/docs" as-service up
hi @rapid talon thanks for your input. I'll try that.
One question: when running dagger CLI for the first time, do I need a cloud account? I'm trying to run the any commands and I'm getting stuck in loading
example:
No you don't need a cloud account, the first time the CLI runs it needs to pull down the engine and depending on your network this may take some time.
ok! I'll try again later today, thanks for the clarification! π
Hey @west monolith -- FYI I made some modifications to that module yesterday, if you do give this a try please use this command instead:
dagger call -m github.com/levlaz/daggerverse/docusaurus serve --src https://github.com/kubeshop/tracetest --dir "src/docs" up