Skip to content
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 proxy in PR testing #1327

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Fix proxy in PR testing #1327

merged 1 commit into from
Aug 28, 2024

Conversation

jordimassaguerpla
Copy link
Member

We need to use the micro version of openSUSE Leap. This is what it is expected and what we have already in the "podman pipeline".

Otherwise, we would need to install NetworkManager, which is not in the openSUSE Leap "non-micro" version.

We need to use the micro version of openSUSE Leap. This is what it is
expected and what we have already in the "podman pipeline".

Otherwise, we would need to install NetworkManager, which is not in the
openSUSE Leap "non-micro" version.

Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.com>
Copy link
Contributor

@Bischoff Bischoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@@ -2,7 +2,7 @@

IMAGE = "opensuse155-ci-pro"
SERVER_IMAGE = "leapmicro55o"
PROXY_IMAGE = "opensuse155o"
PROXY_IMAGE = "leapmicro55o"
IMAGES = ["rocky9o", "opensuse155o", "opensuse155-ci-pro", "ubuntu2204o", "sles15sp4o", "leapmicro55o"]
Copy link
Member

@srbarrios srbarrios Aug 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we use "opensuse155o" somewhere?
Otherwise we will be downloading it for nothing. If not, we need to remove the entry on IMAGES.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point. Let me create a separate PR

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jordimassaguerpla jordimassaguerpla merged commit 82e1d36 into master Aug 28, 2024
1 check passed
@jordimassaguerpla jordimassaguerpla deleted the fix_proxy_in_PR_testing branch August 28, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants