[ARVADOS] updated: 2.1.0-1407-gd5c0be722
Git user
git at public.arvados.org
Fri Sep 24 15:02:39 UTC 2021
Summary of changes:
build/create-plot-data-from-log.sh | 1 -
tools/jenkins/submit-ci-dev.sh | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
via d5c0be722faae985838cae425f19f4146eb5e8fc (commit)
from 4950be3d1cae254299e6f2df237c20a95316af21 (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 d5c0be722faae985838cae425f19f4146eb5e8fc
Author: Ward Vandewege <ward at curii.com>
Date: Fri Sep 24 11:02:19 2021 -0400
Update a few remaining Jenkins references to ci.arvados.org.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/build/create-plot-data-from-log.sh b/build/create-plot-data-from-log.sh
index 0741fd923..eb029218c 100755
--- a/build/create-plot-data-from-log.sh
+++ b/build/create-plot-data-from-log.sh
@@ -53,7 +53,6 @@ do
echo processing $outputdir/$cleaned_test-$build.txt creating $outputdir/$cleaned_test.csv
echo $(grep ^Completed $outputdir/$cleaned_test-$build.txt | perl -n -e '/^Completed (.*) in [0-9]+ms.*$/;print "".++$line."-$1,";' | perl -p -e 's/,$//g'|tr " " "_" ) > $outputdir/$cleaned_test.csv
echo $(grep ^Completed $outputdir/$cleaned_test-$build.txt | perl -n -e '/^Completed.*in ([0-9]+)ms.*$/;print "$1,";' | perl -p -e 's/,$//g' ) >> $outputdir/$cleaned_test.csv
- #echo URL=https://ci.curoverse.com/view/job/arvados-api-server/ws/apps/workbench/log/$cleaned_test-$build.txt/*view*/ >> $outputdir/$test.properties
else
echo "$test was't found on $file"
cleaned_test=$(echo $test | tr -d ",.:;/")
diff --git a/tools/jenkins/submit-ci-dev.sh b/tools/jenkins/submit-ci-dev.sh
index 7188c1525..040f7f1f7 100755
--- a/tools/jenkins/submit-ci-dev.sh
+++ b/tools/jenkins/submit-ci-dev.sh
@@ -4,6 +4,6 @@
# SPDX-License-Identifier: AGPL-3.0
head=$(git log --first-parent --max-count=1 --format=%H)
-curl -X POST https://ci.curoverse.com/job/developer-run-tests/build \
- --user $(cat ~/.jenkins.ci.curoverse.com) \
+curl -X POST https://ci.arvados.org/job/developer-run-tests/build \
+ --user $(cat ~/.jenkins.ci.arvados.org) \
--data-urlencode json='{"parameter": [{"name":"git_hash", "value":"'$head'"}]}'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list