-
-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add heuristic func to set plugin workspace base for windows containers correctly #4286
base: main
Are you sure you want to change the base?
Add heuristic func to set plugin workspace base for windows containers correctly #4286
Conversation
@cduchenoy you might verify that this works for you! :) |
Deployment of preview was successful: https://woodpecker-ci-woodpecker-pr-4286.surge.sh |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4286 +/- ##
==========================================
+ Coverage 27.06% 27.10% +0.04%
==========================================
Files 379 379
Lines 27753 27769 +16
==========================================
+ Hits 7512 7528 +16
Misses 19572 19572
Partials 669 669 ☔ View full report in Codecov by Sentry. |
Hi, Thank you so much ! To try it I need to build the Woodpecker server image with this patch using https://woodpecker-ci.org/docs/development/getting-started As a reminder, we are not devs but infrastructure people |
You can use the tag |
@cduchenoy that's what |
@cduchenoy did you had time to test it? |
Hi, Sorry but I haven't been able to test yet It is in production at our customer and testing is complicated We are in the process of migrating our old gitea/drone stack to the forgejo/woodpecker couple Once the infrastructure is finalized (well advanced :)) we will be able to test because our infrastructure and no longer that of a customer We are also preparing the expected PRs and a teams notification plugin |
Hi, I was finally able to test it works! I had to create the agent for Windows with the patch because I had a grpc version mismatch error The Windows docker image windows-agent can be found on docker-hub: docker pull gecoit84/woodpecker-agent:pull_4286 Do you think you can apply the same fix for the steps command? Indeed, for the pipeline to work you must add the parameter ...
workspace:
base: C:\tmp Without that |
I just had an idea witch would not require an heuristic: why not prepend |
Yes it's the solution 👍 |
@cduchenoy ok you might have a look at #4381 ... through I have windows container now running and might do actual testing with woodpecker on my end too now :) |
regression of #3933
address one concern of #4274