Skip to content
Snippets Groups Projects

Draft: Upload logs from setup-test-env

Closed John McDonnell requested to merge jmd/gitaly-transactions-test into master
1 unresolved thread
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
  • 38f01bcd
    Upload logs from setup-test-env · 38f01bcd
    Sami Hiltunen authored
    setup-test-env CI job sets up the test environment. It's currently
    not uploading the logs as artifacts which hinders debugging for
    example Gitaly start up failures. This commit starts uploading the
    logs as well.
@@ -45,6 +45,7 @@ setup-test-env:
@@ -45,6 +45,7 @@ setup-test-env:
- ${TMP_TEST_FOLDER}/repositories/
- ${TMP_TEST_FOLDER}/repositories/
- ${TMP_TEST_FOLDER}/second_storage/
- ${TMP_TEST_FOLDER}/second_storage/
- ${TMP_TEST_GITLAB_WORKHORSE_PATH}/
- ${TMP_TEST_GITLAB_WORKHORSE_PATH}/
 
- log/*.log
when: always
when: always
setup-test-env-fips:
setup-test-env-fips:
Loading