Skip to content
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 ppc64le support on multiarch docker images #3151

Closed
wants to merge 4 commits into from

Conversation

krishvoor
Copy link
Contributor

@krishvoor krishvoor commented Jul 20, 2021

Signed-off-by: Krishna Harsha Voora krishvoor@in.ibm.com

Which problem is this PR solving?

Re-adding the support for ppc64le arch, as it was missing in the following files.

Short description of the changes

  • updates docker/Makefile, scripts/build-all-in-one-image.sh, scripts/build-upload-docker-images.sh, scripts/hotrod-intergration-test.sh & docker/debug/Dockerfile

Signed-off-by: Krishna Harsha Voora <krishvoor@in.ibm.com>
@krishvoor krishvoor requested a review from a team as a code owner July 20, 2021 11:48
pavolloffay
pavolloffay previously approved these changes Jul 20, 2021
@yurishkuro yurishkuro enabled auto-merge (squash) July 20, 2021 14:26
@jpkrohling
Copy link
Contributor

Jobs restarted, looks like there was a problem logging in to Docker Hub.

@@ -5,7 +5,7 @@ ARG TARGETARCH
ENV GOPATH /go
RUN apk add --update --no-cache ca-certificates make git
#Once go-delve adds support for s390x (see PR #2948), remove this entire conditional.
RUN if [[ "$TARGETARCH" != "s390x" ]] ; then \
RUN if [[ "$TARGETARCH" != "s390x" ] || [ "$TARGETARCH" != "ppc64le" ]] ; then \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a similar PR for delve to address ppc64le? If so, we need to list it here, as we are doing with s390x

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, currently the same is discussed via go-delve/delve#1564
So do you want this to go inside the PR, just like the way it is done for s390x?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, added the required details into the PR.

@codecov
Copy link

codecov bot commented Jul 21, 2021

Codecov Report

Merging #3151 (abbbcc7) into master (f8a6b3c) will increase coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3151      +/-   ##
==========================================
+ Coverage   95.91%   95.97%   +0.06%     
==========================================
  Files         239      239              
  Lines       14647    14647              
==========================================
+ Hits        14048    14058      +10     
+ Misses        521      514       -7     
+ Partials       78       75       -3     
Impacted Files Coverage Δ
...lugin/sampling/strategystore/adaptive/processor.go 100.00% <0.00%> (+0.64%) ⬆️
cmd/query/app/server.go 95.58% <0.00%> (+1.47%) ⬆️
cmd/query/app/static_handler.go 98.80% <0.00%> (+2.99%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f8a6b3c...abbbcc7. Read the comment docs.

Signed-off-by: Krishna Harsha Voora <krishvoor@in.ibm.com>
auto-merge was automatically disabled July 22, 2021 05:41

Head branch was pushed to by a user without write access

@jpkrohling jpkrohling enabled auto-merge (squash) July 22, 2021 07:36
@krishvoor
Copy link
Contributor Author

Ok, looks like there was a problem logging in to Docker Hub, hence the failure and not related to PR
Can you retrigger the job, please?

@yurishkuro
Copy link
Member

Could you please re-create the PR from a named branch in your fork, not from master? This is what's causing docker login failures.

@krishvoor
Copy link
Contributor Author

Closing this PR.
New PR #3160

@krishvoor krishvoor closed this Jul 22, 2021
auto-merge was automatically disabled July 22, 2021 14:20

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants