File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
+ # TODO(jprzychodzen): Remove after all PRs with 'pull-perf-tests-verify-all' are closed
18
+ # Deprecated, use verify-all-dev for local development
17
19
.PHONY : verify-all
18
- verify-all : test verify-boilerplate verify-flags
20
+ verify-all :
21
+ echo " Deprecated, use 'verify-all-dev' for local development"
19
22
20
23
# verify-lint-dev is convenience target for developers to run all checks
21
24
# at once locally
22
25
.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
24
27
25
28
.PHONY : verify-all-python
26
- verify-all : verify-boilerplate verify-flags
29
+ verify-all-python : verify-boilerplate verify-flags
27
30
28
31
# TODO(oxddr): go-build.sh doesn't work at the moment decide whether we need this at all
29
32
# .PHONY: build
You can’t perform that action at this time.
0 commit comments