Revert "feat(vertexai): add google_vertex_ai_online_evaluator resource"#18084
Conversation
|
Googlers: For automatic test runs see go/terraform-auto-test-runs. @SirGitsalot, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
| if [ "${{ github.event_name }}" == "pull_request" ]; then | ||
| # For PRs, get only changed files | ||
| yamlfiles=$(git diff --name-only origin/${GITHUB_BASE_REF} -- mmv1/products) | ||
| yamlfiles=$(git diff --name-only --diff-filter=d origin/${GITHUB_BASE_REF} -- mmv1/products) |
There was a problem hiding this comment.
I added this change to pass the CI. Otherwise it is giving some error b because the YAML linter tries to lint the deleted file and fails
|
@modular-magician reassign-reviewer SirGitsALot |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 477fcd1: Diff reportYour PR generated the following diffs in downstream repositories:
Breaking Change(s) DetectedThe following breaking change(s) were detected within your pull request.
If you believe this detection to be incorrect please raise the concern with your reviewer. Errors
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode 🟢 All tests passed in Replaying mode! No Recording was needed. View the replaying VCR build log @guvenenb, @SirGitsalot VCR tests complete for 477fcd1! |
3f2e48b
Release Note
Revert "feat(vertexai): add google_vertex_ai_online_evaluator resource"
This reverts the changes introduced in #17944.
Supersedes #18038