-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
windocker: Figure out how to use longer (original) names for the pipelines #3710
Comments
Ref: #1284 (comment) and the associated PR adoptium/temurin-build#1724 which changed
but is in the main jdk21 pipelines:
|
The above change to the workspace directory is in an else section which only takes place if the DOCKER_IMAGE variable is not set so this should be relatively simple to resolve, and also resolve in a way that I can use a shared folder |
Testing at https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk21u/job/jdk21u-windows-x64-temurin/142/console which has started the build at the time of writing this comment (although that took three attempts due to #3714 |
As per the notes in #3286 (comment) I had the reduce the job name to
windbld
instead of the more usualjdk21u-windows-x64-temurin
style format in order to avoid exceeding path lengths. We will need to figure out a solution to this before the windows container builds can be fully integrated into the pipelines.We have had to take this into account in the past and shorten things. I'll also note that
F:\workspace
is used on some of our machines instead ofF:\ws
and that seems to work ok, so we also need to understand if this is an extra limitation which is specific to containers. Noting also that we don't seem to be able to use a separate workspace drive likeF:
which isn't already in the container.The text was updated successfully, but these errors were encountered: