change in task formula (yaml file)
Details
Details
Diff Detail
Diff Detail
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage
| No Linters Available |
| No Unit Test Coverage |
| Path | |||
|---|---|---|---|
| M | example_reporting.yml (2 lines) |
| Commit | Tree | Parents | Author | Summary | Date |
|---|---|---|---|---|---|
| 69a9af04cd7a | 563344433932 | 52e072fbb9da | Lukas Brabec | adjust formula syntax to latest libtaskotron (Show More…) | Aug 15 2014, 7:24 AM |
| 1 | --- | 1 | --- | ||
|---|---|---|---|---|---|
| 2 | name: example_reporting | 2 | name: example_reporting | ||
| 3 | desc: "randomly generate output based on the update's contents and report the result into ResultsDB" | 3 | desc: "randomly generate output based on the update's contents and report the result into ResultsDB" | ||
| 4 | maintainer: mkrizek | 4 | maintainer: mkrizek | ||
| 5 | 5 | | |||
| 6 | input: | 6 | input: | ||
| 7 | args: | 7 | args: | ||
| 8 | - bodhi_id | 8 | - bodhi_id | ||
| 9 | - arch | 9 | - arch | ||
| 10 | 10 | | |||
| 11 | environment: | 11 | environment: | ||
| 12 | rpm: | 12 | rpm: | ||
| 13 | - libtaskotron | 13 | - libtaskotron | ||
| 14 | 14 | | |||
| 15 | task: | 15 | actions: | ||
| 16 | - name: run example_reporting | 16 | - name: run example_reporting | ||
| 17 | python: | 17 | python: | ||
| 18 | file: run_example_reporting.py | 18 | file: run_example_reporting.py | ||
| 19 | callable: run | 19 | callable: run | ||
| 20 | updateid: ${bodhi_id} | 20 | updateid: ${bodhi_id} | ||
| 21 | arch: ${arch} | 21 | arch: ${arch} | ||
| 22 | export: example_reporting_output | 22 | export: example_reporting_output | ||
| 23 | 23 | | |||
| 24 | - name: report results to resultsdb | 24 | - name: report results to resultsdb | ||
| 25 | resultsdb: | 25 | resultsdb: | ||
| 26 | results: ${example_reporting_output} | 26 | results: ${example_reporting_output} | ||