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
!2
An error occurred while fetching the assigned milestone of the selected merge_request.
--nova-parameter -> --nova-property
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
--nova-parameter -> --nova-property
ibarrien_nova_property
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Nacho Barrientos
requested to merge
ibarrien_nova_property
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
https://its.cern.ch/jira/browse/CRM-3761
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b5b4035c
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
testallthethings.sh
+
1
−
1
Options
@@ -178,7 +178,7 @@ while [[ ${#TOBETESTED[@]} -gt 0 ]]; do
DELAY
=
$((
$RANDOM
%
10
))
t_Log
"Wait
${
DELAY
}
seconds"
sleep
$DELAY
cmd
=
"ai-bs --nova-sshkey imageci --landb-responsible imageci --nova-p
arameter
centos_test_cleanup=true --nova-flavor '
${
flavor
}
' --nova-image '
${
IMAGE
}
' --foreman-hostgroup '
${
PUPPET_HOSTGROUP
}
' --foreman-environment '
${
PUPPET_ENVIRONMENT
}
' '
${
p_name
}
'"
cmd
=
"ai-bs --nova-sshkey imageci --landb-responsible imageci --nova-p
roperty
centos_test_cleanup=true --nova-flavor '
${
flavor
}
' --nova-image '
${
IMAGE
}
' --foreman-hostgroup '
${
PUPPET_HOSTGROUP
}
' --foreman-environment '
${
PUPPET_ENVIRONMENT
}
' '
${
p_name
}
'"
t_BoldGreen
"
${
cmd
}
"
testStart
"
${
TESTTYPE
}
-
${
flavor
}
"
"create"
cmd_output
=
$(
eval
${
cmd
}
2>&1
)
Loading