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
Commits
53cc8643
Commit
53cc8643
authored
2 weeks ago
by
Steve Traylen
Browse files
Options
Downloads
Patches
Plain Diff
disable some tests on 10
parent
444fcfc7
No related branches found
No related tags found
No related merge requests found
Pipeline
#12265492
failed
3 days ago
Stage: test
Changes
2
Pipelines
24
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
upstreamcentostests.sh
+7
-0
7 additions, 0 deletions
upstreamcentostests.sh
with
8 additions
and
0 deletions
.gitignore
0 → 100644
+
1
−
0
View file @
53cc8643
centos_functional_tests
This diff is collapsed.
Click to expand it.
upstreamcentostests.sh
+
7
−
0
View file @
53cc8643
...
...
@@ -40,17 +40,23 @@ cat > ./skipped-tests.list <<DELIM
9|tests/p_diffutils/10-cmp-tests|https://bugzilla.redhat.com/show_bug.cgi?id=1732960
8|tests/0_common/00_centos_repos.sh|We want to keep CERN repos enabled
9|tests/0_common/00_centos_repos.sh|We want to keep CERN repos enabled
10|tests/0_common/00_centos_repos.sh|We want to keep CERN repos enabled
8|tests/0_common/20_upgrade_all.sh|Avoid too much noise on CI logs
9|tests/0_common/20_upgrade_all.sh|Avoid too much noise on CI logs
8|tests/0_common/30_dns_works.sh|We spawn VM without waiting for DNS register
9|tests/0_common/30_dns_works.sh|We spawn VM without waiting for DNS register
8|tests/0_common/50_test_comps.sh|No need to test this here
9|tests/0_common/50_test_comps.sh|No need to test this here
10|tests/0_common/50_test_comps.sh|No need to test this here
9|tests/p_amanda/*|No amanda
10|tests/p_amanda/*|No amanda
9|tests/p_anaconda/*|No Anaconda patch
10|tests/p_anaconda/*|No Anaconda patch
8|tests/p_arpwatch/*|arpwatch always ends up in coredump in c8
9|tests/p_arpwatch/*|No arpwatch
10|tests/p_arpwatch/*|No arpwatch
9|tests/p_centos-release/centos-release_centos-base_repos.sh|Changed repo files
10|tests/p_centos-release/centos-release_centos-base_repos.sh|Changed repo files
8|tests/p_cron/*|Avoid spamming VM owner with cron tests
9|tests/p_cron/*|Avoid spamming VM owner with cron tests
9|tests/p_curl/0-install_curl.sh|Curl already installed, curl-minimal conflicts with curl
...
...
@@ -108,6 +114,7 @@ cat > ./skipped-tests.list <<DELIM
9|tests/z_rpminfo/*|Does not apply in our case
8|tests/z_repoclosure/*|No need to test this here
9|tests/z_repoclosure/*|No need to test this here
10|tests/p_annobin/*|No annobin in appstream
DELIM
DISTRO_NAME
=
$(
sed
'/^NAME/!d; s/.*\"\(.*\)\"/\1/'
/etc/os-release
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment