Skip to content

Commit 056bb5c

Browse files
committed
Mark 'verify-all' as deprecated, but leave it to make pass existing PRs
1 parent a0288cb commit 056bb5c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Makefile

+6-3
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,19 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
# TODO(jprzychodzen): Remove after all PRs with 'pull-perf-tests-verify-all' are closed
18+
# Deprecated, use verify-all-dev for local development
1719
.PHONY: verify-all
18-
verify-all: test verify-boilerplate verify-flags
20+
verify-all:
21+
echo "Deprecated, use 'verify-all-dev' for local development"
1922

2023
# verify-lint-dev is convenience target for developers to run all checks
2124
# at once locally
2225
.PHONY: verify-all-dev
23-
verify-all-dev: verify-all verify-dashboard verify-lint
26+
verify-all-dev: test verify-all-python verify-dashboard verify-lint
2427

2528
.PHONY: verify-all-python
26-
verify-all: verify-boilerplate verify-flags
29+
verify-all-python: verify-boilerplate verify-flags
2730

2831
# TODO(oxddr): go-build.sh doesn't work at the moment decide whether we need this at all
2932
# .PHONY: build

0 commit comments

Comments
 (0)