Hello All,
The server will stop processing jobs on the 17/08/2018 at around
23:00 UTC, as the server will be put into "Shutdown mode".
Start: 18/08/2018 08:00 UTC
End: 18/08/2018 10:00 UTC
Regards
Ben
Hello,
We have had an issue that started from yesterday where Jenkins is
refusing to process jobs.
I am looking into this and will report back when I have more insight.
Thanks
Ben
Hello All,
The server will stop processing jobs on the 01/06/2018 at around
23:00 UTC, as the server will be put into "Shutdown mode".
Start: 02/06/2018 09:00 UTC
End: 02/06/2018 12:00 UTC
Sorry for the mistake in last email.
Regards
Ben
Hello All,
The server will stop processing jobs on the 01/05/2018 at around
23:00 UTC, as the server will be put into "Shutdown mode".
Start: 02/05/2018 09:00 UTC
End: 02/05/2018 12:00 UTC
Regards
Ben
Hi Lisa,
Please find the 2 patches we talked about on irc in this patchset.
Regards,
Thierry
Thierry Escande (2):
functions: fix loop increment in save_frequencies()
functions: switch to userspace governor in restore_frequencies()
include/functions.sh | 2 ++
1 file changed, 2 insertions(+)
--
2.14.1
Hello All,
The server will stop processing jobs on the 27/04/2018 at around
23:00 UTC, as the server will be put into "Shutdown mode".
Start: 28/04/2018 09:00 UTC
End: 28/04/2018 18:00 UTC
https://projects.linaro.org/browse/SYS-140
Regards
Ben
The second test rebuild of Bionic Beaver was started on April 08 2018 for all
architectures, all components (main component and seeded packages finished,
unseeded packages still building). The number of build time failures
unfortunately is still high.
For arm64 and armhf the gcc-7 packages are based on the Linaro 7-2018.03
snapshot.
The test rebuild was done using the java-common packages from the
bionic-proposed pocket, already pointing to OpenJDK 10 (packaged as openjkd-11).
Results (please also look at the superseded builds) can be found at
http://qa.ubuntuwire.org/ftbfs/rebuilds/test-rebuild-20180408-bionic.html
Additional build failures for packages in bionic-proposed (not yet in bionic)
can be found at http://qa.ubuntuwire.com/ftbfs/
Please help fixing the build failures.
Another test rebuild using GCC 8 as the default can be found at
http://qa.ubuntuwire.org/ftbfs/rebuilds/test-rebuild-20180408-gcc8-bionic.h…
The GCC 8 test rebuild uses the gcc-defaults packages from the PPA
https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/volatile
We will make GCC 8 the default compiler for the 18.10 release, so please start
looking at those build failures as well.
Matthias
Howdy folks,
I'm Kelley Spoon (aka The New Guy in Systems), and I'm sending you this
email to let you know that the "Reply By Email" feature has been enabled
on all of our Gerrit servers.
You can now post change messages, inline comments, and file comments for
a project by simply replying to the email Gerrit sends out whenever a
new change has been submitted for review.
More information and some examples of how to use this feature can be
found at:
https://review.linaro.org/Documentation/intro-user.html#reply-by-email
Please let me know if you experience any problems using it or have any
questions.
--
Kelley Spoon <kelley.spoon(a)linaro.org>
Hi
I am trying to set static ip on my board (eth0 which is shown in the output
of ifconfig).
I edited the /etc/network/interfaces to this, and rebooted my board.
=====================
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.30
gateway 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
=====================
but the baord still get ip from dhcp. How I can resolve this problem?
this is the linux I am using:
Linux 4.4.0-linaro-lt-qcom #2 SMP PREEMPT Wed Feb 24 15:41:26 UTC 2016
armv7l GNU/Linux
Thanks