-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: failed to run katib-controller integration tests #119
Comments
So it looks like this run uses the latest tox 4.9.0 released yesterday. The release introduces the following change:
This breaks our CI, which attempts to use the
Line 10 in a9c7609
Previously, this would not matter, since explicitly specifying the environment would bypass the Lines 19 to 26 in a9c7609
SolutionFollowing the latest tox release we will have to provide the correct environment name (i.e. katib-operators/.github/workflows/integrate.yaml Lines 63 to 65 in a9c7609
|
Note, we will have to check whether other parts of this or other repositories are potentially affected by this change. EDIT: Following a quick search around Github, it doesn't look like any of our other repos are affected, since we usually don't include the app prefix (e.g. |
Provide the full tox environment name (i.e. `katib-controller-integration`) when running the controller integration tests through the CI to ensure the workflow works with the latest tox release (i.e. 4.9.0). Closes #119 Signed-off-by: Phoevos Kalemkeris <[email protected]>
logs:
came up in this run
The text was updated successfully, but these errors were encountered: