Revert "feat(vertexai): add google_vertex_ai_online_evaluator resource"#18038
Revert "feat(vertexai): add google_vertex_ai_online_evaluator resource"#18038guvenenb wants to merge 2 commits into
Conversation
|
Googlers: For automatic test runs see go/terraform-auto-test-runs. @slevenick, 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.
Looks like this got changed but shouldn't be included? It wasn't in the first PR
There was a problem hiding this comment.
This change was actually required to pass the CI. It was giving some error before adding this line, because I deleted the YAML file and the YAML linter tried to lint the deleted file and failed.
|
@modular-magician reassign-reviewer slevenick |
Release Note
Revert "feat(vertexai): add google_vertex_ai_online_evaluator resource"
This reverts the changes introduced in #17944.