From c946796850ba02078589689232916d29ff454d34 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Fri, 20 Dec 2024 10:03:18 -0500 Subject: [PATCH 1/2] dockertests: update checkout directories We dropped the ".git" because they are not bare checkouts. --- cassandane/cassandane.ini.dockertests | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cassandane/cassandane.ini.dockertests b/cassandane/cassandane.ini.dockertests index 6acd4022ab..eff6e4e200 100644 --- a/cassandane/cassandane.ini.dockertests +++ b/cassandane/cassandane.ini.dockertests @@ -60,15 +60,15 @@ cleanup = no zoneinfo_dir = /usr/local/cyruslibs/share/cyrus-timezones/zoneinfo [imaptest] -basedir = /srv/imaptest.git +basedir = /srv/imaptest # suppress list last reviewed 2023-05-03 suppress = urlauth2 [caldavtester] # still buggy, skip for now -#basedir = /srv/caldavtester.git +#basedir = /srv/CalDAVTester [jmaptestsuite] -basedir = /srv/JMAP-TestSuite.git +basedir = /srv/JMAP-TestSuite suppress = From 9ab7222af8e37a5346bbe180ca4d719f411b66c9 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Fri, 20 Dec 2024 10:03:33 -0500 Subject: [PATCH 2/2] GitHub Action: do not update JMAP-TestSuite It will be fresh from the nightly. --- .github/workflows/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 059d09a50a..67432f8e83 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,14 +50,6 @@ jobs: echo "Mail::IMAPTalk" $(cpanm --info Mail::IMAPTalk) /usr/cyrus/libexec/master -V /usr/cyrus/sbin/cyr_buildinfo - - name: update jmap test suite - working-directory: /srv/JMAP-TestSuite.git - shell: bash - run: | - git fetch - git checkout origin/master - git clean -f -x -d - cpanm --installdeps . - name: set up cassandane working-directory: cassandane shell: bash