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

Setup cross-triggering across CI workflows #50

Open
umarcor opened this issue Feb 18, 2022 · 0 comments
Open

Setup cross-triggering across CI workflows #50

umarcor opened this issue Feb 18, 2022 · 0 comments
Labels
enhancement New feature or request pyHDLC Related to the Python helper utilities

Comments

@umarcor
Copy link
Member

umarcor commented Feb 18, 2022

Currently, all workflows are triggered at the same time.
That produces some races and some tools are built twice in the same run (moby/buildkit#1930).
Workflows are "dispatchable" and we do know how to trigger them (.github/trigger.sh).
We didn't implement it yet because we'd like to be automatically sychronised with the Graphs.
As explained in Graph generation/parsing, script map.py is work-in-progress to extract a hierarchy of images/jobs from the config.yml file and from the workflows.

@umarcor umarcor added enhancement New feature or request pyHDLC Related to the Python helper utilities labels Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pyHDLC Related to the Python helper utilities
Projects
None yet
Development

No branches or pull requests

1 participant