1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-16 18:01:34 +00:00
forgejo-runner/act/jobparser/testdata
Mathieu Fenniak 7a31b6a55e
feat: support evaluation of concurrency clauses in runner (#827)
Pre-req for support `concurrency` clauses for Gitea Actions, later added to Gitea in PR: https://github.com/go-gitea/gitea/pull/32751. Unit tests added in this PR relative to upstream.

Squashes PRs https://gitea.com/gitea/act/pulls/124 & https://gitea.com/gitea/act/pulls/139, as noted in https://code.forgejo.org/forgejo/runner/issues/678

Reviewed-on: https://gitea.com/gitea/act/pulls/124
Reviewed-by: Lunny Xiao <lunny@noreply.gitea.com>
Co-authored-by: Zettat123 <zettat123@gmail.com>
Co-committed-by: Zettat123 <zettat123@gmail.com>
Reviewed-on: https://gitea.com/gitea/act/pulls/139
Reviewed-by: Zettat123 <zettat123@noreply.gitea.com>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
Co-committed-by: ChristopherHX <christopher.homberger@web.de>

<!--start release-notes-assistant-->
<!--URL:https://code.forgejo.org/forgejo/runner-->
- features
  - [PR](https://code.forgejo.org/forgejo/runner/pulls/827): <!--number 827 --><!--line 0 --><!--description ZmVhdDogc3VwcG9ydCBldmFsdWF0aW9uIG9mIGNvbmN1cnJlbmN5IGNsYXVzZXMgaW4gcnVubmVy-->feat: support evaluation of concurrency clauses in runner<!--description-->
<!--end release-notes-assistant-->

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/827
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Mathieu Fenniak <mathieu@fenniak.net>
Co-committed-by: Mathieu Fenniak <mathieu@fenniak.net>
2025-08-07 21:47:01 +00:00
..
erase_needs.in.yaml Expose SetJob to make EraseNeeds work (#35) 2023-03-29 13:57:29 +08:00
erase_needs.out.yaml Expose SetJob to make EraseNeeds work (#35) 2023-03-29 13:57:29 +08:00
has_needs.in.yaml Add custom enhancements 2022-11-22 14:16:35 +08:00
has_needs.out.yaml Revert "Erase needs of job in SingleWorkflow (#9)" (#32) 2023-03-27 17:46:50 +08:00
has_secrets.in.yaml chore(tests): fix invalid jobparser tests 2025-07-11 14:12:22 +02:00
has_with.in.yaml fix: tolerate strings for fail-fast, max-parallel, timeout-minutes, cancel-timeout-minutes (#203) 2025-07-27 10:06:07 +00:00
has_with.out.yaml fix: tolerate strings for fail-fast, max-parallel, timeout-minutes, cancel-timeout-minutes (#203) 2025-07-27 10:06:07 +00:00
job_concurrency.in.yaml feat: support evaluation of concurrency clauses in runner (#827) 2025-08-07 21:47:01 +00:00
job_concurrency.out.yaml feat: support evaluation of concurrency clauses in runner (#827) 2025-08-07 21:47:01 +00:00
job_concurrency_eval.in.yaml feat: support evaluation of concurrency clauses in runner (#827) 2025-08-07 21:47:01 +00:00
job_concurrency_eval.out.yaml feat: support evaluation of concurrency clauses in runner (#827) 2025-08-07 21:47:01 +00:00
multiple_jobs.in.yaml Keep the order of jobs in the workflow file when parsing (#33) 2023-03-28 11:38:40 +08:00
multiple_jobs.out.yaml Keep the order of jobs in the workflow file when parsing (#33) 2023-03-28 11:38:40 +08:00
multiple_matrix.in.yaml fix: tolerate strings for fail-fast, max-parallel, timeout-minutes, cancel-timeout-minutes (#203) 2025-07-27 10:06:07 +00:00
multiple_matrix.out.yaml fix: tolerate strings for fail-fast, max-parallel, timeout-minutes, cancel-timeout-minutes (#203) 2025-07-27 10:06:07 +00:00
multiple_named_matrix.in.yaml fix(jobparser): template job name if it's defined 2024-07-01 20:23:17 +02:00
multiple_named_matrix.out.yaml fix(jobparser): template job name if it's defined 2024-07-01 20:23:17 +02:00