From ba6654ca6bc6782506fcd4ea3f2c7c3be4a3ee61 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 11 Aug 2020 11:49:33 -0400 Subject: [PATCH] updates: stop next/testing rollouts We found an issue with the PXE rootfs artifact where coreos-installer can't verify it [1]. We're going to do a new set of builds so let's stop the next/testing rollouts of 32.20200809.1.0 and 32.20200809.2.0 so we don't update users two times in as many days. [1] https://github.com/coreos/fedora-coreos-streams/issues/158#issuecomment-672013148 --- updates/next.json | 10 ---------- updates/testing.json | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/updates/next.json b/updates/next.json index 444d7425..db156a4f 100644 --- a/updates/next.json +++ b/updates/next.json @@ -19,16 +19,6 @@ "start_percentage": 1.0 } } - }, - { - "version": "32.20200809.1.0", - "metadata": { - "rollout": { - "duration_minutes": 2880, - "start_epoch": 1597159800, - "start_percentage": 0.0 - } - } } ] } diff --git a/updates/testing.json b/updates/testing.json index 8315b323..665405ca 100644 --- a/updates/testing.json +++ b/updates/testing.json @@ -35,16 +35,6 @@ "start_percentage": 1.0 } } - }, - { - "version": "32.20200809.2.0", - "metadata": { - "rollout": { - "start_epoch": 1597159800, - "start_percentage": 0.0, - "duration_minutes": 2880 - } - } } ] }