Feature #16319
Updated by Peter Amstutz over 4 years ago
The gist of this is that the installation steps in:
packer/jenkins/run_jenkins-slave-image-run-tests.sh
should (as much as possible) be replaced with something like:
<pre>
git clone https://git.arvados.org/arvados.git
cd arvados
go mod download
go run ./cmd/arvados-server install -type development
</pre>