Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python3-testing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Open Source Software
Software Testing
python3-testing
Commits
8ccf4e43
Commit
8ccf4e43
authored
1 year ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
Add testing for centos
parent
eb86bb7e
Branches
trunk
No related tags found
No related merge requests found
Pipeline
#22154
failed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-1
4 additions, 1 deletion
.gitlab-ci.yml
with
4 additions
and
1 deletion
.gitlab-ci.yml
+
4
−
1
View file @
8ccf4e43
...
...
@@ -5,7 +5,10 @@ test_passing_case:
tags
:
-
ubuntu22
script
:
|
docker build --build-arg BASE_TAG=python:latest --build-arg INSTALL_BIN=python3 .
# ubuntu22 image
docker build --build-arg BASE_TAG=python:latest --build-arg INSTALL_BIN=python3 .
# centos image
docker build --build-arg BASE_TAG=centos/python-38-centos7 --build-arg INSTALL_BIN=python3 .
test_failing_case
:
tags
:
...
...
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