File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Travis configuration for gardener unit tests.
2
+ dist : jammy # 22.04
2
3
language : go
3
4
services :
4
5
- docker
@@ -43,4 +44,4 @@ script:
43
44
44
45
# Combine coverage of all unit tests and send the results to coveralls.
45
46
- $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
Original file line number Diff line number Diff line change 1
1
---
2
- start_date : 2015-11-19 # Earliest date for v2 platform datatypes.
2
+ start_date : 2020-06-18 # Earliest date for ndt5
3
3
tracker :
4
4
timeout : 5h
5
5
monitor :
@@ -27,6 +27,7 @@ sources:
27
27
tmp : tmp_ndt
28
28
raw : raw_ndt
29
29
join : ndt
30
+ daily_only : true
30
31
- bucket : archive-{{NDT_SOURCE_PROJECT}}
31
32
experiment : ndt
32
33
datatype : pcap
@@ -40,26 +41,30 @@ sources:
40
41
target_datasets :
41
42
tmp : tmp_ndt
42
43
raw : raw_ndt
44
+ daily_only : true
43
45
- bucket : archive-measurement-lab
44
46
experiment : ndt
45
47
datatype : scamper1
46
48
target_datasets :
47
49
tmp : tmp_ndt
48
50
raw : raw_ndt
49
51
join : ndt
52
+ daily_only : true
50
53
- bucket : archive-measurement-lab
51
54
experiment : utilization
52
55
datatype : switch
53
56
target_datasets :
54
57
tmp : tmp_utilization
55
58
raw : raw_utilization
59
+ daily_only : true
56
60
- bucket : archive-{{NDT_SOURCE_PROJECT}}
57
61
experiment : ndt
58
62
datatype : tcpinfo
59
63
target_datasets :
60
64
tmp : tmp_ndt
61
65
raw : raw_ndt
62
66
join : ndt
67
+ daily_only : true
63
68
# # WEHE
64
69
- bucket : archive-{{ANNOTATION_SOURCE_PROJECT}}
65
70
experiment : wehe
You can’t perform that action at this time.
0 commit comments