Re: Adding CI to our tree

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Adding CI to our tree
Дата
Msg-id 20211213224720.w24etz46zu6mn3er@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Adding CI to our tree  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: Adding CI to our tree  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

On 2021-12-13 16:02:50 -0600, Justin Pryzby wrote:
> On Mon, Dec 13, 2021 at 01:12:23PM -0800, Andres Freund wrote:
> > Hi,
> > 
> > Attached is an updated version of the CI patches. An example of a test run
> > with the attached version of this
> > https://cirrus-ci.com/build/6501998521483264
> 
> sudo is used exactly twice; maybe it's not needed at all ?

The macos one is needed, but the freebsd one indeed isn't.


> > +task:
> > +  name: FreeBSD
> ...
> > +  sysconfig_script:
> > +    - sudo sysctl kern.corefile='/tmp/%N.%P.core'
> 
> > +task:
> > +  name: macOS
> ...
> > +  core_install_script:
> > +    - sudo chmod 777 /cores
> 
> typos:
> binararies
> dont't

Oops, thanks.


Typos and sudo use are fixed in the repo [1].

Greetings,

Andres Freund

[1] https://github.com/anarazel/postgres/tree/ci



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Mark Dilger
Дата:
Сообщение: Re: Granting SET and ALTER SYSTE privileges for GUCs
Следующее
От: Peter Smith
Дата:
Сообщение: Re: row filtering for logical replication