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

Proposal: Migrate Build Automation to k8s prow. #107

Closed
jeremyje opened this issue Mar 13, 2019 · 4 comments
Closed

Proposal: Migrate Build Automation to k8s prow. #107

jeremyje opened this issue Mar 13, 2019 · 4 comments

Comments

@jeremyje
Copy link
Contributor

jeremyje commented Mar 13, 2019

Proposal Document: https://docs.google.com/document/d/1BOhIKP3N9TjOEUSn28jZvLSTFWrE7DKg66LANNerLdg
Agones Issue: googleforgames/agones#649

@jeremyje jeremyje changed the title Migrate Build Automation to k8s prow. Proposal: Migrate Build Automation to k8s prow. Mar 13, 2019
@calebatwd
Copy link
Collaborator

Tabled indefinitely (target future release). Kinda following the agones investigation for results

@jeremyje jeremyje added this to the v0.7.0 milestone May 8, 2019
@sawagh sawagh removed this from the v0.7.0 milestone Aug 1, 2019
@yfei1 yfei1 self-assigned this Aug 15, 2019
@yfei1
Copy link
Collaborator

yfei1 commented Aug 15, 2019

Made Prow with its default Kubernetes agent works in my personal repo yufan-org/open-match#9, yet identified several issues when doing the migration:

  1. Prow with its native Kubernetes agent does not support having jobs running in pipeline. An workaround to it is having a shell script that executes everything step by step but the log will stay in one file without any formatting - which looks hairy.
  2. Open Match's CI pipeline need to build and push its Docker images to an registry and do the deployment. This requires setting up a DinD (Docker in Docker) environment. There is a workaround with it (and it works) and it seems like Kubernetes is also using such settings [1], [2] yet I'm not sure if it is a good practice.
  3. IAM permission in Prow environment. Prow agent will need the corresponding permissions to deploy release/upload artifacts to GCS container, and we have to reflect the changes in our terraform files accordingly.
  4. Prow is going to support tekton pipeline agent which fits our need but the integration is not mature.

kubernetes/test-infra#13874
tektoncd/pipeline#1187

@yfei1 yfei1 added this to the v1.0.0 milestone Jan 31, 2020
@sawagh sawagh unassigned yfei1 Feb 7, 2020
@sawagh sawagh modified the milestones: v1.0.0, Not Currently Planned Feb 7, 2020
@sawagh
Copy link
Contributor

sawagh commented Feb 7, 2020

This is not in scope for Open Match v1.0

@thisisnotapril
Copy link
Collaborator

Closing - not going to move to prow

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

No branches or pull requests

6 participants