Skip to content

Commit

Permalink
Merge pull request kubernetes#59 from bparees/samplesci
Browse files Browse the repository at this point in the history
update non-x86 samples EP to discuss CI
  • Loading branch information
openshift-merge-robot authored Oct 2, 2019
2 parents 3e670a8 + 3629850 commit 188e539
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions enhancements/multi-arch/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ images will be utilized as part of building the non-x86 install payload.

However as no Jenkins imagestream will be installed on non-x86 clusters, the x86 image will not actually be exposed/consumed on those platforms, it will effectively be inert content.

In addition our e2e tests currently heavily rely on imagestreams+templates that are installed by the samples operator.
If those things are not installed on non-x86 architectures, those e2e tests will fail on those platforms. At a
minimum those e2e tests must be disabled, but preferrably they need to be refactored to not rely on content from
the samples operator. A "middle ground" option is to refactor a subset of the tests that gives us a minimal
level of confidence, though we will not have as much coverage as we have on x86.


### Risks and Mitigations

Unexpected outcomes with respect to the overall multi-arch design.
Expand Down

0 comments on commit 188e539

Please sign in to comment.