Skip to content

Migrate e2e jobs to yaml #1230

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

Closed
fejta opened this issue Nov 30, 2016 · 2 comments
Closed

Migrate e2e jobs to yaml #1230

fejta opened this issue Nov 30, 2016 · 2 comments
Assignees
Milestone

Comments

@fejta
Copy link
Contributor

fejta commented Nov 30, 2016

ref #1225

This interacts with kubernetes/hack/e2e.go test-infra/jenkins/e2e-image/e2e-runner.sh and test-infra/jenkins/dockerized-e2e-runner.sh

These jobs will expect three arguments:

  • --owner=O # things owned by the executor such as gcp project, buckets, etc
  • --platform=P # things specific to the platform being tested, such as aws/gce, zone, etc
  • --sceanrio=S # things specific to the scenario such as ginkgo flags, etc

O refers to a O.env file relative to $HOME
P refers to the prefix of a P.env file relative to test-infra/platforms
S refers to the prefix of a S.env file relative to test-infra/scenarios

@krzyzacy
Copy link
Member

Just saw this.

I would assume --owner=O O being the username,
And [job].yaml point to a matching [job].env from somewhere like test-infra/jobenv automatically.

@krzyzacy
Copy link
Member

only pr jobs left

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