mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
no more log collection
This commit is contained in:
committed by
Jonathan Shook
parent
28c4446a13
commit
06be5cde64
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@@ -53,17 +53,17 @@ jobs:
|
||||
# name: codecov-report
|
||||
# path: codecov-report.tgz
|
||||
|
||||
- name: Collecting logfiles
|
||||
if: success() || failure()
|
||||
run: tar -zcvf logfiles.tgz [a-zA-Z]**/logs/*
|
||||
# - name: Collecting logfiles
|
||||
# if: success() || failure()
|
||||
# run: tar -zcvf logfiles.tgz [a-zA-Z]**/logs/*
|
||||
|
||||
- name: Uploading log files
|
||||
if: success() || failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
name: nb-logs
|
||||
path: logfiles.tgz
|
||||
# - name: Uploading log files
|
||||
# if: success() || failure()
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# node-version: '16'
|
||||
# name: nb-logs
|
||||
# path: logfiles.tgz
|
||||
|
||||
- name: export docs
|
||||
if: success()
|
||||
|
||||
14
.github/workflows/preview.yml
vendored
14
.github/workflows/preview.yml
vendored
@@ -191,13 +191,13 @@ jobs:
|
||||
# asset_name: nb5
|
||||
# asset_content_type: application/octet-stream
|
||||
|
||||
- name: Archive Test Results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: test-results
|
||||
path: |
|
||||
[a-zA-Z]**/logs/*
|
||||
# - name: Archive Test Results
|
||||
# if: always()
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: test-results
|
||||
# path: |
|
||||
# [a-zA-Z]**/logs/*
|
||||
|
||||
# This triggers a preview build by cascading the tag to the builddocs repo.
|
||||
# The builddocs repo then pushes to preview or release depending on the tag.
|
||||
|
||||
Reference in New Issue
Block a user