Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
netbox-awx-plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
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
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
ICS Control System Infrastructure
netbox-awx-plugin
Merge requests
!7
add tests for signals -
INFRA-10664
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add tests for signals -
INFRA-10664
feature/INFRA-10376-unit-tests
into
main
Overview
1
Commits
5
Pipelines
3
Changes
3
Merged
Fahrudin Halilovic
requested to merge
feature/INFRA-10376-unit-tests
into
main
5 months ago
Overview
1
Commits
5
Pipelines
3
Changes
1
Expand
Closes
INFRA-10376
0
0
Merge request reports
Compare
version 2
version 2
1e2b8a76
5 months ago
version 1
1116b94d
5 months ago
main (base)
and
latest version
latest version
55ff3d72
5 commits,
5 months ago
version 2
1e2b8a76
2 commits,
5 months ago
version 1
1116b94d
1 commit,
5 months ago
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
3
−
3
Options
@@ -12,7 +12,7 @@ default:
build-package
:
stage
:
build
image
:
python:3
image
:
python:3
.11
before_script
:
-
python -m pip install build --user
script
:
@@ -24,7 +24,7 @@ build-package:
test
:
stage
:
test
image
:
python:3
image
:
python:3
.11
services
:
-
name
:
redis
variables
:
@@ -46,7 +46,7 @@ test:
release-package
:
stage
:
release
image
:
python:3
image
:
python:3
.11
before_script
:
-
python -m pip install twine --user
script
:
Loading