Skip to content

Commit

Permalink
reducing to a single commit per family for now
Browse files Browse the repository at this point in the history
we'll later increase this value again, but now, for testing purposes, let's stick to the master of each font-repo.
(issue fonttools#1241)
  • Loading branch information
felipesanches committed Apr 5, 2017
1 parent d8968da commit 638258d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import time

runs = int(os.environ.get("NONPARALLEL_JOB_RUNS", 1))
MAX_NUM_ITERATIONS = 3 # For now we'll limit the jobs to run
MAX_NUM_ITERATIONS = 1 # For now we'll limit the jobs to run
# up to "MAX_NUM_ITERATIONS" commits
# in the font project repos

Expand Down
16 changes: 9 additions & 7 deletions dashboard/deploy_to_gke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ PROJECT=fontbakery
GCLOUD="sudo /home/felipe/devel/prebuilt/google-cloud-sdk/bin/gcloud"
DOCKER="sudo docker"

# update_database:
$DOCKER build -t rethinkdb-2.3.5 containers/rethinkdb
$DOCKER tag rethinkdb-2.3.5 gcr.io/$PROJECT/rethinkdb-2.3.5
$GCLOUD docker -- push gcr.io/$PROJECT/rethinkdb-2.3.5
kubectl create -f services/rethinkdb-driver-service.yaml
kubectl create -f services/rethinkdb-rc.yaml
kubectl create -f services/rethinkdb-admin-service.yaml




Expand All @@ -23,6 +17,14 @@ kubectl create -f services/flask-service.yaml
kubectl create -f services/dashboard-rc.yaml


# update_database:
$DOCKER build -t rethinkdb-2.3.5 containers/rethinkdb
$DOCKER tag rethinkdb-2.3.5 gcr.io/$PROJECT/rethinkdb-2.3.5
$GCLOUD docker -- push gcr.io/$PROJECT/rethinkdb-2.3.5
kubectl delete rc rethinkdb-rc
kubectl create -f services/rethinkdb-driver-service.yaml
kubectl create -f services/rethinkdb-rc.yaml
kubectl create -f services/rethinkdb-admin-service.yaml



Expand Down

0 comments on commit 638258d

Please sign in to comment.