<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-build.git/Makefile, branch T5887-kernel-6.6.77</title>
<subtitle>VyOS image build scripts (mirror of https://github.com/vyos/vyos-build.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-build.git/atom?h=T5887-kernel-6.6.77</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-build.git/atom?h=T5887-kernel-6.6.77'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/'/>
<updated>2025-02-05T06:49:31+00:00</updated>
<entry>
<title>T7066: Increase cpu number for smoketests</title>
<updated>2025-02-05T06:49:31+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2025-02-05T06:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=d30b135392c5284e4e0d64ffe09c6468e2b95e62'/>
<id>urn:sha1:d30b135392c5284e4e0d64ffe09c6468e2b95e62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7110: Increase memory to 8G for the smoketests</title>
<updated>2025-01-30T17:27:04+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-01-30T17:27:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=a05fc3396b51c0cbab358fbcd7c57a2447c46336'/>
<id>urn:sha1:a05fc3396b51c0cbab358fbcd7c57a2447c46336</id>
<content type='text'>
Some smoketests requires more memory to pass all tests
For example VPP tests
</content>
</entry>
<entry>
<title>T7043: increase smoketest memory to 8G for vpp</title>
<updated>2025-01-14T11:51:13+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-01-14T11:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=c691f4b390562c623e0177aaea4fb28c03721ad2'/>
<id>urn:sha1:c691f4b390562c623e0177aaea4fb28c03721ad2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6964: Add PHONY to make VPP smoketests</title>
<updated>2024-12-20T14:54:59+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-12-20T14:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=a66b32eff5b2eb72008c41e9e158d8cf49501d33'/>
<id>urn:sha1:a66b32eff5b2eb72008c41e9e158d8cf49501d33</id>
<content type='text'>
Add PHONY to make smoketests for VPP.

sudo make test-vpp
</content>
</entry>
<entry>
<title>Testsuite: T6494: add new make target "test-interfaces"</title>
<updated>2024-10-06T14:16:02+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-10-06T14:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=57d5afe0ff6623d63f014d277246b14a1f12f62c'/>
<id>urn:sha1:57d5afe0ff6623d63f014d277246b14a1f12f62c</id>
<content type='text'>
We can not run the interface related tests, and non interface related
testcases in parallel to speedup the entire build process.
</content>
</entry>
<entry>
<title>T861: add UEFI Secure Boot support</title>
<updated>2024-09-14T21:05:23+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-04T19:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=fd737172f1068870fe1ededbe9b2ed4a86663acd'/>
<id>urn:sha1:fd737172f1068870fe1ededbe9b2ed4a86663acd</id>
<content type='text'>
This adds support for UEFI Secure Boot. It adds the missing pieces to the Linux
Kernel and enforces module signing. This results in an additional security
layer where untrusted (unsigned) Kernel modules can no longer be loaded into
the live system.

NOTE: This commit will not work unless signing keys are present. Arbitrary
keys can be generated using instructions found in:

  data/live-build-config/includes.chroot/var/lib/shim-signed/mok/README.md
</content>
</entry>
<entry>
<title>Testsuite: T861: add explicit --smoketest argument</title>
<updated>2024-09-07T19:32:34+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-06T18:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=e86bfd7ab96333fb3dec62a15b9e9720d95dbda8'/>
<id>urn:sha1:e86bfd7ab96333fb3dec62a15b9e9720d95dbda8</id>
<content type='text'>
In the past the CLI based smoketest was always executed under an else branch in
the testcase if-statement. Instead of using negative logic move all testcases
to positive logic adding an empty "catch all" else path.
</content>
</entry>
<entry>
<title>Testsuite: T861: add support to use VNC for a graphics console</title>
<updated>2024-09-07T19:32:34+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-06T18:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=115fb522c8d814ceb72ce98b14181f5d6f95890b'/>
<id>urn:sha1:115fb522c8d814ceb72ce98b14181f5d6f95890b</id>
<content type='text'>
To use VNC you could run "make test -- --vnc"
</content>
</entry>
<entry>
<title>Makefile: T2640: fix PHONY typo</title>
<updated>2024-09-05T05:14:43+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-04T19:34:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=d851548515ce3aa680728f33c0b2ae2ccbda85fc'/>
<id>urn:sha1:d851548515ce3aa680728f33c0b2ae2ccbda85fc</id>
<content type='text'>
Fix typo added in commit 499e8e1cbb ("Makefile: T2640: add helper to convert
ISO to OCI image to start a co…ntainer") should be PHONY over PHONE
</content>
</entry>
<entry>
<title>Makefile: T861: add possibility to pass CLI options to check-qemu-install</title>
<updated>2024-09-05T05:13:08+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-04T18:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=388efd9f7847a21782e7dd98581beeabb1a0f0ba'/>
<id>urn:sha1:388efd9f7847a21782e7dd98581beeabb1a0f0ba</id>
<content type='text'>
We can now pass any arbitrary option to the check-qemu-install script by
calling: make test -- --bar-option or make testc -- --foo-option

please note the -- which is not a typo but rather signals the end of options
and disables further option processing and passes the options down to the next
script.
</content>
</entry>
</feed>
