-
Notifications
You must be signed in to change notification settings - Fork 542
[GLUTEN-10926][VL] followup to fix docker image conflict #11064
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Yuan <[email protected]>
Signed-off-by: Yuan <[email protected]>
Signed-off-by: Yuan <[email protected]>
ddf5c3e to
391ef99
Compare
Signed-off-by: Yuan <[email protected]>
This reverts commit f961376.
Signed-off-by: Yuan <[email protected]>
Signed-off-by: Yuan <[email protected]>
.github/workflows/docker_image.yml
Outdated
| strategy: | ||
| matrix: | ||
| digests: [ vcpkg-centos-8, vcpkg-centos-8-gcc13, vcpkg-centos-9, centos-8-jdk8, centos-8-jdk11, centos-8-jdk17, centos-9-jdk8, centos-9-jdk11, centos-9-jdk17 ] | ||
| digests: [ vcpkg-centos-8, vcpkg-centos-8_gcc13, vcpkg-centos-9, centos-8-jdk8, centos-8-jdk11, centos-8-jdk17, centos-9-jdk8, centos-9-jdk11, centos-9-jdk17 ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about creating a separate merge job for gcc13 dockers? Then, no impact due to the name pattern conflict.
I feel it may be better to keep the naming consistency with hyphen as separator.
Signed-off-by: Yuan <[email protected]>
Signed-off-by: Yuan <[email protected]>
This reverts commit 2005d95.
Signed-off-by: Yuan <[email protected]>
Signed-off-by: Yuan <[email protected]>
Signed-off-by: Yuan <[email protected]>
Signed-off-by: Yuan <[email protected]>
PHILO-HE
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
What changes are proposed in this pull request?
after #10926 the docker image for vcpkg-centos-8 has a conlict with vcpkg-centos-8-gcc13 when merging digests.
this patch renames the merge pattern so there is not conflict.
How was this patch tested?
Related issue: #10926