Skip to content

Commit afc0924

Browse files
Accelerate ndt5 reprocessing (#433)
* Accelerate ndt5 reprocessing * Update travis base distro * Update coveralls config for etl-gardener
1 parent a7adf81 commit afc0924

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Travis configuration for gardener unit tests.
2+
dist: jammy # 22.04
23
language: go
34
services:
45
- docker
@@ -43,4 +44,4 @@ script:
4344

4445
# Combine coverage of all unit tests and send the results to coveralls.
4546
- $HOME/gopath/bin/gocovmerge _*.cov > _merge.cov
46-
- $HOME/gopath/bin/goveralls -coverprofile=_merge.cov -service=travis-ci || true # Ignore failure
47+
- $HOME/gopath/bin/goveralls -coverprofile=_merge.cov -service=travis-pro || true # Ignore failure

config/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
start_date: 2015-11-19 # Earliest date for v2 platform datatypes.
2+
start_date: 2020-06-18 # Earliest date for ndt5
33
tracker:
44
timeout: 5h
55
monitor:
@@ -27,6 +27,7 @@ sources:
2727
tmp: tmp_ndt
2828
raw: raw_ndt
2929
join: ndt
30+
daily_only: true
3031
- bucket: archive-{{NDT_SOURCE_PROJECT}}
3132
experiment: ndt
3233
datatype: pcap
@@ -40,26 +41,30 @@ sources:
4041
target_datasets:
4142
tmp: tmp_ndt
4243
raw: raw_ndt
44+
daily_only: true
4345
- bucket: archive-measurement-lab
4446
experiment: ndt
4547
datatype: scamper1
4648
target_datasets:
4749
tmp: tmp_ndt
4850
raw: raw_ndt
4951
join: ndt
52+
daily_only: true
5053
- bucket: archive-measurement-lab
5154
experiment: utilization
5255
datatype: switch
5356
target_datasets:
5457
tmp: tmp_utilization
5558
raw: raw_utilization
59+
daily_only: true
5660
- bucket: archive-{{NDT_SOURCE_PROJECT}}
5761
experiment: ndt
5862
datatype: tcpinfo
5963
target_datasets:
6064
tmp: tmp_ndt
6165
raw: raw_ndt
6266
join: ndt
67+
daily_only: true
6368
## WEHE
6469
- bucket: archive-{{ANNOTATION_SOURCE_PROJECT}}
6570
experiment: wehe

0 commit comments

Comments
 (0)