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

Run external testing in parallel (1 Jenkins job per application) #834

Closed
smlambert opened this issue Jan 25, 2019 · 1 comment
Closed

Run external testing in parallel (1 Jenkins job per application) #834

smlambert opened this issue Jan 25, 2019 · 1 comment
Assignees
Projects

Comments

@smlambert
Copy link
Contributor

Instead of running all the application tests in a single Jenkins job, have a parent job fire off child jobs per app. This is the same approach we use for system tests.

Benefits of this approach are:

  • easier to triage (smaller console output and junit output doesn't get garbled with others)
  • won't hit the timeout as we add new testing (with recent additions a single job can take up to 10hrs, which is our default timeout on jobs)
@sophia-guo
Copy link
Contributor

Closed by #991

aqa-tests automation moved this from TODO to Done Apr 24, 2019
@sophia-guo sophia-guo self-assigned this Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
aqa-tests
  
Done
Development

No branches or pull requests

2 participants