-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Milestone
Comments
Just saw this. I would assume |
This was referenced Jan 18, 2017
Merged
This was referenced Jan 25, 2017
Merged
This was referenced Feb 2, 2017
Merged
This was referenced Feb 8, 2017
This was referenced Feb 13, 2017
Merged
Merged
Merged
only pr jobs left |
This was referenced Apr 6, 2017
ostromart
pushed a commit
to ostromart/test-infra
that referenced
this issue
Jul 26, 2019
…netes#1229)" (kubernetes#1230) This reverts commit 44ec633.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
ref #1225
This interacts with
kubernetes/hack/e2e.go
test-infra/jenkins/e2e-image/e2e-runner.sh
andtest-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 aO.env
file relative to$HOME
P
refers to the prefix of aP.env
file relative totest-infra/platforms
S
refers to the prefix of aS.env
file relative totest-infra/scenarios
The text was updated successfully, but these errors were encountered: