Skip to content

Commit

Permalink
common: test gh-ras on stable 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed Jul 5, 2024
1 parent 88db614 commit ce34a03
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions utils/gha-runners/run-ras-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@
repo:
pmdk:
url: https://github.com/pmem/pmdk.git
branch: master
branch: test_pmem_ras
target_dir: "{{ working_dir_path }}/pmdk"
pmdk_tests:
url: https://github.com/pmem/pmdk-tests
branch: master
branch: add_sds
target_dir: "{{ working_dir_path }}/pmdk-tests"

tasks:
Expand Down Expand Up @@ -161,6 +161,7 @@
fstype: ext4
state: mounted
fstab: /tmp/tmp.fstab
opts: dax
with_together:
- "{{ uuids }}"
- "{{ pmem_devices }}"
Expand Down Expand Up @@ -259,6 +260,7 @@
fstype: ext4
state: mounted
fstab: /tmp/tmp.fstab
opts: dax
with_together:
- "{{ uuids }}"
- "{{ pmem_devices }}"
Expand Down

0 comments on commit ce34a03

Please sign in to comment.