-
Notifications
You must be signed in to change notification settings - Fork 98
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
Update OpenShift integration and restore itegration tests #1339
Open
fabiobrz
wants to merge
23
commits into
arquillian:main
Choose a base branch
from
fabiobrz:issues-1323.resume-openshift-it
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update OpenShift integration and restore itegration tests #1339
fabiobrz
wants to merge
23
commits into
arquillian:main
from
fabiobrz:issues-1323.resume-openshift-it
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fabiobrz
force-pushed
the
issues-1323.resume-openshift-it
branch
6 times, most recently
from
December 15, 2024 21:03
0c37afd
to
9a0cb5d
Compare
…r to work with the JKube Maven plugin, which replaces the deprecated Fabric8 Maven plugin
…pt header when checking the version
…ces with JKube Maven plugin for Kubernetes and OpenShift
…> JKubeMavenPluginResourceGeneratorBuilder, and add Openshift logic. Use a different hello-openshift image for OpenShift integration functional tests
…igured _auto_ oauth token into account, too
…ft integration implementation
fabiobrz
force-pushed
the
issues-1323.resume-openshift-it
branch
from
December 19, 2024 08:47
9a0cb5d
to
472b9ee
Compare
fabiobrz
force-pushed
the
issues-1323.resume-openshift-it
branch
2 times, most recently
from
December 19, 2024 09:04
b7479ab
to
29f0330
Compare
…deployed Fix CI steps order to prevent OpenSHift setup step frm wiping the local dir contents
fabiobrz
force-pushed
the
issues-1323.resume-openshift-it
branch
from
December 19, 2024 09:15
29f0330
to
7d81b90
Compare
…as it fails CI checks on some envs (e.g.: GitHub)
…on and OpenshiftClientResourceProvider
…ntegration work in openshift module Adding ENV VAR to make an old PhantomJS driver work with recent OPENSSL implementation
fabiobrz
force-pushed
the
issues-1323.resume-openshift-it
branch
from
December 20, 2024 11:19
78fdc3d
to
cafcef4
Compare
fabiobrz
force-pushed
the
issues-1323.resume-openshift-it
branch
from
December 20, 2024 12:00
5a20bd3
to
47d9502
Compare
fabiobrz
force-pushed
the
issues-1323.resume-openshift-it
branch
4 times, most recently
from
December 22, 2024 15:03
c42ff55
to
54dcb48
Compare
…o work with oc v.3 output too (because of CI running on OCP 3.x)
…nternal.ClientResourceProvider in order to skip OpenshiftClient.class, as it could prevent the OpenshiftClientResourceProvider from doing its job
fabiobrz
force-pushed
the
issues-1323.resume-openshift-it
branch
2 times, most recently
from
December 22, 2024 16:10
2b2f71f
to
9d4333d
Compare
…aceIT from running in CI
fabiobrz
force-pushed
the
issues-1323.resume-openshift-it
branch
2 times, most recently
from
December 23, 2024 10:25
15cc163
to
66ce39a
Compare
… application readiness, i.e. number of desired replicas == available replicas"
fabiobrz
force-pushed
the
issues-1323.resume-openshift-it
branch
from
December 24, 2024 15:52
d154bbe
to
3030300
Compare
Hi @jimma - could you please review (once you're back, of course 🙂... ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Short description of what this resolves:
Restore OpenShift integration tests
Changes proposed in this pull request:
See the commit list
Fixes #1323