Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Sep 28, 2024
1 parent 688e0d5 commit 8e4562b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/daos_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ jobs:
git submodule update
scons install -j16 --build-deps=yes
# - name: Tree ${{ env.DAOS_PATH }}
# working-directory: ${{ env.DAOS_PATH }}
# run: |
# sudo apt-get install tree
# tree

- name: Save ${{ env.DAOS_PATH }} as cache
if: ${{ env.DAOS_BUILD == 1 }}
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Expand All @@ -98,12 +92,6 @@ jobs:
path: ${{ env.DAOS_PATH }}
key: opt_daos

# - name: Upload ${{ env.DAOS_PATH }} as artifact
# uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
# with:
# name: opt_daos
# path: ${{ env.DAOS_PATH }}

- name: Install PMDK's dependencies
run: sudo apt-get install libndctl-dev libdaxctl-dev pandoc

Expand Down Expand Up @@ -143,7 +131,7 @@ jobs:
PMEMOBJ_CONF: sds.at_create=0
run: |
export PATH=${{ env.DAOS_PATH }}/bin:$PATH
./RUNTESTS.sh daos_dtx
./RUNTESTS.sh daos_dtx 2> daos_dtx/err.log
- name: Upload test results as artifact
if: failure()
Expand Down

0 comments on commit 8e4562b

Please sign in to comment.