<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildbot/phase1/config.ini.example, branch v2</title>
<subtitle>LEDE buildbot configuration</subtitle>
<id>https://git-03.infra.openwrt.org/buildbot/atom?h=v2</id>
<link rel='self' href='https://git-03.infra.openwrt.org/buildbot/atom?h=v2'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/'/>
<updated>2023-05-15T15:36:01Z</updated>
<entry>
<title>phase1: make 'rsync -4' worker-configurable</title>
<updated>2023-05-15T15:36:01Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2022-11-15T09:44:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=54e80d5cedcd61455d2e297ef52db71e470ddf5f'/>
<id>urn:sha1:54e80d5cedcd61455d2e297ef52db71e470ddf5f</id>
<content type='text'>
We set '-4' in rsync_defopts, asking rsync to "prefer" ipv4 whenever
possible on _all_ workers. This was historically done because some
workers had flaky ipv6 connectivity, however in the future the reverse
may be true, with worker having worse networking over ipv4 than ipv6.

This change introduces an 'rsync_ipv4' worker configuration option:
when set to a true value, the old rsync behavior (adding '-4') is used,
when unset or set to false, the extra rsync argument is not used.

Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>phase1: allow restricting builders to tag builds only</title>
<updated>2023-05-15T15:36:01Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2022-10-27T12:56:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=16939fc2275c8d6ba446a3cba2e9c4629f74df9f'/>
<id>urn:sha1:16939fc2275c8d6ba446a3cba2e9c4629f74df9f</id>
<content type='text'>
Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>phase1: update config.ini.example</title>
<updated>2023-05-15T15:36:01Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2022-10-24T16:17:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=b39f4b90608f8817a33aef595faf2716380acb6f'/>
<id>urn:sha1:b39f4b90608f8817a33aef595faf2716380acb6f</id>
<content type='text'>
Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>phase1: remove 'cleanup' worker option (always set)</title>
<updated>2023-05-15T15:36:01Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2022-10-20T13:51:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=5ab238fbcac046bcc93f5f7675438aaf17f8d324'/>
<id>urn:sha1:5ab238fbcac046bcc93f5f7675438aaf17f8d324</id>
<content type='text'>
Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>phase1: remove dead code due to shared_wd=1</title>
<updated>2023-05-15T15:36:01Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2022-10-20T13:48:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=30bd9c2dbd381f4cee922f25d10b6f7ef332f4e9'/>
<id>urn:sha1:30bd9c2dbd381f4cee922f25d10b6f7ef332f4e9</id>
<content type='text'>
shared_wd is always set, the conditional on these bits were thus always
the same resulting in dead code.

Remove 'expire' config option which is no longer needed.

Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>phase1: max_builds and shared_wd are always set to 1</title>
<updated>2023-05-15T15:36:01Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2022-10-20T13:43:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=ac0d8154fb86a5a519c50a6d15dd259d5fee2ef7'/>
<id>urn:sha1:ac0d8154fb86a5a519c50a6d15dd259d5fee2ef7</id>
<content type='text'>
Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>phase1: remove unused 'git_ssh'</title>
<updated>2023-05-15T15:36:01Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2022-10-19T14:35:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=0a58027c32b730c04a1be5d74e61f1607908bde1'/>
<id>urn:sha1:0a58027c32b730c04a1be5d74e61f1607908bde1</id>
<content type='text'>
Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>phase1: remove unused 'cc_version'</title>
<updated>2023-05-15T15:36:01Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2022-10-19T14:24:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=b654c8eae816b84a7d9ec6261a7ab4219ee67a75'/>
<id>urn:sha1:b654c8eae816b84a7d9ec6261a7ab4219ee67a75</id>
<content type='text'>
Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>treewide: use worker term</title>
<updated>2021-03-12T13:36:13Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2021-03-12T13:20:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=7aafe3cb6e14537574e51853e44e3371321ef0e4'/>
<id>urn:sha1:7aafe3cb6e14537574e51853e44e3371321ef0e4</id>
<content type='text'>
[Placeholder for your politically correct commit description]

Suggested-by: Paul Spooren &lt;mail@aparcar.org&gt;
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>phase1: move phase1 specific options into separate section</title>
<updated>2019-07-03T06:36:12Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-07-03T06:36:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=92381bb90abe04a7793edd24bab609b6dbc4c931'/>
<id>urn:sha1:92381bb90abe04a7793edd24bab609b6dbc4c931</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
</feed>
