Compare commits

..

1 Commits
test ... master

Author SHA1 Message Date
Pavel Negrobov 614dbcfbc0 inf-1388 (#12)
1 month ago

@ -1,5 +1,5 @@
{
"80900": {"docker_image_name": "msvsphere89-systemd-tests", "os_name": "MSVSphere 8.9"},
"80900": {"docker_image_name": "msvsphere810-systemd-tests", "os_name": "MSVSphere 8.10"},
"81000": {"docker_image_name": "msvsphere810-systemd-tests", "os_name": "MSVSphere 8.10"},
"90400": {"docker_image_name": "msvsphere94-systemd-tests", "os_name": "MSVSphere 9.4"}
}

@ -0,0 +1,4 @@
{
"inferit-9_4-extras": {"repo_name": "koji-inferit-9_4-extras", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-9_4-extras-build/latest/x86_64/"},
"inferit-9_4-extras-build": {"repo_name": "koji-inferit-9_4-extras-build", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-9_4-extras-build/latest/x86_64/"}
}

@ -1,12 +1,12 @@
#!/bin/bash -x
#!/bin/bash
# Author: Alex Iribarren <Alex.Iribarren@cern.ch>
t_Log "Running $0 - testing comps.xml groups"
#if [ "$CONTAINERTEST" -eq "1" ]; then
# t_Log "Running in container -> SKIP"
# exit 0
#fi
if [ "$CONTAINERTEST" -eq "1" ]; then
t_Log "Running in container -> SKIP"
exit 0
fi
if [ "$centos_ver" -eq "7" ]; then
t_Log "CentOS $centos_ver -> SKIP"

@ -1,3 +0,0 @@
{
"packages": {"50_test_comps.sh": 20}
}
Loading…
Cancel
Save