incubator-airflow/.github
Jarek Potiuk e252a6064f
Adds timeout in CI/PROD waiting jobs (#11117)
In very rare cases, the waiting job might not be cancelled when
the "Build Image" job fails or gets cancelled on its own.

In the "Build Image" workflow we have this step:

- name: "Canceling the CI Build source workflow in case of failure!"
  if: cancelled() || failure()
  uses: potiuk/cancel-workflow-runs@v2
  with:
    token: ${{ secrets.GITHUB_TOKEN }}
    cancelMode: self
    sourceRunId: ${{ github.event.workflow_run.id }}

But when this step fails or gets cancelled on its own before
cancel is triggered, the "wait for image" steps could
run for up to 6 hours.

This change sets 50 minutes timeout for those jobs.

Fixes #11114
2020-09-24 10:46:43 +02:00
..
ISSUE_TEMPLATE Fix grammar in Bug Report Template (#10936) 2020-09-14 16:38:42 +01:00
workflows Adds timeout in CI/PROD waiting jobs (#11117) 2020-09-24 10:46:43 +02:00
PULL_REQUEST_TEMPLATE.md Simplify pull request template (#9896) 2020-07-21 12:18:07 +02:00
SECURITY.rst Fix case of GitHub. (#10955) 2020-09-15 14:49:27 -04:00
boring-cyborg.yml Fix s.apache.org Slack link (#11078) 2020-09-22 11:33:49 +02:00
mergeable.yml Simplify pull request template (#9896) 2020-07-21 12:18:07 +02:00
stale.yml Stop Stalebot on Github issues (#8738) 2020-05-06 19:52:37 +01:00