Change trigger_devel workflow to midday every week day #94
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fdegirmenci/suse-edge-factory:trigger-devel-midday-weekdays"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cron is configured to run every night on a daily basis which is
great. However, this has potential to break all the SV pipelines
as a commit that gets merged to EIB will result in a new image
build without the SV team have chance to validate and reflect the
change to SV.
This commit configures trigger_devel workflow to run midday every
week day so the SV team can make the necessary validations and
updates accordingly.
Please note that this should be considered as a temporary fix and
an automated way to bring new EIB versions to SV should be developed
collaboratively.
@nbelouin @dprodanov not sure if i updated the correct workflow but please have a look and let me know what you think.
This seems OK but perhaps we should instead periodically release a devel image so it's persistent and SV can bump when convenient rather than being forced to potentially do daily updates?
I would imagine doing e.g weekly or sprintly bumps for SV might be enough and involve less work for the team?
Yes, this would make things much easier. What we did this morning is we pushed the latest EIB to GitLab registry and switched SV to use it until we have periodic EIB releases on OBS.
The other thing we discussed is to have a promotion pipeline like
Checkout
From your project repository, check out a new branch and test the changes.