Actions
action #174592
opencoordination #58184: [saga][epic][use case] full version control awareness within openQA
coordination #152847: [epic] version control awareness within openQA for test distributions
"fatal: could not read Username for 'https://github.com': Permission denied" for automatically git cloned os-autoinst-needles-openQA needles repo
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
Trying to remove old unused needles from https://openqa.opensuse.org/admin/needles for I encountered the error "Unable to push Git commit (/var/lib/openqa/share/tests/openqa/needles): fatal: could not read Username for 'https://github.com': Permission denied". The needles repository was automatically cloned due to https://github.com/os-autoinst/os-autoinst-distri-openQA/blob/master/scenario-definitions.yaml#L10 . We should ensure that https://openqa.opensuse.org/admin/needles can be used to remove needles for this automatically cloned repo.
Acceptance criteria¶
- AC1: os-autoinst-needles-openQA needles can be removed using https://openqa.opensuse.org/admin/needles
- AC2: os-autoinst-needles-openQA is still automatically checked out if not existant on an openQA server
Suggestions¶
- Find out why we used https://github.com/os-autoinst/os-autoinst-needles-openQA and not git@github.com:os-autoinst/os-autoinst-needles-openQA.git e.g. unlike ariel:/var/lib/openqa/share/tests/opensuse/products/opensuse/needles which has git@github.com:os-autoinst/os-autoinst-needles-opensuse.git
- Can we just use that ssh remote?
Updated by okurz 10 days ago
- Copied from action #156922: Run os-autoinst-distri-openQA directly from git without anything related in o3:/var/lib/openqa/share/tests size:S added
Actions