-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.yml
60 lines (52 loc) · 1.91 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
deploy_candlepin: false
provision_db: false
run_test: false
keep_logs: false
candlepin_git_pull: True
candlepin_user_home: /home/jenkins
candlepin_git_repo: https://github.com/candlepin/candlepin.git
candlepin_checkout: /home/jenkins/candlepin
candlepin_branch: main
baseline_branch: main
# feel free to change arguments but keep in mind
# the test is meant to work with mysql, so requires -m
candlepin_deploy_args: "-maH"
caracalla_git_repo: https://github.com/candlepin/caracalla.git
caracalla_checkout: /home/jenkins/caracalla
caracalla_branch: main
perf_results_dir: /home/jenkins/perf_test_results
# The test to run, other tests defined in jmeter_test_details
# will be skipped
jmeter_tests:
# - loop-over-apis
- candlepin-throughput
# The details about all tests, only the ones in jmeter_test will run.
jmeter_test_details:
loop-over-apis:
folder: Candlepin-API
test_name: CandlepinAPI.jmx
baseline: "{{baseline_branch | baseline_file()}}"
expected: "{{baseline_branch | expected_file()}}"
property_file: /home/jenkins/Candlepin-API/CandlepinAPI.prop
result_file: results-CandlepinAPI.jtl
comparision_result: compare.txt
ImportExport:
folder: ImportExportManifest
test_name: ImportExportManifest.jmx
property_file: /home/jenkins/ImportExportManifest.prop
result_file: results-importexport.jtl
baseline: "{{baseline_branch | baseline_file()}}"
expected: "{{baseline_branch | expected_file()}}"
comparision_result: compare.txt
candlepin-throughput:
folder: candlepin-throughput
test_name: candlepin-throughput.jmx
property_file: /home/jenkins/candlepin-throughput/candlepin-throughput.prop
result_file: results-throughput.jtl
baseline: "{{baseline_branch | baseline_file()}}"
expected: "{{baseline_branch | expected_file()}}"
comparision_result: compare.txt
candlepin_throughput_properties:
- DURATION_SECONDS=3600
- SAMPLES_PER_MINUTE=6900