Skip to content

Use kernel-fixes.json from S3

Michael Hofmann requested to merge kernel-fixes-s3 into master

Another piece of the reproducible deployment puzzle, motivated by the failure last week.

The kernel-fixes.json generation was moved from the rhel-tools repo to a cronjob in the schedule-bot (https://gitlab.com/cki-project/schedule-bot#kernel_fixes) that uploads to the lookaside bucket (https://cki-artifacts.s3.us-east-2.amazonaws.com/lookaside/kernel-fixes/kernel-fixes.json).

The cron jobs runs every day, oc get cronjob/schedule-bot-kernel-fixes-default:

NAME                                SCHEDULE    SUSPEND   ACTIVE    LAST SCHEDULE   AGE
schedule-bot-kernel-fixes-default   0 0 * * *   False     0         <none>          6h

Signed-off-by: Michael Hofmann mhofmann@redhat.com

Edited by Michael Hofmann

Merge request reports