[tor-commits] [Git][tpo/applications/tor-browser-bundle-testsuite][main] Bug 40073: Create incrementals for base-browser nightly builds

boklm (@boklm) git at gitlab.torproject.org
Mon Mar 20 15:28:22 UTC 2023



boklm pushed to branch main at The Tor Project / Applications / tor-browser-bundle-testsuite


Commits:
2190cfc8 by Nicolas Vigier at 2023-03-20T15:53:59+01:00
Bug 40073: Create incrementals for base-browser nightly builds

- - - - -


1 changed file:

- TBBTestSuite/TestSuite/TorBrowserBuild.pm


Changes:

=====================================
TBBTestSuite/TestSuite/TorBrowserBuild.pm
=====================================
@@ -194,6 +194,13 @@ sub set_tests {
             ],
             publish_dir => 'basebrowser-nightly-linux-x86_64',
         },
+        {
+            name  => 'basebrowser-incrementals-nightly-linux-x86_64',
+            descr => 'create incrementals for base-browser nightly linux-x86_64',
+            type  => 'make_incrementals',
+            publish_dir => 'basebrowser-nightly-linux-x86_64',
+            projectname => 'basebrowser',
+        },
         {
             name  => 'basebrowser-nightly-linux-i686',
             descr => 'build base-browser nightly linux-i686',
@@ -207,6 +214,13 @@ sub set_tests {
             ],
             publish_dir => 'basebrowser-nightly-linux-i686',
         },
+        {
+            name  => 'basebrowser-incrementals-nightly-linux-i686',
+            descr => 'create incrementals for base-browser nightly linux-i686',
+            type  => 'make_incrementals',
+            publish_dir => 'basebrowser-nightly-linux-i686',
+            projectname => 'basebrowser',
+        },
         {
             name  => 'basebrowser-nightly-windows-i686',
             descr => 'build base-browser nightly windows-i686',
@@ -220,6 +234,13 @@ sub set_tests {
             ],
             publish_dir => 'basebrowser-nightly-windows-i686',
         },
+        {
+            name  => 'basebrowser-incrementals-nightly-windows-i686',
+            descr => 'create incrementals for base-browser nightly windows-i686',
+            type  => 'make_incrementals',
+            publish_dir => 'basebrowser-nightly-windows-i686',
+            projectname => 'basebrowser',
+        },
         {
             name  => 'basebrowser-nightly-windows-x86_64',
             descr => 'build base-browser nightly windows-x86_64',
@@ -233,6 +254,13 @@ sub set_tests {
             ],
             publish_dir => 'basebrowser-nightly-windows-x86_64',
         },
+        {
+            name  => 'basebrowser-incrementals-nightly-windows-x86_64',
+            descr => 'create incrementals for base-browser nightly windows-x86_64',
+            type  => 'make_incrementals',
+            publish_dir => 'basebrowser-nightly-windows-x86_64',
+            projectname => 'basebrowser',
+        },
         {
             name  => 'basebrowser-nightly-macos',
             descr => 'build base-browser nightly macos',
@@ -246,6 +274,13 @@ sub set_tests {
             ],
             publish_dir => 'basebrowser-nightly-macos',
         },
+        {
+            name  => 'basebrowser-incrementals-nightly-macos',
+            descr => 'create incrementals for base-browser nightly macos (universal)',
+            type  => 'make_incrementals',
+            publish_dir => 'basebrowser-nightly-macos',
+            projectname => 'basebrowser',
+        },
     ];
 }
 



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/-/commit/2190cfc87657cc64b0b48ec8577617a961d68462

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/-/commit/2190cfc87657cc64b0b48ec8577617a961d68462
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230320/65c93f23/attachment-0001.htm>


More information about the tor-commits mailing list