-
Notifications
You must be signed in to change notification settings - Fork 60
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
Fix GHA by various methods #418
Merged
Merged
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
This comment was marked as outdated.
This comment was marked as outdated.
jmtd
changed the title
WIP :GHA: move back to manual cekit install
WIP: experimental commits to resolve GHA issues
Nov 15, 2023
This comment was marked as outdated.
This comment was marked as outdated.
jmtd
force-pushed
the
gha-try-manual-cekit
branch
from
November 29, 2023 10:54
c497b8b
to
3c47f3e
Compare
s2i misbehaves if registry credentials are present: tries and fails to query image metadata from docker.io before each build, etc. See: openshift/source-to-image#1134 Signed-off-by: Jonathan Dowland <[email protected]>
jmtd
force-pushed
the
gha-try-manual-cekit
branch
from
November 30, 2023 11:16
91e721d
to
53079f1
Compare
The jmtd fork of behave-test-steps has its v1 branch matching this PR: cekit/behave-test-steps#50 This adds a multiprocess watchdog around invoking `docker.APIClient.exec_inspect`, which will abort the current step if that call has not returned within 30 seconds. This means a lock-up during a step will cause that test to fail and not the whole test run. Signed-off-by: Jonathan Dowland <[email protected]>
These shadow the values from our base image which are otherwise misleading, and result in the test "Check that common labels are correctly set" passing. Signed-off-by: Jonathan Dowland <[email protected]>
jmtd
changed the title
WIP: experimental commits to resolve GHA issues
Fix GHA by various methods
Nov 30, 2023
jmtd
force-pushed
the
gha-try-manual-cekit
branch
from
November 30, 2023 14:33
b419efd
to
168022e
Compare
These consistently fail on GHA which requires further analysis to resolve. In the meantime we need a functioning CI. Signed-off-by: Jonathan Dowland <[email protected]>
Presently failing on GHA for all of JDKs 11,16,21; passes locally. We will investigate why in a separate issue, meanwhile disable so we can run the remaining tests. Signed-off-by: Jonathan Dowland <[email protected]>
jmtd
force-pushed
the
gha-try-manual-cekit
branch
from
December 4, 2023 13:29
bc1c4b0
to
cc10c06
Compare
jerboaa
approved these changes
Dec 4, 2023
Nice work! |
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.
Get the GHA CI lights green again.