Re: [zeromq-dev] Travis out of jobs?

2021-09-24 Thread Arnaud Loonstra

On 22-09-2021 23:15, Luca Boccassi wrote:
[snip]>

I have now switched libzmq to Github Actions, since the Travis "free
credit topup" lasts about a week and then you have to manually contact
customer support and get someone to add more, which is just a waste of
my very limited time.

https://github.com/zeromq/libzmq/commit/cf8afcc4117d061d8bc

Only the release build is left, will do that soon. Zproject should be
updated next if someone wants to tackle that.


I started a gh_action branch based on the travis gsl script. It's still 
a quite simple non matrix config.


https://github.com/sphaero/zproject/blob/gh_actions/zproject_gh_actions.gsl

Not sure I'll find enough time soon to finish this quickly. The 
dependencies are a bit different and I know nothing about deploy options 
on gh actions.


Config generated example:

# Github Actions CI script
# This is a skeleton created by zproject.
# You can add hand-written code here.

name: CI

on:
  push:
branches: [ master ]
  pull_request:
branches: [ master ]

jobs:
  build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
# Prerequisite packages provided by OS distro and used "as is"

# Prerequisite packages that may be built from source or used from
# prebuilt packages of that source (usually not from an OS distro)
- name: Install libzmq3-dev
  run: sudo apt install libzmq3-dev
- name: Install libczmq-dev
  run: sudo apt install libczmq-dev

- name: autogen.sh
  run: ./autogen.sh
- name: configure
  run: ./configure
- name: make
  run: make
- name: make check
  run: make check
- name: make distcheck
  run: make distcheck


Rg,

Arnaud



___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


Re: [zeromq-dev] Travis out of jobs?

2021-09-22 Thread Arnaud Loonstra
Great Luca,

I've been playing with github actions as well. I might have a look at zproject 
to generate a config.

Rg,

Arnaud

On September 22, 2021 11:15:35 PM GMT+02:00, Luca Boccassi  
wrote:
>On Sat, 2021-07-17 at 15:44 +0100, Luca Boccassi wrote:
>> On Fri, 2021-07-16 at 15:38 +0100, Luca Boccassi wrote:
>> > On Fri, 2021-07-16 at 15:48 +0200, Arnaud Loonstra wrote:
>> > > On 16-07-2021 15:37, Luca Boccassi wrote:
>> > > > On Fri, 2021-07-16 at 15:25 +0200, Arnaud Loonstra wrote:
>> > > > > Is it me or are we not running travis jobs anymore?
>> > > > > 
>> > > > > I see this in the organization dashboard:
>> > > > > 
>> > > > >    -200 available credits (purchase date: February 10, 2021)
>> > > > > 
>> > > > > You have used 205810 of 205610 credits
>> > > > > 
>> > > > > -200 available 205810 used
>> > > > > Consume paid credits for OSS
>> > > > > 
>> > > > > You can use paid credits both for build jobs run over public
>> > > > > and private
>> > > > > repositories. You can use ‘OSS only’ credits only for build
>> > > > > jobs run
>> > > > > over public repositories. If the ‘Consume paid credits for
>> > > > > OSS’ is set
>> > > > > to OFF, paid credits will not be used for build jobs run over
>> > > > > public
>> > > > > repositories. ‘OSS only credits’ are available and renewed as
>> > > > > per terms
>> > > > > of selected plan.
>> > > > > 
>> > > > > Rg,
>> > > > > 
>> > > > > Arnaud
>> > > > 
>> > > > I'll ping them again, they just added credits a few weeks ago
>> > > > 
>> > > 
>> > > How much credit do they up? It seems 10 credits is 1 minute of
>> > > build 
>> > > time, on Mac it's even 50 credits. We'll run out in no time?
>> > > 
>> > > Apparently I even hit those limits on my own repos :S
>> > 
>> > All of them, 205610, not even two weeks ago
>> 
>> They've added more now, so it should be fine again. I asked if they
>> can
>> automate this, as it's a bit of a pain to have to contact customer
>> support every other week.
>
>I have now switched libzmq to Github Actions, since the Travis "free
>credit topup" lasts about a week and then you have to manually contact
>customer support and get someone to add more, which is just a waste of
>my very limited time.
>
>https://github.com/zeromq/libzmq/commit/cf8afcc4117d061d8bc
>
>Only the release build is left, will do that soon. Zproject should be
>updated next if someone wants to tackle that.
>
>-- 
>Kind regards,
>Luca Boccassi

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


Re: [zeromq-dev] Travis out of jobs?

2021-09-22 Thread Luca Boccassi
On Sat, 2021-07-17 at 15:44 +0100, Luca Boccassi wrote:
> On Fri, 2021-07-16 at 15:38 +0100, Luca Boccassi wrote:
> > On Fri, 2021-07-16 at 15:48 +0200, Arnaud Loonstra wrote:
> > > On 16-07-2021 15:37, Luca Boccassi wrote:
> > > > On Fri, 2021-07-16 at 15:25 +0200, Arnaud Loonstra wrote:
> > > > > Is it me or are we not running travis jobs anymore?
> > > > > 
> > > > > I see this in the organization dashboard:
> > > > > 
> > > > >    -200 available credits (purchase date: February 10, 2021)
> > > > > 
> > > > > You have used 205810 of 205610 credits
> > > > > 
> > > > > -200 available 205810 used
> > > > > Consume paid credits for OSS
> > > > > 
> > > > > You can use paid credits both for build jobs run over public
> > > > > and private
> > > > > repositories. You can use ‘OSS only’ credits only for build
> > > > > jobs run
> > > > > over public repositories. If the ‘Consume paid credits for
> > > > > OSS’ is set
> > > > > to OFF, paid credits will not be used for build jobs run over
> > > > > public
> > > > > repositories. ‘OSS only credits’ are available and renewed as
> > > > > per terms
> > > > > of selected plan.
> > > > > 
> > > > > Rg,
> > > > > 
> > > > > Arnaud
> > > > 
> > > > I'll ping them again, they just added credits a few weeks ago
> > > > 
> > > 
> > > How much credit do they up? It seems 10 credits is 1 minute of
> > > build 
> > > time, on Mac it's even 50 credits. We'll run out in no time?
> > > 
> > > Apparently I even hit those limits on my own repos :S
> > 
> > All of them, 205610, not even two weeks ago
> 
> They've added more now, so it should be fine again. I asked if they
> can
> automate this, as it's a bit of a pain to have to contact customer
> support every other week.

I have now switched libzmq to Github Actions, since the Travis "free
credit topup" lasts about a week and then you have to manually contact
customer support and get someone to add more, which is just a waste of
my very limited time.

https://github.com/zeromq/libzmq/commit/cf8afcc4117d061d8bc

Only the release build is left, will do that soon. Zproject should be
updated next if someone wants to tackle that.

-- 
Kind regards,
Luca Boccassi


signature.asc
Description: This is a digitally signed message part
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


Re: [zeromq-dev] Travis out of jobs?

2021-07-17 Thread Luca Boccassi
On Fri, 2021-07-16 at 15:38 +0100, Luca Boccassi wrote:
> On Fri, 2021-07-16 at 15:48 +0200, Arnaud Loonstra wrote:
> > On 16-07-2021 15:37, Luca Boccassi wrote:
> > > On Fri, 2021-07-16 at 15:25 +0200, Arnaud Loonstra wrote:
> > > > Is it me or are we not running travis jobs anymore?
> > > > 
> > > > I see this in the organization dashboard:
> > > > 
> > > >-200 available credits (purchase date: February 10, 2021)
> > > > 
> > > > You have used 205810 of 205610 credits
> > > > 
> > > > -200 available 205810 used
> > > > Consume paid credits for OSS
> > > > 
> > > > You can use paid credits both for build jobs run over public and private
> > > > repositories. You can use ‘OSS only’ credits only for build jobs run
> > > > over public repositories. If the ‘Consume paid credits for OSS’ is set
> > > > to OFF, paid credits will not be used for build jobs run over public
> > > > repositories. ‘OSS only credits’ are available and renewed as per terms
> > > > of selected plan.
> > > > 
> > > > Rg,
> > > > 
> > > > Arnaud
> > > 
> > > I'll ping them again, they just added credits a few weeks ago
> > > 
> > 
> > How much credit do they up? It seems 10 credits is 1 minute of build 
> > time, on Mac it's even 50 credits. We'll run out in no time?
> > 
> > Apparently I even hit those limits on my own repos :S
> 
> All of them, 205610, not even two weeks ago

They've added more now, so it should be fine again. I asked if they can
automate this, as it's a bit of a pain to have to contact customer
support every other week.

-- 
Kind regards,
Luca Boccassi


signature.asc
Description: This is a digitally signed message part
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


Re: [zeromq-dev] Travis out of jobs?

2021-07-16 Thread Luca Boccassi
On Fri, 2021-07-16 at 15:48 +0200, Arnaud Loonstra wrote:
> On 16-07-2021 15:37, Luca Boccassi wrote:
> > On Fri, 2021-07-16 at 15:25 +0200, Arnaud Loonstra wrote:
> > > Is it me or are we not running travis jobs anymore?
> > > 
> > > I see this in the organization dashboard:
> > > 
> > >-200 available credits (purchase date: February 10, 2021)
> > > 
> > > You have used 205810 of 205610 credits
> > > 
> > > -200 available 205810 used
> > > Consume paid credits for OSS
> > > 
> > > You can use paid credits both for build jobs run over public and private
> > > repositories. You can use ‘OSS only’ credits only for build jobs run
> > > over public repositories. If the ‘Consume paid credits for OSS’ is set
> > > to OFF, paid credits will not be used for build jobs run over public
> > > repositories. ‘OSS only credits’ are available and renewed as per terms
> > > of selected plan.
> > > 
> > > Rg,
> > > 
> > > Arnaud
> > 
> > I'll ping them again, they just added credits a few weeks ago
> > 
> 
> How much credit do they up? It seems 10 credits is 1 minute of build 
> time, on Mac it's even 50 credits. We'll run out in no time?
> 
> Apparently I even hit those limits on my own repos :S

All of them, 205610, not even two weeks ago

-- 
Kind regards,
Luca Boccassi


signature.asc
Description: This is a digitally signed message part
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


Re: [zeromq-dev] Travis out of jobs?

2021-07-16 Thread Arnaud Loonstra

On 16-07-2021 15:37, Luca Boccassi wrote:

On Fri, 2021-07-16 at 15:25 +0200, Arnaud Loonstra wrote:

Is it me or are we not running travis jobs anymore?

I see this in the organization dashboard:

   -200 available credits (purchase date: February 10, 2021)

You have used 205810 of 205610 credits

-200 available 205810 used
Consume paid credits for OSS

You can use paid credits both for build jobs run over public and private
repositories. You can use ‘OSS only’ credits only for build jobs run
over public repositories. If the ‘Consume paid credits for OSS’ is set
to OFF, paid credits will not be used for build jobs run over public
repositories. ‘OSS only credits’ are available and renewed as per terms
of selected plan.

Rg,

Arnaud


I'll ping them again, they just added credits a few weeks ago



How much credit do they up? It seems 10 credits is 1 minute of build 
time, on Mac it's even 50 credits. We'll run out in no time?


Apparently I even hit those limits on my own repos :S
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


Re: [zeromq-dev] Travis out of jobs?

2021-07-16 Thread Luca Boccassi
On Fri, 2021-07-16 at 15:25 +0200, Arnaud Loonstra wrote:
> Is it me or are we not running travis jobs anymore?
> 
> I see this in the organization dashboard:
> 
>   -200 available credits (purchase date: February 10, 2021)
> 
> You have used 205810 of 205610 credits
> 
> -200 available 205810 used
> Consume paid credits for OSS
> 
> You can use paid credits both for build jobs run over public and private 
> repositories. You can use ‘OSS only’ credits only for build jobs run 
> over public repositories. If the ‘Consume paid credits for OSS’ is set 
> to OFF, paid credits will not be used for build jobs run over public 
> repositories. ‘OSS only credits’ are available and renewed as per terms 
> of selected plan.
> 
> Rg,
> 
> Arnaud

I'll ping them again, they just added credits a few weeks ago

-- 
Kind regards,
Luca Boccassi


signature.asc
Description: This is a digitally signed message part
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


Re: [zeromq-dev] Travis out of jobs?

2021-07-16 Thread Arnaud Loonstra

Meanwhile I'm receiving this message:

```
 [system]   system
July 16

Hey there. We see you’ve been busy reading, which is fantastic, so we’ve 
promoted you up a trust level!


We’re really glad you’re spending time with us and we’d love to know 
more about you. Take a moment to fill out your profile, or feel free to 
start a new topic.


Visit Message or reply to this email to respond to system, sphaero.

To unsubscribe from these emails, click here.
```

That's a weird approach to getting me read stuff on their site

:S

On 16-07-2021 15:33, Arnaud Loonstra wrote:

It's also giving this warning:

Builds have been temporarily disabled for public repositories due to a 
negative credit balance. Please go to the Plan page to replenish your 
credit balance or alter your Consume paid credits for OSS setting.


I can find some references which indicate projects are moving away from 
travis?


https://github.com/OpenRefine/OpenRefine/issues/3377
https://github.com/microsoft/LightGBM/issues/3519
https://community.plone.org/t/travis-ci-and-beyond/13156/6

A.

On 16-07-2021 15:25, Arnaud Loonstra wrote:

Is it me or are we not running travis jobs anymore?

I see this in the organization dashboard:

  -200 available credits (purchase date: February 10, 2021)

You have used 205810 of 205610 credits

-200 available 205810 used
Consume paid credits for OSS

You can use paid credits both for build jobs run over public and 
private repositories. You can use ‘OSS only’ credits only for build 
jobs run over public repositories. If the ‘Consume paid credits for 
OSS’ is set to OFF, paid credits will not be used for build jobs run 
over public repositories. ‘OSS only credits’ are available and renewed 
as per terms of selected plan.


Rg,

Arnaud
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


Re: [zeromq-dev] Travis out of jobs?

2021-07-16 Thread Arnaud Loonstra

It's also giving this warning:

Builds have been temporarily disabled for public repositories due to a 
negative credit balance. Please go to the Plan page to replenish your 
credit balance or alter your Consume paid credits for OSS setting.


I can find some references which indicate projects are moving away from 
travis?


https://github.com/OpenRefine/OpenRefine/issues/3377
https://github.com/microsoft/LightGBM/issues/3519
https://community.plone.org/t/travis-ci-and-beyond/13156/6

A.

On 16-07-2021 15:25, Arnaud Loonstra wrote:

Is it me or are we not running travis jobs anymore?

I see this in the organization dashboard:

  -200 available credits (purchase date: February 10, 2021)

You have used 205810 of 205610 credits

-200 available 205810 used
Consume paid credits for OSS

You can use paid credits both for build jobs run over public and private 
repositories. You can use ‘OSS only’ credits only for build jobs run 
over public repositories. If the ‘Consume paid credits for OSS’ is set 
to OFF, paid credits will not be used for build jobs run over public 
repositories. ‘OSS only credits’ are available and renewed as per terms 
of selected plan.


Rg,

Arnaud
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


[zeromq-dev] Travis out of jobs?

2021-07-16 Thread Arnaud Loonstra

Is it me or are we not running travis jobs anymore?

I see this in the organization dashboard:

 -200 available credits (purchase date: February 10, 2021)

You have used 205810 of 205610 credits

-200 available 205810 used
Consume paid credits for OSS

You can use paid credits both for build jobs run over public and private 
repositories. You can use ‘OSS only’ credits only for build jobs run 
over public repositories. If the ‘Consume paid credits for OSS’ is set 
to OFF, paid credits will not be used for build jobs run over public 
repositories. ‘OSS only credits’ are available and renewed as per terms 
of selected plan.


Rg,

Arnaud
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev