Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-23 | lvc: forget live_screenshots, since we don't see them on pb10 anyway | Philip Hands | 1 | -19/+0 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-07-22 | lvc: move vm-pools to /srv/lvc to avoid filling swap via tmpfs | Philip Hands | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-07-20 | lvc: uniquify VM's serial-port port, based on $executor_number | Philip Hands | 3 | -1/+4 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-07-13 | lvc: deal with log messages messing up the login prompt | Philip Hands | 1 | -0/+0 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-07-11 | lvc: make sure that the pool directory exists, independent of the pool | Philip Hands | 1 | -12/+12 | |
on pb10 it seems that it's currently failing to do this, so perhaps the pool is being left around despite the directory not existing. This may allow the pool to start working, or may act to highlight the underlying problem. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-26 | lvc: reinstate remote shell (will break on testing for now) | Philip Hands | 2 | -8/+9 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-21 | lvc: put VM storage in /srv/workspace/vm-pools/ | Philip Hands | 1 | -1/+1 | |
2016-06-20 | lvc: note how one can push from git | Philip Hands | 1 | -0/+6 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-18 | lvc: make the storage-pool directory a little more obvious | Philip Hands | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-16 | lvc: name the storage after the VM, to avoid conflicts | Philip Hands | 2 | -2/+3 | |
perhaps it would be better to prefix volume names in a common pool so we could try that at some point Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-16 | lvc: stop testing text mode for now, so that mini-iso tests can succeed | Philip Hands | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-16 | lvc: this is needed for the miniiso's early networking | Philip Hands | 1 | -21/+32 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-16 | lvc: handle the miniiso boot screen | Philip Hands | 2 | -3/+5 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-10 | lvc: discard a couple of meaningless reminder comments | Philip Hands | 1 | -2/+0 | |
2016-06-10 | lvc: use .mpg for now (until browsers grok .mkv) | Philip Hands | 1 | -1/+1 | |
2016-06-10 | lvc: only keep XFCE snapshot for now, to allow parallel runs on testvm | Philip Hands | 1 | -1/+1 | |
2016-06-10 | lvc: job-specific net name, and don't hardwire UUID | Philip Hands | 5 | -7/+14 | |
2016-06-10 | lvc: let's try 5 fps with avconv for lightening load | Philip Hands | 2 | -2/+2 | |
2016-06-10 | lvc: just look for the 'login:' bit, to avoid the hostname | Philip Hands | 1 | -0/+0 | |
2016-06-10 | lvc: let's not all have the same IP address, eh? | Philip Hands | 2 | -2/+2 | |
2016-06-10 | lvc: trim the image size so it'll fit on the testvm | Philip Hands | 1 | -1/+1 | |
2016-06-10 | lvc: name VMs after the job, so snapshots are distinct | Philip Hands | 2 | -4/+10 | |
2016-06-05 | lvc: image for gui InstalationStepFailed | Philip Hands | 1 | -0/+0 | |
2016-06-05 | lvc: add separate @broken job - for KDE in testing (#818970) | Philip Hands | 1 | -0/+14 | |
2016-06-05 | lvc: deal with InstallationStepFailed: AltF4, pause, fail | Philip Hands | 3 | -12/+18 | |
2016-06-05 | lvc: remove stale FIXMEs | Philip Hands | 1 | -16/+0 | |
2016-06-05 | lvc: enable parallel VMs (start to anyway) | Philip Hands | 1 | -4/+2 | |
2016-06-03 | lvc: add an initial snapshot, just after the disk is created | Philip Hands | 1 | -4/+9 | |
2016-06-03 | lvc: try to improve matching for "PartitioningScheme" | Philip Hands | 1 | -0/+0 | |
2016-06-03 | lvc: discard only outdated snapshots | Philip Hands | 1 | -1/+1 | |
2016-06-03 | kde: hopefully we don't need to be PATIENT with pb10 | Philip Hands | 1 | -1/+1 | |
2016-06-03 | lvc: KDE currently not installable, so disabling for now | Philip Hands | 1 | -1/+1 | |
2016-06-03 | lvc: make most snapshots temporary to save space | Philip Hands | 1 | -0/+2 | |
2016-06-02 | lvc: remove debug bits | Philip Hands | 1 | -3/+0 | |
2016-06-02 | lvc: discard the sleeps that were inserted in debugging | Philip Hands | 1 | -18/+6 | |
2016-06-02 | lvc: need to type SPACE to select the required desktop | Philip Hands | 1 | -0/+1 | |
2016-06-01 | lvc: seems I trimmed the disk size too much for the desktops | Philip Hands | 1 | -1/+1 | |
2016-06-01 | lvc: tidy some string concatenation | Philip Hands | 1 | -3/+3 | |
2016-06-01 | lvc: wait for the right image to vanish | Philip Hands | 1 | -2/+3 | |
2016-06-01 | lvc: tidy up some ragged code into loops | Philip Hands | 1 | -15/+9 | |
2016-06-01 | lvc: sort out indetation | Philip Hands | 1 | -22/+22 | |
2016-06-01 | lvc: combine gui/non gui checkpoints | Philip Hands | 3 | -12/+12 | |
2016-06-01 | lvc: duplicate elimination for checkpoints | Philip Hands | 1 | -136/+42 | |
2016-06-01 | lvc: make alternate loginprompts configurable | Philip Hands | 4 | -1/+10 | |
2016-06-01 | lvc: tweak clicks to avoid inadvertent selection of desktops | Philip Hands | 1 | -1/+2 | |
2016-06-01 | lvc: get rid of some duplication | Philip Hands | 2 | -203/+162 | |
2016-05-29 | lvc: images for KDE/LXDE selected | Philip Hands | 5 | -0/+0 | |
2016-05-29 | lvc: add checkpoints for more desktop installs | Philip Hands | 1 | -0/+29 | |
2016-05-29 | lvc: add KDE target | Philip Hands | 2 | -0/+6 | |
2016-05-29 | lvc: duplicate the waitAny to deal with race condition | Philip Hands | 1 | -0/+2 | |