From 99c41db4b576de36414eaa53bc693b825a3094e4 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Thu, 23 Jan 2025 15:00:10 -0800 Subject: [PATCH 1/2] Re-land "Update Zulip tests and re-enable (#441)" This re-lands 8cf7a67e450069962ec14335cc47e4d980e23f30. Difference from previous version: This version has the new setup step do its work only where `sudo` is available (in GitHub Actions), and successfully do nothing where it's unavailable (in LUCI). The step isn't needed in LUCI. The logic lives in a setup script added today to the Zulip tree: https://github.com/zulip/zulip-flutter/pull/1300 --- registry/{zulip.test.disabled => zulip.test} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename registry/{zulip.test.disabled => zulip.test} (66%) diff --git a/registry/zulip.test.disabled b/registry/zulip.test similarity index 66% rename from registry/zulip.test.disabled rename to registry/zulip.test index 0e906890..8d56ea75 100644 --- a/registry/zulip.test.disabled +++ b/registry/zulip.test @@ -2,7 +2,9 @@ contact=greg@zulip.com contact=cbobbe@zulip.com fetch=git clone https://github.com/zulip/zulip-flutter.git tests -fetch=git -C tests checkout 28b3536bc81b6665a6014ce72f40c51f83b0c5c4 +fetch=git -C tests checkout f5d2a456b438e2ab6b5c6d59593bd0203ed9286d + +setup.linux=tools/customer-testing/setup.sh update=. update=packages/zulip_plugin From f0d3df3d7ab322ed97dbc073231a3136e95e4d2b Mon Sep 17 00:00:00 2001 From: Greg Price Date: Thu, 23 Jan 2025 15:18:30 -0800 Subject: [PATCH 2/2] Use correct commit ID I'd initially entered the commit ID from my zulip/zulip-flutter PR, rather than the commit ID resulting from the merge, oops. So the former wasn't present in the cloned repo. --- registry/zulip.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/zulip.test b/registry/zulip.test index 8d56ea75..c74f28cb 100644 --- a/registry/zulip.test +++ b/registry/zulip.test @@ -2,7 +2,7 @@ contact=greg@zulip.com contact=cbobbe@zulip.com fetch=git clone https://github.com/zulip/zulip-flutter.git tests -fetch=git -C tests checkout f5d2a456b438e2ab6b5c6d59593bd0203ed9286d +fetch=git -C tests checkout ae7939afabb4c6a32fa5ffd0be03928467c8cd64 setup.linux=tools/customer-testing/setup.sh