deeplow

Results 493 comments of deeplow

Quoting from the [wiki](https://github.com/freedomofpress/securedrop-workstation/wiki/QA-Testing#build-variantsenvironments): > ### Build Variants/Environments > Three scenarios are supported through the environment key in config.json: > > prod: (yum.securedrop.org, apt.freedom.press) > staging: (yum-test.securedrop.org, apt-test.freedom.press) > dev:...

I am [now profiling the salt](https://openqa.qubes-os.org/tests/149326#) runs on OpenQA (see branch `2025-08-openqa-profile`) basically using the same method as https://github.com/freedomofpress/securedrop-workstation/issues/973. So we know it's not considering the time it takes for...

Unfortunately the log upload timed out: Here are some frames from from the video: ![Image](https://github.com/user-attachments/assets/f6d21471-ecd8-4f58-b62a-981189b3835a) ![Image](https://github.com/user-attachments/assets/48064750-a9b9-4198-ba7d-4d67f7920cec) ![Image](https://github.com/user-attachments/assets/ab8709bb-1dcf-45d6-9a6a-c149c322bd1b) ![Image](https://github.com/user-attachments/assets/a563aea4-59bd-4037-9833-e32aa709aa6c) Some logs are still missing (e.g. dom0's state.highstate), but an initial look...

Here are the results in seconds from [the log](https://github.com/user-attachments/files/21757782/install_workstation-sdw-admin-apply.3.log): ``` 1444 qvm.template_installed 1555 pkg.installed 778 pkg.uptodate 110 qvm.vm 79 cmd.run 51 qvm.start 12 qvm.kill 5 qvm.shutdown 2 qvm.exists 1 cmd.script...

### `qvm.template_installed` (Template Installation) > This could be either network or disk IO. But pre-downloading the templates will cut the test in 24mins. Although most times we won't have to...

In [the latest run](https://openqa.qubes-os.org/tests/151864#step/install_workstation/34) it's has hit some space constraints: Not sure why that is since we're only pre-downloading things that would later be available.

After restarting the test I no longer ran into these storage limitation issues (at least as starting qubes is concerned). I did however still see the ⚠️ in the top-right...

But [it did resize](https://openqa.qubes-os.org/tests/151885#downloads) the volume: ![Image](https://github.com/user-attachments/assets/5411f183-b074-41af-83c7-f7c99ad3bf59) I'll run it again.

Podman seems to have a size ballooning problem, which with docker we just don't run into. - Out of the box: - After installing fedora-42 + debian-12-minimal + `sd-dev` to...

Not sure. Podman is going over ~20GB from what I'm seeing. `/var/lib/docker` has 15GB. So it's probably some space management situation. > Since we only do the build once, a...