Skip to content

Commit

Permalink
CI: upload supportconfig tarball
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.com>
  • Loading branch information
jordimassaguerpla committed Sep 28, 2023
1 parent 176decf commit 71c957a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/acceptance_tests_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,15 @@ jobs:
run: ./testsuite/podman_runner/18_split_secondary_p_tests.sh
- name: run_secondary_tests
run: ./testsuite/podman_runner/${{ inputs.secondary_tests }}
- name: upload_artifacts
- name: upload_server_log_artifacts
uses: actions/upload-artifact@v3
with:
name: server_rhn_logs
path: /var/log/rhn
- name: upload_support_config_log_artifacts
run: supportconfig
uses: actions/upload-artifact@v3
with:
name: support_config
path: /var/log/scc_*

0 comments on commit 71c957a

Please sign in to comment.