-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare CACHEDIRECTORY example in workers.ini and provide profile (#969)
- Loading branch information
Showing
2 changed files
with
19 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
# Configuration of the workers and their backends. | ||
# | ||
# The section id's are the instance id's of the workers. | ||
# The key/value pairs will be added to $job->{"settings"} | ||
# and will appear as env vars in the testmodules. | ||
# The section ids are the instance of the workers. | ||
# The key/value pairs will be added to $job->{settings} | ||
# and will appear in vars.json in the jobs. | ||
# | ||
# The backend is selected by setting the BACKEND variable. | ||
# It will default to qemu, if not set. | ||
|
||
#[global] | ||
#BACKEND = qemu | ||
# where the webui is hosted (if not localhost) | ||
#HOST = http://openqa.example.com | ||
# if your /var/lib/openqa/share is slow, enable it | ||
#CACHEDIRECTORY = /var/lib/openqa/cache | ||
|
||
#[1] | ||
#BACKEND = kvm2usb | ||
#HW = 1 | ||
#HWSLOT = ix64ph1020 | ||
#WORKER_CLASS = 64bit-ipmi | ||
|
||
#[2] | ||
#BACKEND = vbox | ||
#WORKER_CLASS = qemu_x86_64_staging,qemu_x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters