openshift-helm-charts / development

0 stars 17 forks source link

Remove openshift-tools-installer workaround #372

Closed komish closed 3 months ago

komish commented 3 months ago

With the merging of https://github.com/redhat-actions/openshift-tools-installer/pull/106, the openshift-tools-installer should now be using a Node20 runtime and the issue that was previously observed (3 minute delay for every execution) is now resolved.

This PR removes the workaround that was put in place that allowed a Node16 runtime to be used after its deprecation timeline.

As a sidenote, the openshift-tools-installer@v1.13 is already in use in the pipeline because the PR linked previously is included in the v1 resolution - so we're already using it we just don't need this environment variable anymore.

See here, the commit hash corresponds to https://github.com/redhat-actions/openshift-tools-installer/tree/v1.13

Download action repository 'redhat-actions/openshift-tools-installer@v1' (SHA:bee649bbedc67b5bfc2f2de4b19498e11c2e8775)