Skip to content

Commit

Permalink
Code review: 339640043: Added greendale end-to-end test configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed May 18, 2018
1 parent 3aea923 commit 5f707b9
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/dpkg/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plaso (20180515-1) unstable; urgency=low
plaso (20180518-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline <log2timeline-dev@googlegroups.com> Tue, 15 May 2018 05:43:40 +0200
-- Log2Timeline <log2timeline-dev@googlegroups.com> Fri, 18 May 2018 06:33:30 +0200
8 changes: 8 additions & 0 deletions config/jenkins/greendale/dc1-greendale3.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[dc1]
case=extract_and_output
source=dc1-greendale3.dd
extract_options=--partition all
logging_options=--debug --log-file=plaso-out/%command%.log.gz
output_file=dc1.csv
output_format=dynamic
profiling_options=--profilers=memory,parsers,processing,serializers,storage,task_queue --profiling_directory=plaso-out/profiling
2 changes: 1 addition & 1 deletion config/jenkins/greendale/registrar.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[registrar]
case=extract_and_output
source=registrar.dd
extract_options=--partition all
extract_options=--partition all --no_vss
logging_options=--debug --log-file=plaso-out/%command%.log.gz
output_file=registrar.csv
output_format=dynamic
Expand Down
8 changes: 8 additions & 0 deletions config/jenkins/greendale/student-pc1.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[studentpc1]
case=extract_and_output
source=student-pc1.dd
extract_options=--partition all --vss_stores all
logging_options=--debug --log-file=plaso-out/%command%.log.gz
output_file=studentpc1.csv
output_format=dynamic
profiling_options=--profilers=memory,parsers,processing,serializers,storage,task_queue --profiling_directory=plaso-out/profiling
2 changes: 1 addition & 1 deletion config/jenkins/greendale/studentpc8.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[studentpc8]
case=extract_and_output
source=studentpc8.dd
extract_options=--partition all
extract_options=--partition all --vss_stores all
logging_options=--debug --log-file=plaso-out/%command%.log.gz
output_file=studentpc8.csv
output_format=dynamic
Expand Down
2 changes: 1 addition & 1 deletion plaso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

from __future__ import unicode_literals

__version__ = '20180515'
__version__ = '20180518'

0 comments on commit 5f707b9

Please sign in to comment.