Skip to content

Commit

Permalink
revert: remove OCFS2 filesystem from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav committed Oct 31, 2023
1 parent 31c9947 commit caaedd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
fs: ['btrfs', 'xfs', 'ocfs2']
fs: ['btrfs', 'xfs']
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -128,4 +128,4 @@ jobs:
gcloud compute disks delete $DISK_NAME --zone=${{ env.ZONE }} --quiet
else
echo "Disk does not exist. Skipping deletion."
fi
fi

0 comments on commit caaedd6

Please sign in to comment.