Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing #20

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/hpc/mpi_master.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SUSE's openQA tests

Check failure on line 1 in tests/hpc/mpi_master.pm

View workflow job for this annotation

GitHub Actions / CI: Running static tests with perl v5.32

File tests/hpc/mpi_master.pm needs tidying

Check failure on line 1 in tests/hpc/mpi_master.pm

View workflow job for this annotation

GitHub Actions / CI: Running static tests with perl v5.32

File tests/hpc/mpi_master.pm needs tidying
#
# Copyright 2017-2021 SUSE LLC
# SPDX-License-Identifier: FSFAP
Expand Down Expand Up @@ -107,6 +107,10 @@
record_soft_failure('bsc#1199811 known problem on single core on mvapich2/2.2');
}
} else {
zypper_call('addrepo http://download.suse.de/ibs/home:/NMorey:/branches:/SUSE:/SLE-15-SP7:/GA/standard/ test');
zypper_call('refresh');
zypper_call('in libfabric');
record_info('TEST', script_output('zypper info libfabric'));
assert_script_run($mpirun_s->single_node("$exports_path{'bin'}/$mpi_bin"), timeout => 120);
}
}
Expand Down
Loading