-
Notifications
You must be signed in to change notification settings - Fork 95
GCE: migrate SCT builders to qa vpc
Amos Kong edited this page Dec 7, 2017
·
2 revisions
- cloned public-jenkins-builder3 to public-jenkins-builder3-qavpc
- registered public-jenkins-builder3-qavpc to jenkins as gce3-qavpc
- switch job/scylla-private-repo-test to use gce3-qavpc (the job runs well)
- We can disable gce3-qavpc, and copy its ip to gce3, when there is no task on gce3.
Builder environment:
sudo yum install gcc git screen
sudo yum install libvirt libvirt-devel pkgconfig gdb-gdbserver git -y
curl https://raw.githubusercontent.com/avocado-framework/avocado/36lts/requirements.txt -o avocado_requirements.txt
sed -ie 's/libvirt-python/#libvirt-python/' avocado_requirements.txt
sudo pip install -r avocado_requirements.txt
curl https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/master/requirements.txt -o sct_requirements.txt
sed -ie 's/libvirt-python/#libvirt-python/' sct_requirements.txt
sudo pip install -r sct_requirements.txt
Branches that we keep sending backports from master
- branch-4.0
- branch-4.1
- branch-2019.1
- branch-perf-v9
- manager-2.1
Branches that we are sending critical backports from master only
- branch-3.3
- branch-2019.1
- manager-2.0
a branch that we still have jobs for, and using, but can't get backports from master anymore
- manager-v1.2
- manager-v1.3
- manager-v1.3.1
- manager-v1.4
Older unused branches will be deleted on a regular basis.