Skip to content

Commit

Permalink
updates: stop next/testing rollouts
Browse files Browse the repository at this point in the history
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] #158 (comment)
  • Loading branch information
dustymabe committed Aug 11, 2020
1 parent 8a0ced2 commit ba6654c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions updates/next.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
]
}
10 changes: 0 additions & 10 deletions updates/testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
]
}

0 comments on commit ba6654c

Please sign in to comment.