-
Notifications
You must be signed in to change notification settings - Fork 612
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
Migrate workflow to mirror Copr RPMs into Cloudsmith archive to Github Actions #32143
Migrate workflow to mirror Copr RPMs into Cloudsmith archive to Github Actions #32143
Conversation
50b88eb
to
3fbf072
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but let's also remove the job from Screwdriver as well a the scripts you copied from /screwdriver.
Removed the corresponding screwdriver pipeline. |
For changes like this it would be nice to git move the scripts instead of copying and adding as new files. This would retain the history of the files. |
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.
What
Adds a new workflow to mover Copr RPMs to archive.
The workflow is triggered either manually or on a daily schedule.
Why
Part of the process of retiring Screwdriver as CI/CD runner.
Additional Info
The corresponding Screwdriver pipeline is not removed since we don't have a dashboard for Github Actions yet.
See successful test run:
https://github.com/vespa-engine/vespa/actions/runs/10385493605