Peter Amstutz [Fri, 4 Nov 2016 14:06:09 +0000 (10:06 -0400)]
Improve error handling and reporting in run-cwl-test.sh script. no issue #
Peter Amstutz [Wed, 26 Oct 2016 16:09:44 +0000 (12:09 -0400)]
Merge branch '10194-arvados-jobs-version' refs #10194
Peter Amstutz [Tue, 25 Oct 2016 20:31:46 +0000 (16:31 -0400)]
10194: Make sure to install the version of arvados/jobs that arvados_cwl expects.
Tom Clegg [Wed, 19 Oct 2016 11:27:50 +0000 (07:27 -0400)]
Remove excess params in debug message. No issue #
Tom Clegg [Wed, 19 Oct 2016 11:23:22 +0000 (07:23 -0400)]
Bug fixes. No issue #
* Fix syntax errors and logging bug
* Use docker tag --force flag only if offered by docker tag --help
* Detect/fix wrong group_class (bug in install docs)
Tom Clegg [Tue, 18 Oct 2016 16:54:24 +0000 (12:54 -0400)]
Add install-arvados-jobs-image script. No issue #
Ward Vandewege [Fri, 14 Oct 2016 13:36:30 +0000 (09:36 -0400)]
run-cwl-test.sh needs one more permission in its scoped token.
No issue #
Ward Vandewege [Thu, 22 Sep 2016 21:22:17 +0000 (17:22 -0400)]
Add required permissions for run-cwl-test.sh
refs #9459
Ward Vandewege [Thu, 22 Sep 2016 20:59:22 +0000 (16:59 -0400)]
Upgrade run-cwl-test.sh a bit:
* no longer run as root on the destination (ugh, seriously!)
* make it set up its requirements itself if they aren't present
No issue #
Nico Cesar [Thu, 25 Aug 2016 19:20:00 +0000 (15:20 -0400)]
fixed bug on the way we deploy docker arvados/jobs image.
The group wasn't added to arvados/jobs image, making the query of CWL runs using an old image, with an old cwl-runner
refs #9856
Peter Amstutz [Wed, 17 Aug 2016 14:15:22 +0000 (10:15 -0400)]
Merge branch '9784-update-scopes' closes #9784
Peter Amstutz [Mon, 15 Aug 2016 20:10:15 +0000 (20:10 +0000)]
Remove CWL test exclusions, no issue #
Peter Amstutz [Mon, 15 Aug 2016 18:30:35 +0000 (14:30 -0400)]
9784: Update scopes to the ones actually in use by CI.
Tom Clegg [Thu, 28 Jul 2016 18:45:42 +0000 (14:45 -0400)]
Use wrapper to enable checksums in cwl conformance tests.
refs #9552
Nico Cesar [Sun, 17 Jul 2016 20:29:51 +0000 (16:29 -0400)]
added run-cwl-test.sh for running cwl-test on the clusters
refs #9459
Ward Vandewege [Sat, 16 Jul 2016 20:12:19 +0000 (16:12 -0400)]
Make sure to tag the docker image as latest even if it already exists.
refs #9254
Nico Cesar [Wed, 29 Jun 2016 18:23:33 +0000 (14:23 -0400)]
Merge branch '9254-latest-tag'
refs #9254
Nico Cesar [Wed, 29 Jun 2016 17:35:52 +0000 (13:35 -0400)]
9254: adding latest tag https://dev.arvados.org/issues/9254#note-4
refs #9254
Nico Cesar [Thu, 16 Jun 2016 18:42:02 +0000 (14:42 -0400)]
Merge branch '8750-run-deploy-in-parallel'
closes #8750
Brett Smith [Wed, 15 Jun 2016 17:59:40 +0000 (13:59 -0400)]
run_upload_packages: Improve names around run_and_grep.
No issue #, just easier to comprehend I hope.
Brett Smith [Wed, 15 Jun 2016 17:54:12 +0000 (13:54 -0400)]
run_upload_packages ensures destination scp directory exists.
This prevents build failures like
<https://ci.curoverse.com/job/build-packages-sso/24/console>.
No issue #.
Brett Smith [Wed, 15 Jun 2016 15:30:17 +0000 (11:30 -0400)]
Merge branch '9309-python-redundant-upload-wip'
Refs #9309. Closes #9393.
Nico Cesar [Tue, 14 Jun 2016 15:33:53 +0000 (11:33 -0400)]
8750: parallel deploy is working
in the old code there was a serial excecution that collected exitcodes
EXITCODE=$(($EXITCODE + $ECODE))
in the new code we'll have to re-think this. But this first commit actually deploys in parallel
Brett Smith [Fri, 10 Jun 2016 15:43:00 +0000 (11:43 -0400)]
9309: run_upload_packages checks for re-upload errors from PyPI.
We are getting this new error after upgrading ci to jessie.
Brett Smith [Wed, 1 Jun 2016 19:27:38 +0000 (15:27 -0400)]
Merge branch '9309-centos7-uplaods-wip'
Refs #9309.
Brett Smith [Sat, 28 May 2016 03:31:56 +0000 (23:31 -0400)]
9309: Add support for uploading centos7 packages.
Brett Smith [Sat, 28 May 2016 03:24:13 +0000 (23:24 -0400)]
9224: Update each TimestampFile after upload.
This is a follow-up to
2fecb120e5b9be7a85f209e90114731f3e95f709.
Ward Vandewege [Tue, 17 May 2016 01:00:08 +0000 (21:00 -0400)]
Remove a bunch of files that were moved to the arvados repository.
No issue #
Ward Vandewege [Tue, 17 May 2016 00:54:39 +0000 (20:54 -0400)]
We need a per-target last_upload timestamp file.
refs #9224
Peter Amstutz [Wed, 20 Apr 2016 20:24:29 +0000 (16:24 -0400)]
CWL build script maintenance. refs #8980
Nico Cesar [Sat, 26 Mar 2016 00:42:17 +0000 (20:42 -0400)]
adding an extra script for parallel puppet runs
refs #8750
Ward Vandewege [Sat, 19 Mar 2016 16:41:54 +0000 (12:41 -0400)]
The upload script now uses a per-distro tmp directory.
No issue #
Tom Clegg [Wed, 16 Mar 2016 07:43:06 +0000 (03:43 -0400)]
Fix backports dir search for PACKAGE="llfuse==0.41.1". refs #8345
Tom Clegg [Fri, 11 Mar 2016 18:35:13 +0000 (13:35 -0500)]
Merge branch '8345-llfuse-unpin' refs #8345
Tom Clegg [Fri, 11 Mar 2016 17:28:53 +0000 (12:28 -0500)]
8345: Need "yum install -y" to reliably install rpm packages.
Tom Clegg [Fri, 11 Mar 2016 07:15:10 +0000 (02:15 -0500)]
8345: 8491: Downgrade to llfuse 0.41 until #8345 gets sorted out (but keep the fuse backports).
Ward Vandewege [Thu, 10 Mar 2016 19:06:38 +0000 (14:06 -0500)]
Get the go binary from a http url instead of https, so that our
transparent proxy can cache it.
No issue #
Ward Vandewege [Thu, 10 Mar 2016 19:05:21 +0000 (14:05 -0500)]
Build package for arvados-cwl-runner.
refs #8671
radhika [Thu, 10 Mar 2016 16:39:40 +0000 (11:39 -0500)]
refs #8558
Merge branch '8558-add-cwl-jenkins'
radhika [Wed, 9 Mar 2016 19:39:30 +0000 (14:39 -0500)]
8558: add cwl to jenkins
Tom Clegg [Mon, 7 Mar 2016 19:28:10 +0000 (14:28 -0500)]
8345: Uninstall old llfuse from reused virtualenv, if necessary.
Tom Clegg [Mon, 7 Mar 2016 05:47:10 +0000 (00:47 -0500)]
8345: Merge branch 'master' into 8345-llfuse-unpin
Tom Clegg [Mon, 7 Mar 2016 05:46:08 +0000 (00:46 -0500)]
8345: Fix up log messages to show which distro/package is being built/tested.
Tom Clegg [Mon, 7 Mar 2016 05:44:46 +0000 (00:44 -0500)]
8345: Build contextlib2 backport, needed by python-llfuse on debian7.
Tom Clegg [Thu, 3 Mar 2016 18:02:41 +0000 (13:02 -0500)]
8345: Add build-essential to ubuntu1204 package-building image
Tom Clegg [Thu, 3 Mar 2016 01:05:26 +0000 (20:05 -0500)]
8345: Build and install new fuse libs before building llfuse.
Ward Vandewege [Wed, 2 Mar 2016 15:35:55 +0000 (10:35 -0500)]
Build arvbox instead of the old docker images.
refs #8231
Tom Clegg [Wed, 2 Mar 2016 15:34:58 +0000 (10:34 -0500)]
8345: Use a separate vendor/cache for each OS target. See dev.arvados.org/issues/8345#note-11
Peter Amstutz [Wed, 2 Mar 2016 15:24:08 +0000 (10:24 -0500)]
Remove arvbox from arvados-dev (now in arvados/tools) refs #8231
Tom Clegg [Tue, 1 Mar 2016 07:42:46 +0000 (02:42 -0500)]
Merge branch 'master' into 8345-llfuse-unpin
Brett Smith [Mon, 29 Feb 2016 17:45:39 +0000 (12:45 -0500)]
8371, 8413: Bump Rails package iteration.
Build these bug fixes into new packages.
Closes #8371, #8413.
Brett Smith [Mon, 29 Feb 2016 17:43:38 +0000 (12:43 -0500)]
Merge branch '8413-fix-rails-postinst-chgrp-wip'
Refs #8413. Closes #8475.
Brett Smith [Fri, 26 Feb 2016 23:13:19 +0000 (18:13 -0500)]
8413: Rails postinst doesn't chgrp root /etc/arvados.
Non-sensitive Rails configuration files can be 0644 root:root.
Porting those permissions is fine for the individual configuration
file, but not the parent directory tree. Don't change the group of
the directory tree in this case.
Brett Smith [Mon, 29 Feb 2016 17:43:11 +0000 (12:43 -0500)]
Merge branch '8371-centos-postrm-bugfix-wip'
Refs #8371. Closes #8476.
Brett Smith [Fri, 26 Feb 2016 23:20:41 +0000 (18:20 -0500)]
8371: Rails postrm only fires after removing last RPM.
This prevents removing the package files when the postrm script is
called for the old version of a package after doing an upgrade.
RPM post- scripts are called with $1 as the number of versions of the
package currently installed on the system. 0 means the last version
has been removed. We only want to remove files in that case.
Peter Amstutz [Thu, 25 Feb 2016 16:16:20 +0000 (11:16 -0500)]
Merge branch 'arvbox-fixes' no issue #
Peter Amstutz [Thu, 25 Feb 2016 16:15:47 +0000 (11:15 -0500)]
Tweak slurm configuration to run as non-root user.
Peter Amstutz [Thu, 25 Feb 2016 16:14:21 +0000 (11:14 -0500)]
Fix arvados-login-sync for vm account creation
Peter Amstutz [Thu, 25 Feb 2016 16:12:00 +0000 (11:12 -0500)]
Generalize arvbox 'svrestart' to 'sv' no issue #
Tom Clegg [Sat, 20 Feb 2016 09:49:20 +0000 (04:49 -0500)]
Merge branch 'master' into 8345-llfuse-unpin
Conflicts:
jenkins/run-build-packages.sh
Tom Clegg [Sat, 20 Feb 2016 08:39:03 +0000 (03:39 -0500)]
Install bundler gem in all build containers.
RVM used to install bundler by default, but now it doesn't.
https://github.com/rvm/rvm/commit/
dc07790042d78c525d7d52616c78cb2d55c0e764
I suppose some systems (like Jenkins) have been able to continue
working because they have cached docker images that were built before
RVM dropped bundler (1.26.11 -- Mar 30, 2015).
But on a new system, we ended up here:
[...]
Package python3-websocket-client_0.35.0-1_all.deb exists, not rebuilding
/jenkins/run-library.sh: line 139: bundle: command not found
ERROR: arvados-api-server package prep failed
/jenkins/run-build-packages.sh: line 492: bundle: command not found
ERROR: Asset precompilation failed
ERROR: build failed with exit status 1.
No issue #
Tom Clegg [Sat, 20 Feb 2016 08:04:50 +0000 (03:04 -0500)]
Fix dependencies after installing built package. refs #8345
Ward Vandewege [Sat, 20 Feb 2016 04:58:09 +0000 (23:58 -0500)]
Pin package builds of the google-api-python-client and oauth2client
packages to a known-working version.
no issue #
Tom Clegg [Sat, 20 Feb 2016 03:46:34 +0000 (22:46 -0500)]
8345: Add libselinux-dev build-dep missed by awk script, skip "recommended" packages
Joshua C. Randall [Fri, 19 Feb 2016 14:26:35 +0000 (14:26 +0000)]
uses variable for curl output filename and makes curl foLlow redirects
Joshua C. Randall [Fri, 19 Feb 2016 14:18:06 +0000 (14:18 +0000)]
cleans up debian/changelog generation per tomclegg's comment
Joshua C. Randall [Fri, 19 Feb 2016 14:11:47 +0000 (14:11 +0000)]
adds safety quotes and '-[0-9]' before wildcard as suggested in PR #6 comments
Joshua C. Randall [Fri, 19 Feb 2016 14:09:34 +0000 (14:09 +0000)]
adds safety quotes and '_' before wildcard as suggested in PR #6 comments
Peter Amstutz [Thu, 18 Feb 2016 21:28:29 +0000 (16:28 -0500)]
Run slurmctld and slurmd inside arvbox. refs #6518
Peter Amstutz [Tue, 16 Feb 2016 15:16:55 +0000 (10:16 -0500)]
Move services to /var/lib/arvbox/services because they include logs and logs
don't go in /usr. no issue #
Peter Amstutz [Mon, 15 Feb 2016 21:37:00 +0000 (16:37 -0500)]
Explicitly install Docker 1.9.1 instead of using get.dockerproject.org (which gets the latest). no issue #
Peter Amstutz [Sun, 14 Feb 2016 04:18:27 +0000 (23:18 -0500)]
Add crunch-dispatch-local to arvbox. no issue #
Peter Amstutz [Fri, 12 Feb 2016 20:14:01 +0000 (15:14 -0500)]
Add arvbox support for overriding settings in application.yml
no issue #
Joshua Randall [Fri, 5 Feb 2016 15:16:37 +0000 (15:16 +0000)]
adds centos6 backport of fuse 2.9.2
Joshua Randall [Wed, 3 Feb 2016 12:48:19 +0000 (12:48 +0000)]
Unpins llfuse version and adds fuse 2.9.2 backport
Brett Smith [Wed, 3 Feb 2016 19:24:07 +0000 (14:24 -0500)]
Inhibit udev startup in Debian test Docker images.
The FUSE driver package depends on fuse, which depends on udev.
udev can't start its daemon from postinst in a container.
It has code to try to detect running in a container and skip the
daemon, but it fails intermittently.
e.g., <https://ci.curoverse.com/job/build-packages/1699/consoleFull>
It also skips starting the daemon when /etc/udev/disabled exists, so
create that.
Brett Smith [Wed, 3 Feb 2016 13:19:34 +0000 (08:19 -0500)]
.deb dependencies from Python packages ignore iteration.
See comment for rationale.
Inspired by <https://github.com/curoverse/arvados/pull/35>.
No issue #.
Peter Amstutz [Mon, 1 Feb 2016 14:16:52 +0000 (09:16 -0500)]
Pin llfuse to 0.41.1 because 0.42 came out and broke things. no issue #
Peter Amstutz [Fri, 29 Jan 2016 21:15:41 +0000 (16:15 -0500)]
Add distinct fpm_exclude so it shows up in the right place on the fpm command
line. refs #8008
Peter Amstutz [Thu, 28 Jan 2016 19:55:29 +0000 (14:55 -0500)]
Use volumes for /var/log/nginx and /etc/ssl/private so that changing ownership
sticks. refs #8080
Peter Amstutz [Thu, 28 Jan 2016 19:22:23 +0000 (14:22 -0500)]
Arvbox fixes: use 'postgres' database when testing if a user exists. Copy
gitolite.rc to the right place. Print out what is being deleted when using
"reset" or "destroy". refs #8080
Peter Amstutz [Wed, 27 Jan 2016 21:40:53 +0000 (16:40 -0500)]
chown /etc/ssl/private to arvbox refs #8080
Peter Amstutz [Wed, 27 Jan 2016 20:39:38 +0000 (15:39 -0500)]
Bump iteration of rails packages to -4 refs #8008
Peter Amstutz [Wed, 27 Jan 2016 19:34:06 +0000 (14:34 -0500)]
Fix selecting most recent package for package testing, refs #8008.
Brett Smith [Mon, 25 Jan 2016 23:15:12 +0000 (18:15 -0500)]
8008: Make dependencies for build-dockerfiles.
We've apparently never had code to do this before. I guess all
deployments had the dependencies generated by hand before running.
This makes them automated to fix failures like
<https://ci.curoverse.com/job/build-packages/1668/console>.
Refs #8008.
Peter Amstutz [Mon, 25 Jan 2016 17:14:44 +0000 (12:14 -0500)]
Fix markdown for arvbox README.md refs #8080
Peter Amstutz [Mon, 25 Jan 2016 15:34:02 +0000 (10:34 -0500)]
Add "status" command, refs #8080
Peter Amstutz [Mon, 25 Jan 2016 15:21:22 +0000 (10:21 -0500)]
Just create arvbox superuser instead of creating a whole useless database.
Check directly whether creating the arvbox is required. refs #8080
Ward Vandewege [Fri, 22 Jan 2016 22:44:55 +0000 (17:44 -0500)]
Make sure not to accidentally include config/application.yml and
config/database.yml in our rails packages, take 2: make sure that
config/database.yml *is* present in our workbench packages, where we
want to include it.
No issue #
Ward Vandewege [Fri, 22 Jan 2016 21:40:26 +0000 (16:40 -0500)]
Merge branch '8066-git-init-from-postinst'
closes #8066
Ward Vandewege [Fri, 22 Jan 2016 21:39:23 +0000 (16:39 -0500)]
Some review fixes.
closes #8066
Ward Vandewege [Fri, 22 Jan 2016 21:21:23 +0000 (16:21 -0500)]
Merge branch 'master' into 8066-git-init-from-postinst
Ward Vandewege [Fri, 22 Jan 2016 15:27:59 +0000 (10:27 -0500)]
Make sure not to accidentally include config/application.yml and
config/database.yml in our rails packages.
No issue #
Peter Amstutz [Fri, 22 Jan 2016 15:26:14 +0000 (10:26 -0500)]
Bump libcloud package version pin to 0.20.2dev1 refs #8235
Peter Amstutz [Thu, 21 Jan 2016 19:47:40 +0000 (14:47 -0500)]
Merge branch '8008-test-all-packages' closes #8008
Peter Amstutz [Thu, 21 Jan 2016 19:30:03 +0000 (14:30 -0500)]
8008: Tweak error code reporting. Remove debugging line.
Brett Smith [Wed, 20 Jan 2016 23:52:36 +0000 (18:52 -0500)]
8008: Quote more variables in package test scripts.
radhika [Wed, 20 Jan 2016 17:44:02 +0000 (12:44 -0500)]
refs #8028
Merge branch '8028-crunch-dispatch-local'
radhika [Wed, 20 Jan 2016 17:43:32 +0000 (12:43 -0500)]
Merge branch 'master' into 8028-crunch-dispatch-local
Conflicts:
jenkins/run-tests.sh
Peter Amstutz [Wed, 20 Jan 2016 17:10:26 +0000 (12:10 -0500)]
Document some arvbox hw/sw requirements refs #8080