View Source

h2. Situation
Send built artifacts to all Linux x86 32bit agents for testing. After test finishes, publish test reports on these agents to QuickBuild server.

h2. Demonstration
To demonstrate this, two agents are set up at the demo site, with below grid user attributes:
{code}arch=linux-x86-32{code}
Our purpose is to run tests on all agents with this attribute. In our demonstration, agents matching this criteria are _sea.pmease.com:8811_ and _sea.pmease.com:8812_.
# Switch to the [test configuration|http://demo.pmease.com/dashboard/85], and hit the run button.
# Change to [overview page of latest build|http://demo.pmease.com/build/85:latest/overview] after build finishes, and you will see two set of test reports are published, one is for agent _sea.pmease.com:8811_, and another is for agent _sea.pmease.com:8822_.
# The [step status page of latest build|http://demo.pmease.com/build/85:latest/step_status] also indicates that tests have been run on these two agents.

h2. Resolution