There is an existing Jenkins job that launches the docker dev environment for Hub and runs the tests against it: https://github.com/ansible/aap-qa/blob/devel/jenkinsfiles/automationhub-docker-test.groovy
All that's needed then to complete this job is to:
- remove everything that launches the automation hub docker dev environment.
- add parameters for username/password, server url, and api/root. These should have defaults that run against the docker dev environment.
We can consider this "done" when:
- there exists a job in the new Jenkins instance that runs the cloud tests against a given url, using the given username and password.
- the given url will need to have the api root (/api/automation-hub/ or /api/galaxy/ typically.
- blocks
-
AAH-1078 Jenkins pipeline for installation matrix
-
- Closed
-