summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2021-08-04 14:59:41 -0400
committerChris Evich <cevich@redhat.com>2021-08-17 16:16:24 -0400
commit0c7f08805e417238cf269d14f5e7c0cba6210482 (patch)
treed7f5ef38f8214706b77c3f66a0fe80279d745720
parent25bca84d89b396266c4081639c7d16d15acada8d (diff)
downloadpodman-0c7f08805e417238cf269d14f5e7c0cba6210482.tar.gz
podman-0c7f08805e417238cf269d14f5e7c0cba6210482.tar.bz2
podman-0c7f08805e417238cf269d14f5e7c0cba6210482.zip
Cirrus: Fix not uploading logformatter html
Previously we were generating the annotated results but never uploading them. Fix this so visiting the advertised URL actually works. Signed-off-by: Chris Evich <cevich@redhat.com>
-rw-r--r--.cirrus.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 7e235d1a5..ba0bdb511 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -241,7 +241,12 @@ bindings_task:
clone_script: *noop # Comes from cache
setup_script: *setup
main_script: *main
- always: *runner_stats
+ always: &html_artifacts
+ <<: *runner_stats
+ # Required for `contrib/cirrus/logformatter` to work properly
+ html_artifacts:
+ path: ./*.html
+ type: text/html
# Build the "libpod" API documentation `swagger.yaml` and
@@ -429,11 +434,7 @@ apiv2_test_task:
setup_script: *setup
main_script: *main
always: &logs_artifacts
- <<: *runner_stats
- # Required for `contrib/cirrus/logformatter` to work properly
- html_artifacts:
- path: ./*.html
- type: text/html
+ <<: *html_artifacts
package_versions_script: '$SCRIPT_BASE/logcollector.sh packages'
df_script: '$SCRIPT_BASE/logcollector.sh df'
audit_log_script: '$SCRIPT_BASE/logcollector.sh audit'