m-lab / etl

M-Lab ingestion pipeline
Apache License 2.0
22 stars 7 forks source link

Add annotation_url flag for local development #1002

Closed stephen-soltesz closed 3 years ago

stephen-soltesz commented 3 years ago

This change adds a new flag to the etl worker (parser) for the annotation service URL. This allows specifying a local annotator instance during development. This change also removes the now-obsolete annotation package.

The new cloudbuild.yaml configuration requires a per-project substitution defined for the $_ANNOTATOR_URL that references the project-local annotation service URL.


This change is Reviewable

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 6515


Changes Missing Coverage Covered Lines Changed/Added Lines %
parser/ndt5_result.go 0 1 0.0%
parser/ndt7_result.go 0 1 0.0%
parser/ss.go 0 1 0.0%
parser/tcpinfo.go 0 1 0.0%
<!-- Total: 4 8 50.0% -->
Totals Coverage Status
Change from base Build 6507: -0.2%
Covered Lines: 3458
Relevant Lines: 5527

💛 - Coveralls