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

Automate TargetPlaform generation from TPD by creating automated PR #306

Open
dvojtise opened this issue Sep 28, 2023 · 1 comment
Open

Comments

@dvojtise
Copy link
Contributor

Motivation

In the current version of the build process, the tpd to targetplatform is not automated anymore.

We could add this directly in the jenkinsfile process as it was done in the past , but in that case we lose control of when a new version of a component is introduced.

Proposed Solution

I propose to add a cron that regularly tries to compute the targetplatform from the tpd and is it detects a change, then create a PR with the changes.

This would offer both automation and traceability.

Proposed Implementation

I propose that this action should be implemented as a scheduled github action (daily or weekly basis should be enough)

related issues: #233 #262
related PRs : #259 #263 #293

@dvojtise
Copy link
Contributor Author

related code in jenkins files that was commented out
https://github.com/gemoc/gemoc-studio-eclipse-integration/blame/9e8fe61e6b0c0bbe1e02a91ca84bb9fa027934d9/Jenkinsfile#L189
and should be replaced by a more traceable action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant