[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: update: pb7 is used for buildinfos.d.n now
Holger Levsen
gitlab at salsa.debian.org
Thu May 2 12:10:37 BST 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
2401e4ee by Holger Levsen at 2019-05-02T11:01:49Z
update: pb7 is used for buildinfos.d.n now
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
5f59a8f8 by Holger Levsen at 2019-05-02T11:10:20Z
reproducible openSUSE: create bernhard user on osuosl174 and install his ssh pubkeys and needed packages there
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
4 changed files:
- TODO
- + authorized_keys/bernhard at suse.pub
- bin/reproducible_html_nodes_info.sh
- update_jdn.sh
Changes:
=====================================
TODO
=====================================
@@ -65,14 +65,13 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
** done: osuosl167: squid (only, atm)
** done: osuosl168: fdroid
*** underused. the old system had 2 cores and 8gb ram
-*** shutdown pb7
** done: osuosl169: archlinux
** done: osuosl170: archlinux (future)
** done: osuosl171: openwrt, coreboot, netbsd
*** is constantly online (in jenkins) now, which is not how we like it and still doesnt solve the netbsd job probs
** done: osuosl172: openwrt, coreboot (future)
** osuosl173: debian rebuilder#1
-** osuosl174:
+** osuosl174: bwiedemann, opensuse tests
* add to README
* add link to OSUOSL in THANKS and explain usage
* drop 'setup in progress' from r_html_nodes_info
=====================================
authorized_keys/bernhard at suse.pub
=====================================
@@ -0,0 +1,2 @@
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMI/OukYJONiHQqMIEMJQZd4TS9jB6+1q+jzm6LBwv18 bwiedemann at suse
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDb6d1OdRKnjk8tdq9Irb9myvvDEDKzwvWXOGrE3EWSCfu6d9Mxts+m0Szn+sM9Q+/LWo9B2xMUICgqfSBbshN8stVsqiscEQ5WCLJNLeC35eNwoxFUopUEPciJbV5F/5PZxevH0UMnKUNDDtuZ8deq4Hp+uw/hsC6zpMZtAzGrLCEOGYUWEHZ20pHvMTX1fGiLNECqDrZ+mXDg60SY63FqGVxJizFc/tq/EdIacU0MXPKBBAVUNz2YsD2jr9x1L63B+7VO8JlK+YZY0kZTHywNADCTD8t3hKzgQcXCc546jvFxeQLKUsTSKE8kaSEfM8MBMJuW84WhMxxH420eB+Kj bwiedemann at suse
=====================================
bin/reproducible_html_nodes_info.sh
=====================================
@@ -27,7 +27,7 @@ explain_nodes() {
osuosl171) write_page "<br /><small>(r-b OpenWrt, NetBSD, Coreboot builds)</small>" ;;
osuosl172) write_page "<br /><small>(r-b OpenWrt, Coreboot builds)</small>" ;;
osuosl173) write_page "<br /><small>(r-b Debian rebuilder)</small>" ;;
- osuosl174) write_page "<br /><small>(TBD - setup in progress)</small>" ;;
+ osuosl174) write_page "<br /><small>(r-b openSUSE)</small>" ;;
*) write_page "<br /><small>(r-b Debian builds)</small>" ;;
esac
}
=====================================
update_jdn.sh
=====================================
@@ -121,7 +121,7 @@ user_host_groups['lynxis','osuosl-build172-amd64']="$sudo_groups"
user_host_groups['lynxis','jenkins']="jenkins"
user_host_groups['hans','osuosl-build168-amd64']="$sudo_groups"
user_host_groups['vagrant','*']="$sudo_groups"
-
+user_host_groups['bernhard','osuosl-build174-amd64']="$sudo_groups"
u_shell['mattia']='/bin/zsh'
u_shell['lynxis']='/bin/fish'
@@ -285,9 +285,11 @@ if [ -f /etc/debian_version ] ; then
vim
zsh
"
- # needed for rebuilding Debian (using .buildinfo files)
case $HOSTNAME in
+ # needed for rebuilding Debian (using .buildinfo files)
osuosl-build173-amd64) DEBS="$DEBS libdpkg-perl libwww-mechanize-perl sbuild" ;;
+ # needed for opensuse openbuildservice
+ osuosl-build174-amd64) DEBS="$DEBS osc obs-build qemu-kvm libjson-perl libxml-simple-perl bsdtar" ;;
*) ;;
esac
# install squid / apache2 on a few nodes only
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/9d4d39d15c305d6fe9a85c7a0ad3e3948700a056...5f59a8f8563113c2f130bb22fe42a23fca7008a3
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/9d4d39d15c305d6fe9a85c7a0ad3e3948700a056...5f59a8f8563113c2f130bb22fe42a23fca7008a3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190502/28fd7332/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list