You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2023/03/31 07:21:38 UTC

svn commit: r1908835 - /httpd/httpd/trunk/.github/workflows/linux.yml

Author: jorton
Date: Fri Mar 31 07:21:37 2023
New Revision: 1908835

URL: http://svn.apache.org/viewvc?rev=1908835&view=rev
Log:
Try running CI for 2.* tags. [skip ci]

Modified:
    httpd/httpd/trunk/.github/workflows/linux.yml

Modified: httpd/httpd/trunk/.github/workflows/linux.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.github/workflows/linux.yml?rev=1908835&r1=1908834&r2=1908835&view=diff
==============================================================================
--- httpd/httpd/trunk/.github/workflows/linux.yml (original)
+++ httpd/httpd/trunk/.github/workflows/linux.yml Fri Mar 31 07:21:37 2023
@@ -8,6 +8,8 @@ on:
       - STATUS
       - CHANGES
       - changes-entries/*
+    tags:
+      - 2.*
   pull_request:
     branches: [ "trunk", "2.4.x" ]
     paths-ignore:



Re: svn commit: r1908835 - /httpd/httpd/trunk/.github/workflows/linux.yml

Posted by Yann Ylavic <yl...@gmail.com>.
On Fri, Mar 31, 2023 at 10:09 AM Ruediger Pluem <rp...@apache.org> wrote:
>
> See also my post to users@infra:
>
> https://lists.apache.org/thread/nw6qyywlhsgdwg86kzcrqg1r2jg0r7lc

Ah, that certainly explains it.. httpd is not sync'ed again somehow.


Regards;
Yann.

Re: svn commit: r1908835 - /httpd/httpd/trunk/.github/workflows/linux.yml

Posted by Ruediger Pluem <rp...@apache.org>.

On 3/31/23 10:04 AM, Joe Orton wrote:
> On Fri, Mar 31, 2023 at 09:47:05AM +0200, Yann Ylavic wrote:
>> On Fri, Mar 31, 2023 at 9:22 AM <jo...@apache.org> wrote:
>>>
>>> Author: jorton
>>> Date: Fri Mar 31 07:21:37 2023
>>> New Revision: 1908835
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1908835&view=rev
>>> Log:
>>> Try running CI for 2.* tags. [skip ci]
>>
>> It seems that gh actions are not triggered anymore for trunk and
>> 2.4.x, but I have no clue as to what the cause can be.
>> The Last run was for r1908714 which should not have happened
>> (paths-ignore: docs/**), nothing since then but PRs..
>>
>> Any ideas?
> 
> Yeah I'm not sure why the CI ran for that commit, that's odd.
> 
> It looks like the github mirroring has stopped working a few days ago. 
> I've created https://issues.apache.org/jira/browse/INFRA-24412
> 

See also my post to users@infra:

https://lists.apache.org/thread/nw6qyywlhsgdwg86kzcrqg1r2jg0r7lc

Keep in mind that you need to be logged in to see the message.

Regards

Rüdiger

Re: svn commit: r1908835 - /httpd/httpd/trunk/.github/workflows/linux.yml

Posted by Joe Orton <jo...@redhat.com>.
On Fri, Mar 31, 2023 at 09:47:05AM +0200, Yann Ylavic wrote:
> On Fri, Mar 31, 2023 at 9:22 AM <jo...@apache.org> wrote:
> >
> > Author: jorton
> > Date: Fri Mar 31 07:21:37 2023
> > New Revision: 1908835
> >
> > URL: http://svn.apache.org/viewvc?rev=1908835&view=rev
> > Log:
> > Try running CI for 2.* tags. [skip ci]
> 
> It seems that gh actions are not triggered anymore for trunk and
> 2.4.x, but I have no clue as to what the cause can be.
> The Last run was for r1908714 which should not have happened
> (paths-ignore: docs/**), nothing since then but PRs..
> 
> Any ideas?

Yeah I'm not sure why the CI ran for that commit, that's odd.

It looks like the github mirroring has stopped working a few days ago. 
I've created https://issues.apache.org/jira/browse/INFRA-24412

Regards, Joe


Re: svn commit: r1908835 - /httpd/httpd/trunk/.github/workflows/linux.yml

Posted by Yann Ylavic <yl...@gmail.com>.
On Fri, Mar 31, 2023 at 9:22 AM <jo...@apache.org> wrote:
>
> Author: jorton
> Date: Fri Mar 31 07:21:37 2023
> New Revision: 1908835
>
> URL: http://svn.apache.org/viewvc?rev=1908835&view=rev
> Log:
> Try running CI for 2.* tags. [skip ci]

It seems that gh actions are not triggered anymore for trunk and
2.4.x, but I have no clue as to what the cause can be.
The Last run was for r1908714 which should not have happened
(paths-ignore: docs/**), nothing since then but PRs..

Any ideas?

Regards;
Yann.