You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arithmetic operations are not supported in yaml, and somehow we're not always hitting these steps in the CI. That's a separate problem. Step 1 - let's lint for it. And also for UnitTesting, which apparently folks are using as a workaround
Description:
Need linter. Can use regex.
grep -E '(minValue|maxValue|value):\s*[a-zA-Z0-9.]+\s*[-+/]+\s[a-zA-Z0-9.]' src/app/tests/suites/certification/.yaml
grep -E 'cluster: "Unit Testing"' src/app/tests/suites/certification/.yaml
The text was updated successfully, but these errors were encountered:
cecille
changed the title
Need CI to stop tests from include arithmetic operations and unit testing cluster
Need CI to stop cert tests from using the unit testing cluster
Apr 5, 2024
Update - arithmetic operations are supported if you writ them correctly (with a space). Terence is doing an update to support this better in the runner.
Summary Title:
Arithmetic operations are not supported in yaml, and somehow we're not always hitting these steps in the CI. That's a separate problem. Step 1 - let's lint for it. And also for UnitTesting, which apparently folks are using as a workaround
Description:
Need linter. Can use regex.
grep -E '(minValue|maxValue|value):\s*[a-zA-Z0-9.]+\s*[-+/]+\s[a-zA-Z0-9.]' src/app/tests/suites/certification/.yaml
grep -E 'cluster: "Unit Testing"' src/app/tests/suites/certification/.yaml
The text was updated successfully, but these errors were encountered: