-
Notifications
You must be signed in to change notification settings - Fork 415
Github CI tests are doubled #2041
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
Comments
@MohamedElgammal - The general idea is that people shouldn't be pushing directly to the https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models#fork-and-pull-model |
@mithro Thanks for sharing this with me . I will make sure to follow this model in my upcoming pull requests. |
However, I think we still have some issues regarding the available resources on the cloud as we are having too many failing tests. |
That should be a seperate GitHub issue. |
Thanks. Closing this issue and opening #2042 to discuss the failing tests due to cloud resources. |
Uh oh!
There was an error while loading. Please reload this page.
Every CI test on GitHub actions is running twice:
Actually, both runs every time anyone pushes to a branch on a PR.
Current Behaviour
Currently, some tests are failing on the pull request trigger while the exact same test is passing for the push trigger.
The error is:
Could not find rsyslog for current run!
ERROR: (gcloud.beta.compute.instances.create) Could not fetch resource:
The zone 'projects/***/zones/us-west1-a' does not have enough resources available to fulfill the request. '(resource type:compute)'.
Possible Solution
Remove actions on pull_request trigger action
The text was updated successfully, but these errors were encountered: