Project

General

Profile

Actions

action #154798

open

coordination #154768: [saga][ux] State-of-art user experience for openQA

Batch update for jobs

Added by szarate 3 months ago. Updated 3 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Feature requests
Target version:
Start date:
2024-02-02
Due date:
% Done:

0%

Estimated time:

Description

When working on: https://foursixnine.io/blog/linux/tech/qualityassurance/openqa/2024/01/25/testingkernelswithsporadicissuesuntilheisenbugshowsinopenqa.html

I had to write a small bash oneline:

The script will generate a file called: jobs-launched.list, in case you absolutely need to change the priority of the jobs, set it to 45, so it runs higher than default priority, which is 50

cat jobs-launched.list | grep https | sed -E 's/^.*->\s.*tests\///' | xargs -r -I {} bash -c "openqa-cli api --osd -X POST jobs/{}/prio prio=45; sleep 1"

That sleep 1, is needed, as otherwise the webUI will return 503's constantly, As a Test Engineer, I would like to be able to pass a collection of job ids, to perform updates.

This goes in line with #154768 and with #120118


Related issues 1 (1 open0 closed)

Related to openQA Project - action #120118: Provide job settings filter optionsNew2022-11-08

Actions
Actions #1

Updated by szarate 3 months ago

  • Related to action #120118: Provide job settings filter options added
Actions #2

Updated by okurz 3 months ago

  • Parent task set to #154768
Actions #3

Updated by okurz 3 months ago

  • Category set to Feature requests
  • Target version set to future
Actions

Also available in: Atom PDF