1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-28 19:06:12 +01:00
unleash.unleash/.github/workflows
Gastón Fournier 07354f7218
chore: workflows call workflows (#7089)
Relying on tags to trigger workflows makes it hard to trace what's
happening after a release, currently:
1. We manually trigger a release workflow
2. The release workflow executes and tags the new release in code
3. Several other workflows trigger after matching the tag doing
different things: build docker images, tarballs and other things.

This creates a loose dependency between the workflows which are actually
part of the same "release workflow" which makes it difficult to spot
when one or other dependent workflow fails because the dependency is
indirect through the tagging mechanism.

This PR switches to a more direct approach using [workflow
calls](https://docs.github.com/en/actions/using-workflows/reusing-workflows).
This will create a graph as shown in the following graph:
![](https://docs.github.com/assets/cb-34427/mw-1440/images/help/actions/reusable-workflows-ci-cd.webp)
making it easier to track and identify any problem.

The "drawback" of this approach is that previously we could trigger all
dependent workflows at once by creating a tag matching the expected
pattern without manually triggering a new release. This limitation can
be overcome by adding a manual workflow_dispatch to the workflows using
the tag trigger.
2024-05-24 07:28:39 +00:00
..
add-to-project.yml meta: add external PRs to project board 2022-05-20 15:21:54 +02:00
auto-assign-pr-author.yaml chore: Auto assign PR (#3531) 2023-04-17 10:34:23 +01:00
build_coverage.yaml Node20 (#7095) 2024-05-23 14:14:09 +02:00
build_doc_prs.yaml Node20 (#7095) 2024-05-23 14:14:09 +02:00
build_frontend_prs.yml Node20 (#7095) 2024-05-23 14:14:09 +02:00
build_prs_jest_report.yaml Node20 (#7095) 2024-05-23 14:14:09 +02:00
build.yaml Node20 (#7095) 2024-05-23 14:14:09 +02:00
check_links.yaml chore(deps): update lycheeverse/lychee-action action to v1.9.3 (#6179) 2024-02-09 00:16:03 +00:00
codeql-analysis.yml chore: update codeql tasks to v3 to remove deprecation warnings (#6129) 2024-02-06 08:41:46 +00:00
docker_publish.yaml chore: workflows call workflows (#7089) 2024-05-24 07:28:39 +00:00
e2e.frontend.yaml test: move tests from cypress to rtl (#6987) 2024-05-07 09:03:40 +02:00
flag-no-response.yaml feat: add no response action config 2022-04-20 08:30:13 +02:00
generate-docs.yaml fix: disable building docs (old) 2024-01-31 10:09:32 +01:00
gradual-strict-null-checks.yml Node20 (#7095) 2024-05-23 14:14:09 +02:00
notify_enterprise.yaml chore: workflows call workflows (#7089) 2024-05-24 07:28:39 +00:00
pr_add_test_results.yaml task: Add Unit test result check task (#3695) 2023-05-25 11:03:54 +00:00
publish-new-version.yaml chore: workflows call workflows (#7089) 2024-05-24 07:28:39 +00:00
release_changelog.yml chore: workflows call workflows (#7089) 2024-05-24 07:28:39 +00:00
release.yaml chore: workflows call workflows (#7089) 2024-05-24 07:28:39 +00:00
reset_heroku.yml chore(deps): update akhileshns/heroku-deploy action to v3.13.15 (#5839) 2024-01-10 19:51:41 +00:00
update_contributors.yaml Node20 (#7095) 2024-05-23 14:14:09 +02:00
update_version_for_version_checker.yml chore: workflows call workflows (#7089) 2024-05-24 07:28:39 +00:00
validate-migrations.yaml Node20 (#7095) 2024-05-23 14:14:09 +02:00