-
Notifications
You must be signed in to change notification settings - Fork 89
Disable scenarios for architectures other then amd64 #1109
Disable scenarios for architectures other then amd64 #1109
Conversation
@pmacik I am not should how to specify the command-line arguments with allow-list. If that is possible, please consider the above suggestion. |
Codecov Report
@@ Coverage Diff @@
## master #1109 +/- ##
=======================================
Coverage 58.92% 58.92%
=======================================
Files 30 30
Lines 1670 1670
=======================================
Hits 984 984
Misses 560 560
Partials 126 126 Continue to review full report at Codecov.
|
Do we need to have this for v1.0.1? |
@baijum we could use allow-list approach but then we would need to tag each and every one of the feature with the That way we could set the But that approach would me much more verbose and would require more maintanence. The current idea and way of the acceptance tests is that we want to run as many of them as possible (ideall all of them) by default to cover the as many of the scenarios/behavior as possible and only if we need to skip some, we would mark them as We use the same approach for excluding tests for a particular versions of openshift |
@sadlerap Ideally, yes so we can have a matching set of scenarios and released operator correlated by the tag, and since there is still some time before, I'd say let's include it if approved and merged. This update can be used by IBM Z and P users to run the tests on those platforms |
Signed-off-by: Pavel Macík <[email protected]>
ab4a454
to
4319b98
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: baijum The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Pavel Macík <[email protected]>
Signed-off-by: Pavel Macík [email protected]
Changes
Currently, all acceptance tests assume that SBO to be installed in Kubernetes or OpenShift clusters deployed on
amd64
machines.While SBO itself can run on the alternative architectures, some of the acceptance tests scenarios cannot.
This PR:
@disable.arch.ppc64le
,@disable.arch.s390x
,@disable.arch.arm64
)To disable those scenarios, append the following into
EXTRA_BEHAVE_ARGS
env variable for that acceptance test run:Submitter Checklist
As the author of this PR, please check off the items in this checklist:
included if any changes are user facing
included if any functionality added or changed. For bugfixes please include tests that can catch regressions