Author: Matti Picus <[email protected]> Branch: Changeset: r1078:3049773f1d1a Date: 2019-03-19 01:15 +0200 http://bitbucket.org/pypy/buildbot/changeset/3049773f1d1a/
Log: update documentation, unify s390x into regular builders diff --git a/README-CHROOT b/README-CHROOT --- a/README-CHROOT +++ b/README-CHROOT @@ -50,7 +50,7 @@ chmod buildslave.buildslave -R /extra1/stretch32/home/buildslave apt install virtualenv buildbot-slave python-pytest python-hypothesis \ -netbase gdb ncurses-term pypy locales +netbase gdb ncurses-term pypy locales mercurial and more from the instructions on https://bitbucket.org/pypy/buildbot diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++ b/bot2/pypybuildbot/master.py @@ -292,8 +292,10 @@ LINUX32OWN, # on benchmarker4_32, uses all cores LINUX64OWN, # on bencher4, uses all cores WIN32OWN, # on SalsaSalsa + LINUX_S390XOWN, JITLINUX32, # on benchmarker4_32, uses 1 core JITLINUX64, # on bencher4, uses 1 core + JITLINUX_S390X, #APPLVLLINUX32, #APPLVLLINUX64, # on bencher4, uses 1 core # other platforms @@ -350,14 +352,6 @@ #onlyIfChanged=True, ), - # S390X vm (ibm-research) - Nightly("nightly-4-00", [ - LINUX_S390XOWN, - ], branch='default', hour=0, minute=0), - Nightly("nightly-4-01", [JITLINUX_S390X], branch='default', hour=2, minute=0, - onlyIfChanged=True, - ), - # this one has faithfully run every night even though the latest # change to that branch was in January 2013. Re-enable one day. #Nightly("nighly-ppc", [ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
