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

[BUG]: Broken release pipeline #286

Open
psanders opened this issue Aug 16, 2024 · 1 comment
Open

[BUG]: Broken release pipeline #286

psanders opened this issue Aug 16, 2024 · 1 comment
Labels

Comments

@psanders
Copy link
Member

What happened?

The GitHub Action for Routr's release fails at the compliance verification step. This issue seems to be environment-related, as the compliance tests pass locally but fail when run with GitHub Actions, even though both are running in containers.

Steps to reproduce

Run the release pipeline from GitHub actions and observe the compliance step.

Expected behavior

Compliance tests must pass regardless of the environment in which they are executed.

Additional context

My running theory is that the compliance runner cannot bind a port due to an environment restriction. I believe this is the case because the first test that fails requires binding to port 7060, while the first few do not.

@psanders psanders added the bug label Aug 16, 2024
@psanders
Copy link
Member Author

The image shows that the first few tests pass, and the rest fail.

Screenshot 2024-08-16 at 10 58 53 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant