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

Allow ui classic to run CI in act #9327

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

Fryguy
Copy link
Member

@Fryguy Fryguy commented Jan 14, 2025

This additionally removes the jasmine overrides that we had for Travis, but are no longer necessary in GitHub Actions and act

@GilbertCherrie Please review. This PR will allow you to run the jquery PR locally and have it fail. After this PR is merged, rebase your PR and run the following:

act --job ci --matrix ruby-version:3.1 --matrix test-suite:spec:jest --container-architecture linux/amd64

This additionally removes the jasmine overrides that we had for Travis,
but are no longer necessary in GitHub Actions and act
@Fryguy Fryguy requested a review from a team as a code owner January 14, 2025 21:55
@@ -21,6 +21,10 @@ if [ -n "$ACT" ]; then
curl -o- -L https://yarnpkg.com/install.sh | bash
echo "$HOME/.yarn/bin" >> $GITHUB_PATH
echo "$HOME/.config/yarn/global/node_modules/.bin" >> $GITHUB_PATH

# Install cmake so we can build rugged gem
sudo apt-get install -y cmake
Copy link
Member Author

Choose a reason for hiding this comment

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

Note that the core repo's before_install already does this: https://github.com/ManageIQ/manageiq/blob/5f3f33dc811fc007ad07a5a6a42cc8cfe79ad3f7/bin/before_install#L18-L20

I'd really like to get something like ManageIQ/manageiq-providers-amazon#744 working, but for now this is required.

@GilbertCherrie GilbertCherrie merged commit 3d293ed into ManageIQ:master Jan 15, 2025
15 checks passed
@Fryguy Fryguy deleted the fix_act branch January 15, 2025 21:37
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