r8.8 needles for cockpit #177
No reviewers
Labels
No Label
priority: critical
priority: high
priority: low
priority: medium
status: abandoned
status: duplicate
status: invalid
status: peer review needed
status: wontfix
tag: content
tag: good first issue
tag: help wanted
test suite
type: bug
type: documentation
type: enhancement
type: maintenance
type: question
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: testing/os-autoinst-distri-rocky-migrated#177
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "8.8_needles_1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This completes the set of needles for r8.8-Beta single vm tests.
Tested locally:
Result: All Pass
Result: All Pass except mirrorlist since there isn't one for a beta release
Result: All Pass except base_update_cli & server_cockpit_updates which fail but not for needles. Both are being investigated elsewhere.
Will be tested on prod system shortly.
In prod system:
Following move of new needles to appropriate directories, anaconda_help tested:
Result: Pass
When I try to run the server_cockpit_updates tests they fail with:
anaconda_help does not use HDD_1 (because no dependency)
So the question is how to clone tests that have dependencies.
Answer below:
If a clone job has dependencies then an extra step is necessary. The helper script:
produces a run command:
in
NEEDLES_DIR=rocky/needles
replacerocky
with the contents ofCASEDIR=
and delete the parameter--skip-chained-deps
to give:which then produces:
on the cli and starts the jobs on the prod system.
Result: All Pass
base_update_cli & server_cockpit_updates still fail but are being investigated elsewhere therefore they are not relevant to this pr.
Changes work as advertised, cheers @AlanMarshall 🖖🏼
Looks good to me! Thanks!