Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Ruote.process_definition 'mer_latest_autoqa' do
- sequence do
- cursor :break_if => '${f:__result__} != true' do
- set 'debug_trace' => 'True'
- set 'debug_dump' => 'True'
- # Get kickstart
- build_ks
- # Register image
- request_image
- # Build image
- build_image
- update_image_status :status => 'DONE, TESTING'
- set "testing" => "yes"
- # Test image
- test_vm_image
- end
- _if :test => '${f:__result__} == true' do
- sequence do
- qareports
- notify_irc :irc_channel => '#mer'
- end
- end
- _if :test => '${f:testing} == yes' do
- update_image_status :status => 'DONE, TESTED'
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement