Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a ci.cfg for minimal CI config #965

Draft
wants to merge 2 commits into
base: 6.1
Choose a base branch
from
Draft

Conversation

petschki
Copy link
Member

@petschki petschki commented Oct 28, 2024

Note: I've temporary tricked jenkins PR-6.1 jobs config in order to test this:

BUILDOUT_CFG="$([[ -s 'ci.cfg' ]] && echo 'ci.cfg' || echo 'buildout.cfg')"
buildout buildout:git-clone-depth=1 -c $BUILDOUT_CFG

Copy link
Member

@mauritsvanrees mauritsvanrees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this avoids installing all kinds of parts that are not used on Jenkins. And it avoids the docs and mockup checkout that are not used there. That makes sense.

What do you think @gforcada. Are we overlooking anything?

It probably makes sense to move the robot part into bare.cfg.

@gforcada
Copy link
Member

gforcada commented Nov 6, 2024

Looks good to me 👍🏾

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants