OCPBUGS-65718: multi-arch tests were not passing on ppc64le#1325
OCPBUGS-65718: multi-arch tests were not passing on ppc64le#1325prb112 wants to merge 3 commits intoopenshift:mainfrom
Conversation
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: prb112 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
8063ab0 to
b725b96
Compare
| cfg.OS = runtime.GOOS | ||
| cfg.Architecture = runtime.GOARCH | ||
| i, err = mutate.ConfigFile(i, cfg) |
There was a problem hiding this comment.
I could not get this to work on linux/ppc64le without adding the mutate.ConfigFile with the arch/OS
| $(GO) test $(GO_MOD_FLAGS) $(GO_BUILD_FLAGS) -coverprofile=tests/results-integration/cover-additional.out -race -count=1 ./internal/pkg/... -run 'TestIntegrationAdditional$' | ||
| $(GO) test $(GO_MOD_FLAGS) $(GO_BUILD_FLAGS) -coverprofile=tests/results-integration/cover-release.out -race -count=1 ./internal/pkg/... -run 'TestIntegrationRelease$' |
There was a problem hiding this comment.
These two ran the M2M tests as well
| assert.NoError(t, err, "should not fail creating a temp folder for results") | ||
|
|
||
| ocmirror.SetArgs([]string{"-c", suite.tempFolder + "/isc.yaml", "--v2", "-p", "56001", "--src-tls-verify=false", "--dest-tls-verify=false", "file://" + resultFolder}) | ||
| ocmirror.SetArgs([]string{"-c", suite.tempFolder + "/isc.yaml", "--v2", "-p", "56001", "--src-tls-verify=false", "--dest-tls-verify=false", "--remove-signatures", "file://" + resultFolder}) |
There was a problem hiding this comment.
Had to add, otherwise fails on pulling the sig
|
/retitle OCPBUGS-65718: multi-arch tests were not passing on ppc64le |
|
@prb112: This pull request references Jira Issue OCPBUGS-65718, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Hi @prb112, This is a draft PR so I assume it is not ready for code review. If this is ready for code review, could you please convert it for a non-draft PR? |
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Github / Jira issue:
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
Expected Outcome
Please describe the outcome expected from the tests.