Closed veaceslavdoina closed 1 year ago
This PR fixe Dist-Tests workflow inputs. Looks like it fail to create the job, because Kubernetes unnecessarily requiring quoting on numeric env vars #82296.
TESTID: 6115366
We have at least 2 ways to fix that
github.event.inputs
inputs
We started from the second option as an easiest way to fix that. In case of need we also will apply the first option.
It worked nice before and probably just by coincidence, because this is the first time 'short sha' is just a number.
Context
This PR fixe Dist-Tests workflow inputs. Looks like it fail to create the job, because Kubernetes unnecessarily requiring quoting on numeric env vars #82296.
Screenshot
Fix
We have at least 2 ways to fix that
github.event.inputs
instead of theinputs
- Providing inputsWe started from the second option as an easiest way to fix that. In case of need we also will apply the first option.
Additional
It worked nice before and probably just by coincidence, because this is the first time 'short sha' is just a number.
Screenshot