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

Locally reproducible CI/CD #1436

Open
kakkoyun opened this issue Jan 23, 2024 · 1 comment
Open

Locally reproducible CI/CD #1436

kakkoyun opened this issue Jan 23, 2024 · 1 comment

Comments

@kakkoyun
Copy link
Member

kakkoyun commented Jan 23, 2024

We want vendor-independent and locally reproducible CI/CD pipelines so that our contributors can ensure quality before opening the pull requests.

xref: cncf/mentoring#1120

cc @ArthurSens

@kakkoyun kakkoyun changed the title Improve CI/CD Locally reproducible CI/CD Jan 23, 2024
@dvjsharma
Copy link

dvjsharma commented Feb 3, 2024

Hi @kakkoyun, navigated here form the LFX portal. Since this is particularly about unit testing in specific environments, We can allow contributors to specify the Go version they want to use through environment variables and modify the CI/CD scripts to interpret these variables and set up the corresponding Go version for testing. We certainly will have to find a way to manage dependencies. Or how about using 3 different docker images for 3 test environments? What are your thoughts?

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

No branches or pull requests

2 participants