Commit c9fc5cf 1 parent ec903ed commit c9fc5cf Copy full SHA for c9fc5cf
File tree 2 files changed +4
-23
lines changed
2 files changed +4
-23
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ check-hail:
14
14
15
15
.PHONY : check-services
16
16
check-services : check-auth check-batch check-ci check-gear check-memory \
17
- check-notebook check-web-common check-website
17
+ check-notebook check-monitoring check- web-common check-website
18
18
19
19
.PHONY : check-auth
20
20
check-auth :
@@ -40,6 +40,9 @@ check-memory:
40
40
check-notebook :
41
41
$(MAKE ) -C notebook check
42
42
43
+ .PHONY : check-monitoring
44
+ $(MAKE ) -C monitoring check
45
+
43
46
.PHONY : check-web-common
44
47
check-web-common :
45
48
$(MAKE ) -C web_common check
Original file line number Diff line number Diff line change @@ -1120,17 +1120,6 @@ steps:
1120
1120
- hail_ubuntu_image
1121
1121
- render_notebook_nginx_conf
1122
1122
- merge_code
1123
- - kind : runImage
1124
- name : check_notebook
1125
- image :
1126
- valueFrom : notebook_image.image
1127
- script : |
1128
- set -ex
1129
- SITE_PACKAGES=$(pip3 show notebook | grep Location | sed 's/Location: //')
1130
- python3 -m flake8 $SITE_PACKAGES/notebook
1131
- python3 -m pylint --rcfile pylintrc notebook
1132
- dependsOn :
1133
- - notebook_image
1134
1123
- kind : runImage
1135
1124
name : test_hail_python
1136
1125
numSplits : 7
@@ -1523,17 +1512,6 @@ steps:
1523
1512
- create_dummy_oauth2_client_secret
1524
1513
- create_certs
1525
1514
- create_accounts
1526
- - kind : runImage
1527
- name : check_monitoring
1528
- image :
1529
- valueFrom : monitoring_image.image
1530
- script : |
1531
- set -ex
1532
- SITE_PACKAGES=$(pip3 show monitoring | grep Location | sed 's/Location: //')
1533
- python3 -m flake8 $SITE_PACKAGES/monitoring
1534
- python3 -m pylint --rcfile pylintrc monitoring
1535
- dependsOn :
1536
- - monitoring_image
1537
1515
- kind : runImage
1538
1516
name : delete_monitoring_tables
1539
1517
image :
You can’t perform that action at this time.
0 commit comments