build_projects

pull/22558/head
Muxi Yan 5 years ago
parent d18091014c
commit 9a9fe5b361
  1. 2
      Makefile
  2. 1
      build_autogenerated.yaml
  3. 24
      tools/run_tests/generated/tests.json

@ -1916,8 +1916,6 @@ test_c: buildtests_c
$(Q) $(BINDIR)/$(CONFIG)/cmdline_test || ( echo test cmdline_test failed ; exit 1 )
$(E) "[RUN] Testing combiner_test"
$(Q) $(BINDIR)/$(CONFIG)/combiner_test || ( echo test combiner_test failed ; exit 1 )
$(E) "[RUN] Testing completion_queue_threading_test"
$(Q) $(BINDIR)/$(CONFIG)/completion_queue_threading_test || ( echo test completion_queue_threading_test failed ; exit 1 )
$(E) "[RUN] Testing compression_test"
$(Q) $(BINDIR)/$(CONFIG)/compression_test || ( echo test compression_test failed ; exit 1 )
$(E) "[RUN] Testing concurrent_connectivity_test"

@ -3094,6 +3094,7 @@ targets:
- mac
- name: completion_queue_threading_test
build: test
run: false
language: c
headers: []
src:

@ -785,30 +785,6 @@
],
"uses_polling": true
},
{
"args": [],
"benchmark": false,
"ci_platforms": [
"linux",
"mac",
"posix",
"windows"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"language": "c",
"name": "completion_queue_threading_test",
"platforms": [
"linux",
"mac",
"posix",
"windows"
],
"uses_polling": true
},
{
"args": [],
"benchmark": false,

Loading…
Cancel
Save