[ARVADOS-DEV] updated: 89cd3ab0c1d150e18836bcf2fa8ed8a2d24ade47
Git user
git at public.arvados.org
Tue Apr 5 20:08:49 UTC 2022
Summary of changes:
cmd/art/TASKS | 2 +-
jenkins/run-cwl-test-suite.sh | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
via 89cd3ab0c1d150e18836bcf2fa8ed8a2d24ade47 (commit)
via 7a1063a4d8897d250eb93fef11dc699b080fc174 (commit)
from 4a3531f200307f09760562d27fb2a5799ecca833 (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 89cd3ab0c1d150e18836bcf2fa8ed8a2d24ade47
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Tue Apr 5 16:05:51 2022 -0400
Run the v1.2.0 tagged test suite instead of 'main'
no issue #
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/jenkins/run-cwl-test-suite.sh b/jenkins/run-cwl-test-suite.sh
index 61d1ac9..61fb05b 100755
--- a/jenkins/run-cwl-test-suite.sh
+++ b/jenkins/run-cwl-test-suite.sh
@@ -109,5 +109,6 @@ if [[ ! -e cwl-v1.2 ]]; then
fi
cd cwl-v1.2
-git pull
+git fetch -a
+git checkout v1.2.0
./run_test.sh -j$JOBS --timeout=900 RUNNER=arvados-cwl-runner EXTRA="--compute-checksum --disable-reuse --eval-timeout 60" -Sdocker_entrypoint
commit 7a1063a4d8897d250eb93fef11dc699b080fc174
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Mar 24 11:30:38 2022 -0400
Adjust position of "Publish stable arvados/jobs Docker image"
no issue #
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/cmd/art/TASKS b/cmd/art/TASKS
index 68bcce4..02e1103 100644
--- a/cmd/art/TASKS
+++ b/cmd/art/TASKS
@@ -13,8 +13,8 @@ Build compute image & deploy RC packages to playground
Run bam-to-vcf pipeline pipeline
Approve RC for release
Build final release packages
+Publish stable arvados/jobs Docker image
Push packages to stable
-Publish arvados/jobs Docker image
Publish Python and Ruby packages
Publish Java package
Publish R package
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list