-
Notifications
You must be signed in to change notification settings - Fork 7
WIP: re-add s390x and ppc64el arches in func tests #240
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
Closed
Closed
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
cb16758
WIP: re-add s390x and ppc64el arches in func tests
5ddcc81
Check if python3.12 is actually already installed on all arches
7bb5e06
TEMP to make workflow run faster for testing
4e40a1d
maybe this isn't required
27d979c
all good
f97d915
try a temporary actions-operator revision to unblock install
e179cff
update path
d3598a8
install a rust toolchain
2af8b2f
use upstream fix branch for actions-operator
f7c9799
use juju 3.6 - earliest supported version for s390x
261f681
fix actions-operator
c360d8e
fix was merged to the other branch
f76815f
update actions-operator
c533043
update actions-operator
e9813d6
revert to juju 3.4
1ab3866
try self hosted arm64 machine with juju 3.6
aaeaf0d
try pinning bcrypt to remove requirement for rust
dce8e3d
experiment with unpinning cryptography to fix openssl lib mismatch
ea65286
fix issue building cryptography on s390x
86b8e00
fix setting system arch for other arches
2cc55d4
actions-operator fixes were merged
25bf2af
temporarily disable noble and jammy func tests
e9fd671
remove the unsupported --as-root flag
405c497
unpin bcrypt - it shouldn't be needed if we're also unpinning cryptog…
2f0a24c
updates
7bdb754
Update
chanchiwai-ray File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| git+https://github.com/openstack-charmers/zaza.git@master#egg=zaza | ||
| git+https://github.com/samuelallan72/zaza.git@unpin-cryptography#egg=zaza | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is the biggest thing we need to figure out. Whether to try to unpin cryptography in zaza (preferred), or get the old cryptography python package revision building on s390x and ppc64el. TODO: revert this line once it's fixed upstream (or we figure out a workaround). |
||
| python-openstackclient | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,7 @@ gate_bundles: | |
| - jammy | ||
| - focal | ||
| smoke_bundles: | ||
| - focal | ||
| - jammy | ||
| tests: | ||
| - tests.nrpe_tests.TestNrpe | ||
|
|
||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we ok with upgrading to juju 3.6 for func tests in general? @Pjack
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot answer it now. But we will track it in canonical/solutions-engineering-automation#227