|
611 | 611 | number: "{{ item }}" |
612 | 612 | state: present |
613 | 613 | part_type: "logical" |
614 | | - part_start: "{{ ((item - 5) * test_partsize ) + 1 }}GiB" |
615 | | - part_end: "{{ ((item - 4) * test_partsize ) }}GiB" |
| 614 | + part_start: "{{ ((item - 5) * test_partsize) + 1 }}GiB" |
| 615 | + part_end: "{{ ((item - 4) * test_partsize) }}GiB" |
616 | 616 | loop: "{{ range(5, 17) | list }}" |
617 | 617 | when: |
618 | 618 | - fstests_testdev_nvme_partition_euis|bool |
|
730 | 730 | - name: Set the export volname prefix |
731 | 731 | tags: vars |
732 | 732 | ansible.builtin.set_fact: |
733 | | - volname_prefix: "{{ ansible_host|regex_replace(kdevops_host_prefix + '-') }}-fs" |
| 733 | + volname_prefix: "{{ ansible_host | regex_replace(kdevops_host_prefix + '-') }}-fs" |
734 | 734 | when: |
735 | 735 | - fstests_fstyp == "nfs" or fstests_fstyp == "cifs" |
736 | 736 |
|
|
1100 | 1100 |
|
1101 | 1101 | - name: Store last kernel variable |
1102 | 1102 | ansible.builtin.set_fact: |
1103 | | - last_kernel: "{{ uname_cmd.stdout_lines | regex_replace('\\]') | regex_replace('\\[') | replace(\"'\",'') }}" |
| 1103 | + last_kernel: "{{ uname_cmd.stdout_lines | regex_replace('\\]') | regex_replace('\\[') | replace(\"'\", '') }}" |
1104 | 1104 | tags: ["oscheck", "fstests", "copy_results", "print_results", "augment_expunge_list"] |
1105 | 1105 | run_once: true |
1106 | 1106 |
|
|
1194 | 1194 | chdir: "{{ fstests_data_target }}" |
1195 | 1195 | environment: |
1196 | 1196 | FSTYP: "{{ fstests_fstyp }}" |
1197 | | - FSTESTS_LINUX_LOCALVERSION: "{{ target_linux_localversion | default ('') }}" |
| 1197 | + FSTESTS_LINUX_LOCALVERSION: "{{ target_linux_localversion | default('') }}" |
1198 | 1198 | KEEP_DMESG: "yes" |
1199 | 1199 | register: failed_tests_limit |
1200 | 1200 | when: |
|
1273 | 1273 | FSTYP: "{{ fstests_fstyp }}" |
1274 | 1274 | FSTESTS_SPARSE_FILE_PATH: "{{ sparsefiles_path }}" |
1275 | 1275 | FSTESTS_SETUP_SYSTEM: "{{ fstests_setup_system }}" |
1276 | | - FSTESTS_LINUX_LOCALVERSION: "{{ target_linux_localversion | default ('') }}" |
| 1276 | + FSTESTS_LINUX_LOCALVERSION: "{{ target_linux_localversion | default('') }}" |
1277 | 1277 | FSTESTS_TESTDEV_SPARSEFILE_GENERATION: "{{ sparsefiles_generation }}" |
1278 | 1278 | FSTESTS_SPARSE_FILE_SIZE: "{{ sparsefiles_size }}" |
1279 | 1279 | FSTESTS_SPARSE_FILENAME_PREFIX: "{{ sparsefiles_filename_prefix }}" |
1280 | | - FSTESTS_RUN_LARGE_DISK_TESTS: "{{ run_large_disk_tests | default ('') }}" |
| 1280 | + FSTESTS_RUN_LARGE_DISK_TESTS: "{{ run_large_disk_tests | default('') }}" |
1281 | 1281 | FSTESTS_RUN_AUTO_GROUP_TESTS: "{{ run_auto_group_tests }}" |
1282 | 1282 | FSTESTS_RUN_CUSTOM_GROUP_TESTS: "{{ run_custom_group_tests }}" |
1283 | 1283 | FSTESTS_EXCLUDE_TEST_GROUPS: "{{ exclude_test_groups }}" |
|
0 commit comments