diff --git a/prow/cluster/jobs/istio/enhancements/istio.enhancements.master.gen.yaml b/prow/cluster/jobs/istio/enhancements/istio.enhancements.master.gen.yaml index 5eb415a3fbb..b33033e96b8 100644 --- a/prow/cluster/jobs/istio/enhancements/istio.enhancements.master.gen.yaml +++ b/prow/cluster/jobs/istio/enhancements/istio.enhancements.master.gen.yaml @@ -24,7 +24,7 @@ presubmits: - command: - ../test-infra/scripts/validate_schema.sh - --document-path=./features.yaml - - --schema-path=./features_schema.yaml + - --schema-path=./features_schema.json image: gcr.io/istio-testing/build-tools:master-2021-05-07T04-05-01 name: "" resources: diff --git a/prow/config/jobs/enhancements.yaml b/prow/config/jobs/enhancements.yaml index ea9992d9d48..cafda104a15 100644 --- a/prow/config/jobs/enhancements.yaml +++ b/prow/config/jobs/enhancements.yaml @@ -10,5 +10,5 @@ jobs: command: - ../test-infra/scripts/validate_schema.sh - --document-path=./features.yaml - - --schema-path=./features_schema.yaml + - --schema-path=./features_schema.json repos: [istio/test-infra@master,istio/tools@master]