Actions
action #162248
opencoordination #162539: [saga][epic] future ideas version for version control features within openQA
coordination #162548: [epic] Simplified web based openQA development environment
Codespaces: Improve openqa-bootstrap
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
Currently when starting a codespace, openqa-bootstrap is called as postAttachCommand
.
This is also run after stopping and restarting a codespace.
When running a second time, some things are resulting in duplicate entries:
cat /etc/openqa/client.conf
## you can generate key and secret via the web ui
##
#[openqa.example.com]
#key = foo
#secret = bar
[localhost]
key = 802F8BC8F28E4883
secret = 160ECB7217B3280D
[localhost]
key = B698A7F06975535A
secret = 0FECC0E3EC7FB337
Either make openqa-bootstrap idempotent or find out how to only call it on initial codespace creation and on restart call openqa-bootstrap start
which only starts the containers.
Updated by tinita 5 months ago
- Copied from action #87695: Full openQA test development, maintenance and administration from browser without the need of a local terminal size:M added
Actions