-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
enable job tests in integration tests #8818
Conversation
tox.ini
Outdated
@@ -689,7 +689,7 @@ allowlist_externals = | |||
setenv = | |||
NODE_PORT = {env:NODE_PORT:9082} | |||
GITHUB_CI = {env:GITHUB_CI:false} | |||
PYTEST_MODULES = {env:PYTEST_MODULES:frontend network container_workload} | |||
PYTEST_MODULES = {env:PYTEST_MODULES:frontend network container_workload local_node} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A small note, Local Node should be not part of k8s
it is already part of
syft.test.integration workflow
This reverts commit b857a45.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well Done @abyesilyurt
I can't reproduce the flakiness atm, will revert this PR if I observe any flakiness on CI. |
Description
Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues, please tag them as described here.
Affected Dependencies
List any dependencies that are required for this change.
How has this been tested?
Checklist