Re: [BUG] CI jobs do not appear to be running

2023-10-28 Thread Bastien Guerry
Ihor Radchenko writes: >> I've also updated the script which mirrors the main Org repository to >> GitHub and Sourcehut, things are kept in sync every 3 hours. > > It does not look like there is any improvement. Both cron jobs are now fixed, one that sync Org's repos every six hours (instead of

Re: [BUG] CI jobs do not appear to be running

2023-10-24 Thread Bastien Guerry
Ihor Radchenko writes: > It does not look like there is any improvement. Yes, something is wrong with cron. I'll have a look this week-end, I don't have a stable connection right now. -- Bastien Guerry

Re: [BUG] CI jobs do not appear to be running

2023-10-24 Thread Ihor Radchenko
Bastien Guerry writes: > Ihor Radchenko writes: > >> Still nothing, even though I did not address some recent >> failures, like "FAILED ob-octave/session-multiline". > > I've pushed a fix, it should be okay now. > > I've also updated the script which mirrors the main Org repository to > GitHub

Re: [BUG] CI jobs do not appear to be running

2023-10-19 Thread Bastien Guerry
Ihor Radchenko writes: > Still nothing, even though I did not address some recent > failures, like "FAILED ob-octave/session-multiline". I've pushed a fix, it should be okay now. I've also updated the script which mirrors the main Org repository to GitHub and Sourcehut, things are kept in sync

Re: [BUG] CI jobs do not appear to be running

2023-10-19 Thread Ihor Radchenko
Bastien Guerry writes: >> https://lists.sr.ht/~bzg/org-build-failures ran the tests right after >> , >> but my recent Org commits did not trigger anything. > > Perhaps your email was sent less than three hours

Re: [BUG] CI jobs do not appear to be running

2023-10-17 Thread Bastien Guerry
Hi Ihor, Ihor Radchenko writes: > May you also check if new commits in Org repo still trigger the check? New commits in Org repo don't trigger the checks directly. Instead, there is a cron job running every three hours and running the checks iff there are new commits. >

Re: [BUG] CI jobs do not appear to be running

2023-10-17 Thread Ihor Radchenko
Bastien Guerry writes: > There was a problem with the oauth token not being able to interact > with the (legacy) builds.sr.ht API. I've updated the script so that > it now uses the hut utility (see https://git.sr.ht/~emersion/hut) > and tests are running again. Thanks! May you also check if

Re: [BUG] CI jobs do not appear to be running

2023-10-16 Thread Bastien Guerry
Ihor Radchenko writes: > Yasushi SHOJI writes: > >> It appears that Emacs 27 lacks the optional argument for >> `get-buffer-create`, while `org-element-parse-secondary-string` >> relies on it. This problem was introduced by the commit 37d6bde27fe2. > > This was not caught by our CI tests for

[BUG] CI jobs do not appear to be running (was: Current Org-mode does not work with Emacs 27)

2023-10-16 Thread Ihor Radchenko
Yasushi SHOJI writes: > It appears that Emacs 27 lacks the optional argument for > `get-buffer-create`, while `org-element-parse-secondary-string` > relies on it. This problem was introduced by the commit 37d6bde27fe2. This was not caught by our CI tests for some reason, despite make test