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
!16
Rename CS9 variable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Rename CS9 variable
cs9
into
master
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Alex Iribarren
requested to merge
cs9
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
97423b2d
1 commit,
3 years ago
3 files
+
7
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
ci/c9s.yml
+
4
−
4
Options
@@ -5,7 +5,7 @@ cs9_unman_physical:
ARCH
:
x96_64
only
:
variables
:
-
$TEST_OS9
s
== 'True' && $TEST_PHYSICAL == 'True' && $TEST_UNMANAGED == 'True'
-
$TEST_OS9 == 'True' && $TEST_PHYSICAL == 'True' && $TEST_UNMANAGED == 'True'
allow_failure
:
true
cs9_unman_virtual
:
@@ -16,7 +16,7 @@ cs9_unman_virtual:
DELETE_FAILURES
:
"
False"
only
:
variables
:
-
$TEST_OS9
s
== 'True' && $TEST_VIRTUAL == 'True' && $TEST_UNMANAGED == 'True'
-
$TEST_OS9 == 'True' && $TEST_VIRTUAL == 'True' && $TEST_UNMANAGED == 'True'
allow_failure
:
true
cs9_puppet_physical
:
@@ -26,7 +26,7 @@ cs9_puppet_physical:
ARCH
:
x96_64
only
:
variables
:
-
$TEST_OS9
s
== 'True' && $TEST_PHYSICAL == 'True' && $TEST_PUPPET == 'True'
-
$TEST_OS9 == 'True' && $TEST_PHYSICAL == 'True' && $TEST_PUPPET == 'True'
allow_failure
:
true
cs9_puppet_virtual
:
@@ -36,5 +36,5 @@ cs9_puppet_virtual:
ARCH
:
x96_64
only
:
variables
:
-
$TEST_OS9
s
== 'True' && $TEST_VIRTUAL == 'True' && $TEST_PUPPET == 'True'
-
$TEST_OS9 == 'True' && $TEST_VIRTUAL == 'True' && $TEST_PUPPET == 'True'
allow_failure
:
true
Loading