Skip to content

Commit a67003d

Browse files
authored
Merge pull request #472 from m-lab/remove-gardener
remove gardener and batch (moved to etl-gardener)
2 parents 3b3f037 + a9252b8 commit a67003d

File tree

8 files changed

+2
-1024
lines changed

8 files changed

+2
-1024
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ script:
4747
# Currently skipping storage tests, because they depend on GCS, and there is
4848
# no emulator.
4949
# TODO - separate storage tests into integration and lightweight.
50-
- MODULES="annotation appengine/queue_pusher batch bq etl metrics parser schema task web100"
50+
- MODULES="annotation appengine/queue_pusher bq etl metrics parser schema task web100"
5151
- for module in $MODULES; do
5252
COVER_PKGS=${COVER_PKGS}./$module/..., ;
5353
done
@@ -69,7 +69,7 @@ script:
6969
# Note: we do not run integration tests from forked PRs b/c the SA is unavailable.
7070
# Note that for modules in subdirectories, this replaces separating slashes with _.
7171
- if [[ -n "$TEST_SERVICE_ACCOUNT_mlab_testing" ]] ; then
72-
for module in batch ; do
72+
for module in metrics ; do
7373
go test -v -coverpkg=$COVER_PKGS -coverprofile=${module//\//_}.cov github.com/m-lab/etl/$module -tags=integration ;
7474
EC=$[ $EC || $? ] ;
7575
done ;

batch/batch.go

Lines changed: 0 additions & 329 deletions
This file was deleted.

0 commit comments

Comments
 (0)