Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve CI Workflows #1445

Closed
4 tasks done
paullatzelsperger opened this issue Jul 23, 2024 · 4 comments
Closed
4 tasks done

Improve CI Workflows #1445

paullatzelsperger opened this issue Jul 23, 2024 · 4 comments
Labels
enhancement New feature or request gh-actions refactoring Refactoring, does not add functionality stale story

Comments

@paullatzelsperger
Copy link
Contributor

paullatzelsperger commented Jul 23, 2024

WHAT

Tractus-X EDC Github Actions workflows have become quite complex, and in that there are several suboptimal spots and room for improvement. Specifically:

  1. workflows, that are intended for manual-only tasks should be prefixed manual-, e.g. manual-docker-publish.yaml instead of publish-docker.yaml
  2. workflows should be reused. Currently, the publish-new-release.yaml duplicates steps for publishing docker, maven, openapi, etc. This should get consolidated.
  3. improvement to the release flow:
  • configurable base: currently releases are always created off of main, but for isolated bugfixes we will need an option to do it off of some other branch
  • duplicated branches: we currently have releases and release/x.y.z, which seems spurious. We can probably skip the releases branch altogether.
  1. introduction of intermediate builds: the run-all-tests.yaml job gets a new scheduled trigger, that runs tests and publishes a snapshot version every Monday at 03:00. Lets see how far we get with weekly builds, we can always move to nightlies later. The naming scheme is X.Y.Z-<YEAR><MONTH><DAY>-SNAPSHOT

WHY

Implements this decision record

HOW

FURTHER NOTES

// anything else you want to outline

Please be sure to take a look at
our contribution guidelines and
our PR etiquette.

@paullatzelsperger paullatzelsperger added the enhancement New feature or request label Jul 23, 2024
@paullatzelsperger paullatzelsperger added this to the Milestone 0.8.x milestone Jul 23, 2024
@paullatzelsperger paullatzelsperger self-assigned this Jul 23, 2024
@paullatzelsperger paullatzelsperger added refactoring Refactoring, does not add functionality gh-actions story labels Jul 23, 2024
Copy link
Contributor

This issue is stale because it has been open for 4 weeks with no activity.

@ndr-brt
Copy link
Contributor

ndr-brt commented Sep 27, 2024

@paullatzelsperger @rafaelmag110 can this be closed?

Copy link
Contributor

This issue is stale because it has been open for 2 weeks with no activity.

@github-actions github-actions bot added the stale label Oct 12, 2024
Copy link
Contributor

This issue was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gh-actions refactoring Refactoring, does not add functionality stale story
Projects
Status: Done
Development

No branches or pull requests

2 participants