Skip to content

Commit 0833f03

Browse files
committed
Remove enable_ci_only_tests target from Makefile
FAB-16603 #done Signed-off-by: Matthew Sykes <matthew.sykes@gmail.com> Change-Id: Ibdea16d18046230d25b3467787403eb50512fe24
1 parent 1c4c9ff commit 0833f03

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
# - dist-clean - clean release packages for all target platforms
3939
# - unit-test-clean - cleans unit test state (particularly from docker)
4040
# - basic-checks - performs basic checks like license, spelling, trailing spaces and linter
41-
# - enable_ci_only_tests - triggers unit-tests in downstream jobs. Applicable only for CI not to
42-
# use in the local machine.
4341
# - docker-thirdparty - pulls thirdparty images (kafka,zookeeper,couchdb)
4442
# - docker-tag-latest - re-tags the images made by 'make docker' with the :latest tag
4543
# - docker-tag-stable - re-tags the images made by 'make docker' with the :stable tag
@@ -186,8 +184,6 @@ unit-test: unit-test-clean docker-thirdparty ccenv baseos
186184

187185
unit-tests: unit-test
188186

189-
enable_ci_only_tests: unit-test
190-
191187
verify: export JOB_TYPE=VERIFY
192188
verify: unit-test
193189

0 commit comments

Comments
 (0)