-
Notifications
You must be signed in to change notification settings - Fork 75
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
Delete detector successfully if workflow is missing (#790) #809
Delete detector successfully if workflow is missing (#790) #809
Conversation
Can you rebase from 2.x? Checks are failing because of the gradle update. |
…ct#790) * Delete detector successfully if workflow is missing Signed-off-by: Chase Engelbrecht <[email protected]> * Refactor to use existing NotFound exception checker Signed-off-by: Chase Engelbrecht <[email protected]> --------- Signed-off-by: Chase Engelbrecht <[email protected]> (cherry picked from commit 0ad91cc)
2932d25
to
ac2255b
Compare
Done |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 2.x #809 +/- ##
============================================
- Coverage 24.83% 24.82% -0.02%
Complexity 1024 1024
============================================
Files 277 277
Lines 12683 12689 +6
Branches 1389 1389
============================================
Hits 3150 3150
- Misses 9267 9273 +6
Partials 266 266 ☔ View full report in Codecov by Sentry. |
Nvm, still failing. It doesn't look related to this PR but will investigate soon |
This is the failure:
I confirmed it still occurs with my backported commit removed. |
Yeah this is a known flakey test in SA. I'm taking a look into it now. |
…#810) Signed-off-by: Ashish Agrawal <[email protected]> (cherry picked from commit db83a812606655cab076c6c9001adab30d380327) Co-authored-by: Ashish Agrawal <[email protected]>
Signed-off-by: Chase Engelbrecht [email protected]
Signed-off-by: Chase Engelbrecht [email protected]
Signed-off-by: Chase Engelbrecht [email protected]
(cherry picked from commit 0ad91cc)
Description
Manual conflict resolution + backport
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.