sclorg / testing-farm-as-github-action

GitHub Action to execute tests by Testing Farm and update Pull Request status
MIT License
13 stars 11 forks source link

Don't cancel TF request when GHA Runner cancel the job :octocat: #212

Closed jamacku closed 1 month ago

jamacku commented 1 month ago

Public GitHub Actions Runner has a limit of 6 hours for job execution time.

Job execution time - Each job in a workflow can run for up to 6 hours of execution time. If a job reaches this limit, the job is terminated and fails to complete.

https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#usage-limits

Let's try to detect these instances and avoid canceling the TF requests to allow users to inspect the results later.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 74.28571% with 18 lines in your changes missing coverage. Please review.

Project coverage is 90.27%. Comparing base (7376d37) to head (089fe94).

Files Patch % Lines
src/post.ts 74.35% 10 Missing :warning:
src/main.ts 74.19% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #212 +/- ## ========================================== + Coverage 85.68% 90.27% +4.58% ========================================== Files 10 10 Lines 503 545 +42 Branches 83 95 +12 ========================================== + Hits 431 492 +61 + Misses 70 52 -18 + Partials 2 1 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.