FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Identity Lib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Information Services
DevOps
Identity and Access Management
Identity Lib
Commits
49b39f01
Commit
49b39f01
authored
1 year ago
by
Mike Knee
Browse files
Options
Downloads
Patches
Plain Diff
Pin tox version and update pipeline versions
parent
70299f11
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!40
Add smoke test scripts to manually check functionality during updates
Pipeline
#376577
waiting for manual action
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
2
View file @
49b39f01
...
...
@@ -6,12 +6,12 @@ include:
# Overrides to AutoDevOps for testing
-
project
:
"
uis/devops/continuous-delivery/ci-templates"
ref
:
"
1.7.3
"
ref
:
"
v2.6.2
"
file
:
"
/auto-devops/tox-tests.yml"
# Allow publishing to pypi
-
project
:
"
uis/devops/continuous-delivery/ci-templates"
ref
:
"
1.7.3
"
ref
:
"
v2.6.2
"
file
:
"
/pypi-release.yml"
variables
:
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
49b39f01
...
...
@@ -55,7 +55,7 @@ ADD . .
COPY
--from=builder /generated/identitylib /usr/src/lib/identitylib
RUN
pip
install
--upgrade
pip
RUN
pip
install
tox
RUN
pip
install
tox
==
4.6.4
RUN
pip
install
-r
requirements.txt
# Build the distribution and move to the root of the filesysteem
...
...
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