Skip to content

Commit

Permalink
[scorecard] remove scorecard (#10270)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-goldstein authored Apr 5, 2021
1 parent 1862c0f commit e014359
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 832 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ check-hail:

.PHONY: check-services
check-services: check-auth check-batch check-ci check-gear check-memory \
check-notebook check-query check-scorecard check-web-common \
check-notebook check-query check-web-common \
check-atgu check-website

.PHONY: check-auth
Expand Down Expand Up @@ -49,10 +49,6 @@ check-notebook:
check-query:
$(MAKE) -C query check

.PHONY: check-scorecard
check-scorecard:
$(MAKE) -C scorecard check

.PHONY: check-web-common
check-web-common:
$(MAKE) -C web_common check
Expand Down
20 changes: 0 additions & 20 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ steps:
- hail-ci-0-1-github-oauth-token
- test-gsa-key
- auth-oauth2-client-secret
- scorecard-github-access-token
- zulip-config
- benchmark-gsa-key
- billing-monitor-gsa-key
Expand Down Expand Up @@ -475,13 +474,6 @@ steps:
publishAs: hail-run-tests
dependsOn:
- hail_run_image
- kind: buildImage
name: scorecard_image
dockerFile: scorecard/Dockerfile
contextPath: .
publishAs: scorecard
dependsOn:
- service_base_image
- kind: buildImage
name: benchmark_image
dockerFile: benchmark-service/Dockerfile
Expand Down Expand Up @@ -1706,18 +1698,6 @@ steps:
to: /docs.tar.gz
dependsOn:
- hail_run_image
- kind: deploy
name: deploy_scorecard
namespace:
valueFrom: default_ns.name
config: scorecard/deployment.yaml
scopes:
- deploy
- dev
dependsOn:
- default_ns
- scorecard_image
- create_certs
- kind: deploy
name: deploy_grafana
namespace:
Expand Down
9 changes: 3 additions & 6 deletions dev-docs/hail-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ Services (see below for descriptions):
* $HAIL/internal-gateway
* $HAIL/notebook: notebook and workshop services
* $HAIL/query
* $HAIL/scorecard
* $HAIL/site

Libraries for services:
Expand Down Expand Up @@ -197,7 +196,7 @@ templating.

Some services rely on 3rd party services. Those include:

* ci and scorecard depend on GitHub
* ci depends on GitHub

* batch, ci and notebook depend on K8s

Expand Down Expand Up @@ -236,7 +235,8 @@ There is a collection of libraries to facilitate service development:
* batch and batch-driver: the Hail Batch service

* ci: We've implemented our own continuous integration and continuous
deployed (CI/CD) system.
deployed (CI/CD) system. It also hosts a developer status board
at https://ci.hail.is/me.

* gateway: gateway is an nginx reverse proxy that terminates TLS
connections and forwards requests to services in K8s. It is
Expand All @@ -257,9 +257,6 @@ There is a collection of libraries to facilitate service development:

* query: The query service implements the Hail Query service.

* scorecard: scorecard implements the developer status board found at
https://scorecard.hail.is/.

* site: site implements the main Hail website https://hail.is/
including the landing page and Hail Query and Hail Batch
documentation.
Expand Down
1 change: 0 additions & 1 deletion devbin/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ knodes() {
# ====== gke-vdc-preemptible-pool-3-770fae6d-zl4l =====
# NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
# default address-6b465c7594-bk9lb 1/1 Running 0 23m 10.32.34.39 gke-vdc-preemptible-pool-3-770fae6d-zl4l <none> <none>
# default scorecard-deployment-7f9c5b6569-bk2sx 1/1 Running 6 25m 10.32.34.37 gke-vdc-preemptible-pool-3-770fae6d-zl4l <none> <none>
for i in $(kubectl get nodes | awk '{print $1}')
do
echo "====== $i ====="
Expand Down
1 change: 0 additions & 1 deletion letsencrypt/subdomains.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ci
notebook
scorecard
www
batch
batch-driver
Expand Down
3 changes: 0 additions & 3 deletions scorecard/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions scorecard/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion scorecard/MANIFEST.in

This file was deleted.

7 changes: 0 additions & 7 deletions scorecard/Makefile

This file was deleted.

103 changes: 0 additions & 103 deletions scorecard/deployment.yaml

This file was deleted.

Empty file removed scorecard/scorecard/__init__.py
Empty file.
7 changes: 0 additions & 7 deletions scorecard/scorecard/__main__.py

This file was deleted.

Loading

0 comments on commit e014359

Please sign in to comment.