Git Product home page Git Product logo

Comments (1)

mauritsvanrees avatar mauritsvanrees commented on August 16, 2024 1

What I would usually do:

  1. Create one overall issue in Products.CMFPlone that you can link to and generally keep track of what still needs to happen.
  2. Create PRs for all packages. In each PR link to the main issue and make it clear that this PR belongs to other PRs and they need to be merged together.
  3. Login on Jenkins, go to the relevant jobs and in the dropdown click on 'Build with parameters'. In the form, copy the URLs of all PRs.

Alternative to step 3 is to edit the sources.cfg of the coredev buildout to point to your branches instead of master (or main). Make sure they are in the checkouts too. Create a branch of coredev and make a PR of that. This makes it a bit easier for others: they can just checkout your coredev branch, run buildout, and test it. When all is approved, the coredev PR should not be merged, but closed, and the other PRs merged instead.

When PRs that belong together get merged, Jenkins probably already starts after the merge of the first, which may mean Jenkins gets failures, but that can't be avoided. Once all are merged, Jenkins should be green again.

from buildout.coredev.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.