https://github.com/perlpunk/openqa-convert-jobtemplates
https://github.com/perlpunk/openqa-convert-jobtemplates
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/perlpunk/openqa-convert-jobtemplates
- Owner: perlpunk
- Created: 2020-01-17T12:38:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T10:21:32.000Z (over 5 years ago)
- Last Synced: 2025-02-05T18:05:23.726Z (10 months ago)
- Language: Perl
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Helper to convert openQA testsuites into inline definitions in jobtemplates
## Usage
```
jobtemplate-inline-testsuite.pl [long options...]
jobtemplate-inline-testsuite.pl [long options...]
e.g.
jobtemplate-inline-testsuite.pl --host o3 34 1195 1196
jobtemplate-inline-testsuite.pl --host o3 34 name1 name2
jobtemplate-inline-testsuite.pl --host o3 34 name1 name2 --update
jobtemplate-inline-testsuite.pl --host o3 /path/to/local/jobtemplate.yaml name1 name2
--host STR OpenQA host (e.g. o3, osd or localhost)
--apikey STR API Key
--apisecret STR API Secret
--convert-multi Also convert if testsuite is contained multiple times
--empty-only Only convert plain "- name" testsuite entries, not
existing settings
--update Actually post the updated template to the server
--help print usage message and exit
```