From e9f19e176579c5922d492ec936796ad427b80430 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Wed, 3 Jul 2024 10:52:45 -0400 Subject: [PATCH] 21931: Support uploading the arvados-google-api-client gem Because this is updated rarely and does not follow Arvados versioning, it is uploaded by a dedicated Jenkins job, not the usual build-packages-multijob. But that's fine, we can still use the existing tooling. Refs #21931. Arvados-DCO-1.1-Signed-off-by: Brett Smith --- jenkins/run_upload_packages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/run_upload_packages.py b/jenkins/run_upload_packages.py index fa008f4..cd14dee 100755 --- a/jenkins/run_upload_packages.py +++ b/jenkins/run_upload_packages.py @@ -257,6 +257,7 @@ PACKAGE_SUITES = { 'tools/crunchstat-summary/dist/*.whl', ), 'gems': _define_suite(GemPackageSuite, + 'sdk/ruby-google-api-client/*.gem', 'sdk/ruby/*.gem', 'sdk/cli/*.gem', 'services/login-sync/*.gem', -- 2.30.2