jojo/.forgejo/workflows
forgejo-backport-action 582970afe0 [v11.0/forgejo] fix: build-release workflow stops its own end-to-end checks when run concurrently (#10634)
**Backport:** https://codeberg.org/forgejo/forgejo/pulls/10632

`build-release.yml` attempts to run an end-to-end check with a cascading PR, but it doesn't target the currently building branch.  When two releases build simultaneously (eg. `forgejo/v14.0` and `forgejo`), whichever one starts the end-to-end test first is then "cancelled" by the second one as it pushes an update to the same branch.

This will be a bit of an experimental change due to the difficulty in setting up a test environment.  After merge, I intend to watch a v14 and forgejo build and verify that they are independent, and, that both are actually tested with the correct target build.

This introduces a need to backport any changes to `.forgejo/cascading-release-end-to-end` in the future to maintain cascading functionality in all active releases.

## Checklist

The [contributor guide](https://forgejo.org/docs/next/contributor/) contains information that will be helpful to first time contributors. There also are a few [conditions for merging Pull Requests in Forgejo repositories](https://codeberg.org/forgejo/governance/src/branch/main/PullRequestsAgreement.md). You are also welcome to join the [Forgejo development chatroom](https://matrix.to/#/#forgejo-development:matrix.org).

### Tests

- I added test coverage for Go changes...
  - [ ] in their respective `*_test.go` for unit tests.
  - [ ] in the `tests/integration` directory if it involves interactions with a live Forgejo server.
- I added test coverage for JavaScript changes...
  - [ ] in `web_src/js/*.test.js` if it can be unit tested.
  - [ ] in `tests/e2e/*.test.e2e.js` if it requires interactions with a live Forgejo server (see also the [developer guide for JavaScript testing](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/tests/e2e/README.md#end-to-end-tests)).

### Documentation

- [ ] I created a pull request [to the documentation](https://codeberg.org/forgejo/docs) to explain to Forgejo users how to use this change.
- [x] I did not document these changes and I do not expect someone else to do it.

### Release notes

- [x] I do not want this change to show in the release notes.
- [ ] I want the title to show in the release notes with a link to this pull request.
- [ ] I want the content of the `release-notes/<pull request number>.md` to be be used for the release notes instead of the title.

Co-authored-by: Mathieu Fenniak <mathieu@fenniak.net>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10634
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
Co-authored-by: forgejo-backport-action <forgejo-backport-action@noreply.codeberg.org>
Co-committed-by: forgejo-backport-action <forgejo-backport-action@noreply.codeberg.org>
2025-12-30 04:39:45 +01:00
..
backport.yml Update Node.js to v22 (forgejo) (#7332) 2025-03-25 19:00:34 +00:00
build-release-integration.yml Update https://data.forgejo.org/forgejo/forgejo-build-publish action to v5.4.1 (v11.0/forgejo) (#8845) 2025-08-10 10:49:25 +02:00
build-release.yml [v11.0/forgejo] fix: build-release workflow stops its own end-to-end checks when run concurrently (#10634) 2025-12-30 04:39:45 +01:00
cascade-setup-end-to-end.yml Update Node.js to v22 (forgejo) (#7332) 2025-03-25 19:00:34 +00:00
forgejo-integration-cleanup.yml Update Node.js to v22 (forgejo) (#7332) 2025-03-25 19:00:34 +00:00
merge-requirements.yml Update Node.js to v22 (forgejo) (#7332) 2025-03-25 19:00:34 +00:00
milestone.yml fix: actions move to data.forgejo.org 2024-12-19 10:55:05 +01:00
mirror.yml Update Node.js to v22 (forgejo) (#7332) 2025-03-25 19:00:34 +00:00
publish-release.yml Update https://data.forgejo.org/infrastructure/next-digest action to v1.2.2 (v11.0/forgejo) (#9190) 2025-09-06 15:33:41 +02:00
release-notes-assistant-milestones.yml Update Node.js to v22 (forgejo) (#7332) 2025-03-25 19:00:34 +00:00
release-notes-assistant.yml Update Node.js to v22 (forgejo) (#7332) 2025-03-25 19:00:34 +00:00
renovate.yml Update renovate to v39.211.4 (forgejo) (#7316) 2025-03-24 06:47:27 +00:00
testing.yml [v11.0/forgejo] chore(ci): limit LDAP service container memory usage to 500M (#9618) 2025-10-10 23:15:20 +02:00