adoptium / jenkins-helper

Jenkins Node helper API and helper jobs
Apache License 2.0
7 stars 26 forks source link

Create a job that will create master_machines_list.xml for perfnext #25

Open smlambert opened 5 years ago

smlambert commented 5 years ago

Create file in the format that the perfnext tool can currently read, see https://github.com/AdoptOpenJDK/openjdk-test-tools/issues/33, save as artifact to Jenkins so that its available to any 'client' application that wants it.

samuel-rubin commented 5 years ago

Is there an example of what the xml file should look like?

smlambert commented 5 years ago

masterMachineListTemplate.xml.txt

piyush286 commented 5 years ago

I've added a machine scheme and template machine data file: https://github.com/AdoptOpenJDK/openjdk-test-tools/pull/72. Hopefully we can use that schema file to validate the master_machines_list.xml generated from this project.