Bart van der Braak bartvdbraak
  • Zaandam
  • https://hellob.art
  • DevOps and Platform engineering enthusiast that enjoys the realm of free and open source software and helping others.

  • Joined on 2024-03-13
Bart van der Braak reopened issue infrastructure/blender-projects-platform#99 2024-08-01 10:57:37 +02:00
Gitea: When using tables with large images in them the layout shifts
Bart van der Braak closed issue infrastructure/blender-projects-platform#115 2024-08-01 10:14:25 +02:00
Buildbot: Fix bad state within worker repos due to ref error causes
Bart van der Braak commented on issue infrastructure/blender-projects-platform#115 2024-08-01 10:14:24 +02:00
Buildbot: Fix bad state within worker repos due to ref error causes

I resolved this issue by running the following for each track on all workers:

try {
    if (Test-Path -Path (Join-Path -Path (Get-Location) -ChildPath 'blender-vdev/blender.git')) {
  
Bart van der Braak opened issue infrastructure/blender-projects-platform#115 2024-07-31 16:19:26 +02:00
Buildbot: Fix bad state within worker repos due to ref error causes
Bart van der Braak deleted branch synced from bartvdbraak/blender 2024-07-31 10:04:21 +02:00
Bart van der Braak merged pull request blender/blender#125427 2024-07-31 10:04:18 +02:00
Funding: Add FUNDING.yml to link to fund.blender.org on GitHub mirror
Bart van der Braak pushed to main at blender/blender 2024-07-31 10:04:18 +02:00
a3c10a4e62 Funding: Add FUNDING.yml to link to fund.blender.org on GitHub mirror
Bart van der Braak commented on issue infrastructure/blender-projects-platform#114 2024-07-30 12:18:36 +02:00
Buildbot: Update setuptools to latest version
blender@pvet-lct-ubuntu-2004-05:~$ . /home/blender/.local/share/virtualenvs/buildbot-worker-oziY7V9G/bin/activate
(buildbot-worker-oziY7V9G) blender@pvet-lct-ubuntu-2004-05:~$ pip install…
Bart van der Braak closed issue infrastructure/blender-projects-platform#114 2024-07-30 12:18:22 +02:00
Buildbot: Update setuptools to latest version
Bart van der Braak pushed to main at bartvdbraak/blender-manual 2024-07-30 11:50:20 +02:00
27c5a3c226 Merge branch 'blender-v4.2-release'
8abb02f2c4 Cleanup: correct formatting
439b3c5263 Extensions: update command line help
3ae8d40150 Merge branch 'blender-v4.2-release'
8cfe4303f3 Update manual/advanced/deploying_blender.rst
Compare 292 commits »
Bart van der Braak opened issue infrastructure/blender-projects-platform#114 2024-07-30 10:43:10 +02:00
Buildbot: Add setuptools as explicit dependency
Bart van der Braak opened issue infrastructure/blender-projects-platform#113 2024-07-30 01:52:45 +02:00
Buildbot: Update auth mechanism
Bart van der Braak commented on issue infrastructure/blender-projects-platform#89 2024-07-30 01:28:40 +02:00
Buildbot: Checksum is sometimes out-of-sync from the file

Created infrastructure/blender-projects-platform/112

Bart van der Braak opened issue infrastructure/blender-projects-platform#112 2024-07-30 01:27:21 +02:00
Buildbot: Retrieve served file extensions builder.blender.org, determine caching strategy with appropriate defaults
Bart van der Braak closed issue infrastructure/blender-projects-platform#89 2024-07-30 01:20:09 +02:00
Buildbot: Checksum is sometimes out-of-sync from the file
Bart van der Braak reopened issue infrastructure/blender-projects-platform#89 2024-07-30 01:19:53 +02:00
Buildbot: Checksum is sometimes out-of-sync from the file
Bart van der Braak closed issue infrastructure/blender-projects-platform#57 2024-07-29 16:57:40 +02:00
Buildbot: when triggered from Gitea, sometimes builds are missing
Bart van der Braak commented on issue infrastructure/blender-projects-platform#57 2024-07-29 16:57:39 +02:00
Buildbot: when triggered from Gitea, sometimes builds are missing

After upgrading Buildbot to version 3.11.6 and adding the c["collapseRequests"] = False configuration, this issue no longer appears. I will close this issue for now, but I will reopen it if it…