[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gitlab-ci: Only build /staging branch?
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: gitlab-ci: Only build /staging branch? |
Date: |
Wed, 24 Mar 2021 22:58:43 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 |
On 3/24/21 7:33 PM, Philippe Mathieu-Daudé wrote:
> On 3/24/21 7:01 PM, Philippe Mathieu-Daudé wrote:
>> Hi,
>>
>> Peter's current workflow is push to /staging and if his
>> testing succeeds, he pushes the same commit as /master.
>>
>> IMO there is no point in building /master branch, as it
>> has already been built earlier as /staging.
Similarly with tags. Although we don't tag often.
Suggestion:
- staging: always build
- tags: on-demand build (manual)
- master: no build
Thinking about reproducible artifacts, we could have a tag job
to produce the archive with submodules, but someone still have
to sign it.
Thoughts?
- gitlab-ci: Only build /staging branch?, Philippe Mathieu-Daudé, 2021/03/24
- Re: gitlab-ci: Only build /staging branch?, Philippe Mathieu-Daudé, 2021/03/24
- Re: gitlab-ci: Only build /staging branch?,
Philippe Mathieu-Daudé <=
- Re: gitlab-ci: Only build /staging branch?, Thomas Huth, 2021/03/25
- Re: gitlab-ci: Only build /staging branch?, Philippe Mathieu-Daudé, 2021/03/25
- Re: gitlab-ci: Only build /staging branch?, Philippe Mathieu-Daudé, 2021/03/25
- Re: gitlab-ci: Only build /staging branch?, Peter Maydell, 2021/03/25
- Re: gitlab-ci: Only build /staging branch?, Paolo Bonzini, 2021/03/25
- Re: gitlab-ci: Only build /staging branch?, Peter Maydell, 2021/03/25
- Re: gitlab-ci: Only build /staging branch?, Daniel P . Berrangé, 2021/03/25
Re: gitlab-ci: Only build /staging branch?, Cleber Rosa, 2021/03/24