Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Oct 9, 2023
1 parent 4370e6b commit 751d679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/cmx-versions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ async function getClusterVersions() {
return;
}

// TODO: add a `stage` field or something to versionsToTest so we can conditionally continue-on-error
if (distroName === 'openshift') {
// it was recommended to exclude 4.10.0-okd from testing for now
distribution.versions = distribution.versions.filter((v) => v !== '4.10.0-okd');
Expand Down

0 comments on commit 751d679

Please sign in to comment.