Project

General

Profile

Actions

action #159171

open

coordination #58184: [saga][epic][use case] full version control awareness within openQA

coordination #152847: [epic] version control awareness within openQA for test distributions

Create and maintain up to date version of test distri/needles for webui size:M

Added by dheidler about 1 month ago. Updated about 2 hours ago.

Status:
Feedback
Priority:
High
Assignee:
Category:
Feature requests
Target version:
Start date:
2024-04-17
Due date:
2024-05-22 (Due in 1 day)
% Done:

0%

Estimated time:

Description

Motivation

Consider transient openQA instances like openQA-single-instance-container but also new instances where we do not want to rely on admins to manually put stuff into /var/lib/openqa/share/tests. For those we want to ensure that openQA automatically clones git repos specified as part of tests but also keeps those working copies up to date.

Acceptance criteria

  • AC1:
    • Given CASEDIR has a git repo and /var/lib/openqa/share/tests does not already have the corresponding distri checked out
    • When tests are created
    • Then openQA clones the test repo
  • AC2: Same as AC1 but for NEEDLE_DIR
  • AC3:
    • When new tests are created and repo already exists
    • Then the git repo is updated

Suggestions

The following describes something like a TOFU approach, where the first CASEDIR/NEEDLE_DIR for a DISTRI
is deemed to be the authoritative one in the future.

  • Job gets created
  • If job has CASEDIR / NEEDLE_DIR:
    • CASEDIR / NEEDLE_DIR is cloned or updated on the webui server
    • See HDD=1=http:// mechanism
    • Where to actually clone to? --> /var/lib/openqa/share/tests/DISTRI/products/DISTRI/needles
    • (- What to do with different forks? -> use https://git-scm.com/docs/git-worktree)
    • If there is not /var/lib/openqa/share/tests/DISTRI, clone CASEDIR to /var/lib/openqa/share/tests/DISTRI
    • If there is /var/lib/openqa/share/tests/DISTRI, only update it if git url is equal origin url in /var/lib/openqa/share/tests/DISTRI and branch in CASEDIR is equal checked out branch in /var/lib/openqa/share/tests/DISTRI
    • Analog with NEEDLE_DIR and /var/lib/openqa/share/tests/DISTRI/products/DISTRI/needles
  • Job is assigned

  • Also make sure that fetchneedles doesn't interfere.

  • The initial clone as well as updating should be handled in asynchronous tasks like ..._URL asset downloading


Related issues 4 (4 open0 closed)

Related to openQA Project - action #157273: Run os-autoinst-distri-openQA directly from git without anything related in /var/lib/openqa/share/tests - Follow-up with ideas not tried out in the spike solution #157270 size:MBlockeddheidler2024-04-17

Actions
Blocks openQA Project - action #159174: Decrease load on remote git servers by not cloning CASEDIR/NEEDLE_DIR from every workerNewokurz2024-04-17

Actions
Copied to openQA Project - action #160379: Support web UI checkouts of CASEDIR with a tag reference in a refspecNew

Actions
Copied to openQA Project - action #160382: Support web UI checkouts of CASEDIR with a specific commit specified in a refspecNew

Actions
Actions

Also available in: Atom PDF