Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Image CI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
linuxsupport
Testing
Image CI
Merge requests
!6
add additional ELC exclusions from upstream CentOS tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add additional ELC exclusions from upstream CentOS tests
elcfixes
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Ben Morrice
requested to merge
elcfixes
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
42e796b1
1 commit,
3 years ago
1 file
+
5
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
upstreamcentostests.sh
+
5
−
0
Options
@@ -67,7 +67,12 @@ DELIM
# Disable obvious CentOS jobs for elc distros ...
LSB_DISTRO_ID
=
`
lsb_release
-si
`
if
[
"
$LSB_DISTRO_ID
"
!=
"CentOS"
]
;
then
# Performs tests on /etc/centos-release and friends
echo
"8|tests/p_centos-release/*|Not applicable on
$LSB_DISTRO_ID
"
>>
./skipped-tests.list
# Checks if the kernel secure boot signing key is 'CentOS'
echo
"8|tests/p_kernel/*|Not applicable on
$LSB_DISTRO_ID
"
>>
./skipped-tests.list
# Uses /etc/centos-release as an input file
echo
"8|tests/r_pdf/01_pdf-test*|Not applicable on
$LSB_DISTRO_ID
"
>>
./skipped-tests.list
fi
# Tweaks for test suite to work on CERN CentOS
Loading