podman/contrib
Chris Evich f44af20561
Cirrus: Detailed CPU/Memory/Time runner.sh stats
On several occasions, there have been questions about CPU/Memory/IO
trends in testing over time. Start collecting this data for all jobs,
using a common/stable format so that trending analysis can be performed
within/across multiple Cirrus-CI builds. This PR doesn't add any related
tooling, it simply arranges for the collection of the data.

Stats generation is done at the orchestration level to guarantee they
reflect everything happening inside `runner.sh`.  For example, the
container-based tests re-exec `runner.sh` inside a container, but
we're only interested in the top-level stats.

Update all tasks to include collection of the stats file.
Unfortunately, due to the way the Cirrus-CI YAML parser works,
it is *not* possible to alias the artifacts collection more clearly,
for example:

```yaml
    always:
        <<: *runner_stats
        <<: *logs_artifacts
```

Signed-off-by: Chris Evich <cevich@redhat.com>
2020-11-09 14:32:39 -05:00
..
cirrus Cirrus: Detailed CPU/Memory/Time runner.sh stats 2020-11-09 14:32:39 -05:00
fedora-minimal Cirrus: Fix fedora-minimal mirroring 2020-03-04 14:24:58 -05:00
gate Use `bash` binary from env instead of /bin/bash for scripts 2020-08-17 10:42:23 +02:00
msi podman-remote fixes for msi and client 2020-08-12 09:19:52 -05:00
podmanimage [CI:DOCS] Add note on run image fuse problem - try 2 2020-09-04 07:18:09 -04:00
remote Add containers.conf default file for windows and MAC Installs 2020-06-24 12:58:44 -04:00
rootless-cni-infra rootless-cni-infra v3: fix cleaning up DNS entries 2020-09-30 18:59:39 +09:00
script Add script to determine dependency sizes 2018-03-23 14:12:14 +00:00
snapcraft Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
spec Use /tmp/podman-run-* for backup XDG_RUNTIME_DIR 2020-11-04 15:32:00 -05:00
systemd podman.service: use sdnotiy 2020-08-13 17:53:59 +02:00
tmpfile Use /tmp/podman-run-* for backup XDG_RUNTIME_DIR 2020-11-04 15:32:00 -05:00
varlink Use /tmp/podman-run-* for backup XDG_RUNTIME_DIR 2020-11-04 15:32:00 -05:00
build_rpm.sh Use `bash` binary from env instead of /bin/bash for scripts 2020-08-17 10:42:23 +02:00
dependabot-dance dependabot-dance: new tool for managing revendor PRs 2020-09-17 05:22:49 -06:00
dependencies.txt [CI:DOCS] Prepare image to turn on podman-commands test 2020-05-23 10:17:31 -04:00