Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
linuxsupport
cc7-base
Commits
fbaccb08
Commit
fbaccb08
authored
Jan 23, 2020
by
Daniel Juarez
💬
Browse files
concat instead of redirect so we merge skips
parent
e937c204
Pipeline
#1362634
failed with stages
in 48 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cerncentostests.sh
View file @
fbaccb08
...
...
@@ -6,16 +6,8 @@ yum install git -y
git clone https://gitlab.cern.ch/linuxsupport/cern_centos_functional_tests.git
cd
cern_centos_functional_tests
;
# Disable certain tests for docker base image
cat
>
./skipped-tests.list
<<
DELIM
# This file contains list of tests we need/want to skip
# Reason is when there is upstream bug that we're aware of
# So this file should contain:
# - centos version (using
$centos_ver
)
# - test to skip (tests/p_
${
name
}
/test.sh)
# - reason why it's actually skipped (url to upstream BZ, or bug report)
# Separated by |
7|tests/0_common/00_centos_repos.sh|We want to keep CERN repos enabled
# Disable certain tests for docker base image, concat with defaults
cat
>>
./skipped-tests.list
<<
DELIM
7|tests/cern_specific/3_check_cern_ntp.sh|No NTP on base image
DELIM
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment