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

Address Test-ui suite failure for package install issues #20756

Merged
merged 4 commits into from
May 24, 2023

Conversation

Monkeychip
Copy link
Contributor

@Monkeychip Monkeychip commented May 24, 2023

Another option: to remove the packages instead. Release team did a test run on their end and it worked without it. The id seems to indicate that these are for browser actions and the test will run without them. Running this option on the third commit to also test. Second commit is with the apt update command.

Note: may need to backport as recent changes in this file were also backported—see here.

See failure here.

Step for failure

run: sudo apt install -y libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev libasound2

Error:

E: Failed to fetch [http://azure.archive.ubuntu.com/ubuntu/pool/main/m/mesa/libegl-mesa0_22.2.5-0ubuntu0.1%7e22.04.1_amd64.deb](http://azure.archive.ubuntu.com/ubuntu/pool/main/m/mesa/libegl-mesa0_22.2.5-0ubuntu0.1~22.04.1_amd64.deb)  404  Not Found [IP: 52.147.219.192 80]
E: Failed to fetch [http://azure.archive.ubuntu.com/ubuntu/pool/main/m/mesa/libegl1-mesa-dev_22.2.5-0ubuntu0.1%7e22.04.1_amd64.deb](http://azure.archive.ubuntu.com/ubuntu/pool/main/m/mesa/libegl1-mesa-dev_22.2.5-0ubuntu0.1~22.04.1_amd64.deb)  404  Not Found [IP: 52.147.219.192 80]

Noticed the enos test had already done something to fix this issue—see here.

@Monkeychip Monkeychip added the ui label May 24, 2023
@Monkeychip Monkeychip requested a review from a team as a code owner May 24, 2023 20:15
Copy link
Contributor

@jeanneryan jeanneryan left a comment

Choose a reason for hiding this comment

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

Looks good to me!

- id: install-browser-libraries
run: sudo apt install -y libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev libasound2
# - id: install-browser-libraries
# run: sudo apt update && sudo apt install -y libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev libasound2
Copy link
Contributor Author

Choose a reason for hiding this comment

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

If this works, I'll remove 230-231, just doing a test.

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

Successfully merging this pull request may close these issues.

2 participants