[ARVADOS-DEV] updated: cb1c4d5827f2dba8531e55e384267ecb5ae19620

git at public.curoverse.com git at public.curoverse.com
Wed May 20 16:48:36 EDT 2015


Summary of changes:
 jenkins/create-plot-data-from-log.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  cb1c4d5827f2dba8531e55e384267ecb5ae19620 (commit)
       via  63e4023179b0b86ed2d7746fb1154ca20dff8aab (commit)
       via  d16c7ef6c4dfe2501930eaa89297b2a31f1b5a3d (commit)
      from  089953257d8e91a3267b5f13374fd09e28c08887 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit cb1c4d5827f2dba8531e55e384267ecb5ae19620
Merge: 63e4023 0899532
Author: Nico Cesar <nico at nicocesar.com>
Date:   Wed May 20 16:48:30 2015 -0400

    Merge branch '6061-add-performance-plots' of git.curoverse.com:arvados-dev into 6061-add-performance-plots


commit 63e4023179b0b86ed2d7746fb1154ca20dff8aab
Author: Nico Cesar <nico at nicocesar.com>
Date:   Wed May 20 16:47:52 2015 -0400

    6011: Matching more generic test names

diff --git a/jenkins/create-plot-data-from-log.sh b/jenkins/create-plot-data-from-log.sh
index 5812078..c3a800f 100755
--- a/jenkins/create-plot-data-from-log.sh
+++ b/jenkins/create-plot-data-from-log.sh
@@ -40,7 +40,7 @@ for test in \
  test_Create,_show,_and_update_description_for_large_collection_with_manifest_text_of_100000 \
  test_Create_one_large_collection_of_20000000_and_one_small_collection_of_10000_and_combine_them
 do
- zgrep -i -E -A$MAXLINES "^CollectionsTest: $test" $file | tail --lines=+3|grep -B$MAXLINES -E "^-*$" -m1 > $outputdir/$test-$build.txt
+ zgrep -i -E -A$MAXLINES "^[A-Za-z0-9]+Test: $test" $file | tail --lines=+3|grep -B$MAXLINES -E "^-*$" -m1 > $outputdir/$test-$build.txt
  result=$?
  if [ $result -eq 0 ]
  then 

commit d16c7ef6c4dfe2501930eaa89297b2a31f1b5a3d
Author: Nico Cesar <nico at nicocesar.com>
Date:   Wed May 20 16:43:06 2015 -0400

    taking out the tests don-t make sense

diff --git a/jenkins/create-plot-data-from-log.sh b/jenkins/create-plot-data-from-log.sh
index d6e351f..5812078 100755
--- a/jenkins/create-plot-data-from-log.sh
+++ b/jenkins/create-plot-data-from-log.sh
@@ -36,12 +36,6 @@ MAXLINES=1000
 ## TODO: check $build and $file make sense
 
 for test in \
- test_Collection_page_renders_name \
- test_combine_selected_collections_into_new_collection \
- test_combine_selected_collection_files_into_new_collection_active_foo_collection_in_aproject_true \
- test_combine_selected_collection_files_into_new_collection_active_foo_file_false \
- test_combine_selected_collection_files_into_new_collection_project_viewer_foo_collection_in_aproject_false \
- test_combine_selected_collection_files_into_new_collection_project_viewer_foo_file_false \
  test_Create_and_show_large_collection_with_manifest_text_of_20000000 \
  test_Create,_show,_and_update_description_for_large_collection_with_manifest_text_of_100000 \
  test_Create_one_large_collection_of_20000000_and_one_small_collection_of_10000_and_combine_them

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list