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 pushed to main at infrastructure/blender-buildbot-www 2024-07-25 10:42:54 +02:00
Bart van der Braak created branch main in infrastructure/blender-buildbot-www 2024-07-25 10:42:54 +02:00
Bart van der Braak pushed to production at infrastructure/blender-buildbot-www 2024-07-25 10:42:29 +02:00
Bart van der Braak created branch production in infrastructure/blender-buildbot-www 2024-07-25 10:42:29 +02:00
02896cb071 Docs: Add --build flag to rebuild when changes
3d9bcdfc96 Cache: Set cache-control headers for revalidation
24b6f9c06b Docker: Describe and add Docker compose setup for local development (#8)
52cd7f3f22 DO not hide patch and branch builds even if they are stable
65a0381884 Fix: Guarantee that checksum values are always uppercase
Compare 6 commits »
Bart van der Braak pushed to develop at infrastructure/blender-buildbot-www 2024-07-25 10:09:37 +02:00
24b6f9c06b Docker: Describe and add Docker compose setup for local development (#8)
Bart van der Braak deleted branch docker-compose from infrastructure/blender-buildbot-www 2024-07-25 09:08:34 +02:00
Bart van der Braak pushed to master at infrastructure/blender-buildbot-www 2024-07-25 09:08:16 +02:00
24b6f9c06b Docker: Describe and add Docker compose setup for local development (#8)
Bart van der Braak merged pull request infrastructure/blender-buildbot-www#8 2024-07-25 09:08:13 +02:00
Docker: Describe and add Docker compose setup for local development
Bart van der Braak opened issue infrastructure/blender-projects-platform#94 2024-07-24 18:00:47 +02:00
Buildbot: Upgrade to version 3.11.6
Bart van der Braak commented on issue infrastructure/blender-projects-platform#57 2024-07-24 17:13:23 +02:00
Buildbot: when triggered from Gitea, sometimes builds are missing

I've upgraded Buildbot to 3.11.6 on UATEST.

Bart van der Braak commented on issue infrastructure/blender-projects-platform#57 2024-07-24 15:47:52 +02:00
Buildbot: when triggered from Gitea, sometimes builds are missing

When trying to upgrade Buildbot to 4.0.1, I get the following error:

pipenv run buildbot checkconfig /home/blender/.devops/services/buildbot-master/master.cfg
error while parsing config…
Bart van der Braak created pull request infrastructure/blender-buildbot-www#9 2024-07-24 13:28:11 +02:00
Cache: Add cache-control headers with revalidation to ensure consistency between builds and their shasums
Bart van der Braak created branch cache-revalidation in infrastructure/blender-buildbot-www 2024-07-24 13:23:38 +02:00
528f4a8795 Docs: Add --build flag to rebuild when changes
5675e8fad9 Cache: Set cache-control headers for revalidation
Compare 2 commits »
1861970d20 Fix: Use port 8080 instead for local development
Bart van der Braak commented on pull request infrastructure/blender-buildbot-www#8 2024-07-24 13:11:15 +02:00
Docker: Describe and add Docker compose setup for local development

To address some of Sergey's feedback, I suggest to update the readme showing how to override the host port with an environment variable. For the rest, I'm happy to see a docker file as it's the…

65494a5028 Fix: Use port 8080 instead for local development
2b6cb56637 Fix: Use port 8080 instead for local development
Bart van der Braak commented on issue infrastructure/blender-projects-platform#89 2024-07-24 12:57:05 +02:00
Buildbot: Checksum is sometimes out-of-sync from the file

Fixing this issue with revalidation for cdn.builder.blender.org by using:

@@ -27,6 +27,13 @@
                 SetHandler application/x-httpd-php
         </FilesMatch>
 
+       …