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

Action runner label is incorrect causing jobs to wait indefinitely. #9

Open
ewilkins-csi opened this issue Sep 19, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@ewilkins-csi
Copy link
Contributor

ewilkins-csi commented Sep 19, 2024

We're using self-hosted runners, but currently the build action is using an outdated runner label and so isn't being picked up. It is currently self-hosted and needs to be arc-runner-set-aissemble. Alternatively, this project just builds and publishes a single POM and so doesn't have the same issues as the aissemble build that forced our hand. We could just switch back to ubuntu-latest.

@ewilkins-csi ewilkins-csi added the bug Something isn't working label Sep 19, 2024
@ewilkins-csi ewilkins-csi self-assigned this Sep 19, 2024
ewilkins-csi added a commit that referenced this issue Sep 19, 2024
Primarily this is to fix the build action never being picked up for
execution. But I also noticed that we were installing Java 11 during the
build and release actions, though 601cc17 just bumped the required Java
version to 17.
ewilkins-csi added a commit that referenced this issue Sep 19, 2024
Primarily this is to fix the build action never being picked up for
execution. But I also noticed that we were installing Java 11 during the
build and release actions, though 601cc17 just bumped the required Java
version to 17.
ewilkins-csi added a commit that referenced this issue Sep 19, 2024
Primarily this is to fix the build action never being picked up for
execution. But I also noticed that we were installing Java 11 during the
build and release actions, though 601cc17 just bumped the required Java
version to 17.

Also adds manual execution via `workflow_dispatch`.
ewilkins-csi added a commit that referenced this issue Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant