-
Notifications
You must be signed in to change notification settings - Fork 10
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
Internal trig advise user api #616
Internal trig advise user api #616
Conversation
0ad4c8c
to
2c90bc8
Compare
Fixes: #622 |
2c90bc8
to
ebb5b1f
Compare
8d1d9ac
to
1660395
Compare
738a28a
to
feeb93e
Compare
0367cb6
to
39800e2
Compare
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.
lgtm
is this tested ? will it be possible to be tested in test cluster?
/deploy |
@harshad16 Yeah, I tested this locally. Monitoring behavior in the test cluster is definitely a good idea as these are pretty large changes. |
Unsure why the mypy check is failing, but hoping that #635 might fix it |
/deploy |
ack, will get this in test |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
what is the status of this? |
Need to wrap my head back around it. I think the main thing it is missing is a couple of environment variables in the |
39800e2
to
b8aae11
Compare
b8aae11
to
2ebb197
Compare
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.
There are some unresolved conflicts that slipped in...
thoth/investigator/common.py
Outdated
@@ -103,6 +108,7 @@ async def wait_for_limit(openshift: OpenShift, workflow_namespace: str): | |||
_LOGGER.debug("Current number pending = %d", total_pending) | |||
|
|||
|
|||
<<<<<<< HEAD |
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.
unresolved conflict
@@ -65,6 +73,7 @@ async def parse_hash_mismatch(mismatch: Dict[str, Any], openshift: OpenShift, gr | |||
) | |||
|
|||
if Configuration.THOTH_INVESTIGATOR_SCHEDULE_KEBECHET_ADMIN: | |||
<<<<<<< HEAD |
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.
unresolved conflict
@@ -55,6 +59,7 @@ async def parse_missing_package(package: Dict[str, Any], openshift: OpenShift, g | |||
) | |||
|
|||
if Configuration.THOTH_INVESTIGATOR_SCHEDULE_KEBECHET_ADMIN: | |||
<<<<<<< HEAD |
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.
unresolved conflict
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
2ebb197
to
961cee4
Compare
961cee4
to
cd9097e
Compare
cd9097e
to
d5df8bb
Compare
@KPostOffice: The following test failed, say
Full PR test history. Your PR dashboard. Please help us and open an issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Related Issues and Dependencies
Make internal trigger advise requests from investigator because Kebechet no longer sends advise requests unless specifically requested
This introduces a breaking change
This Pull Request implements
… Explain your changes.
Description