UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
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
Admin message
Currently supported Big Bang Version is 2.50
Show more breadcrumbs
Big Bang
bigbang
Commits
ce06e2a3
Commit
ce06e2a3
authored
3 years ago
by
Micah Nagel
Committed by
Ryan Garcia
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update `wait_crd` to run on addons
parent
12ed3c51
Branches
release-2.28.x
Tags
2.28.1
2.28.1-rc.0
2 merge requests
!1386
Master
,
!1039
Update `wait_crd` to run on addons
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/deploy/02_wait_for_helmreleases.sh
+2
-2
2 additions, 2 deletions
tests/deploy/02_wait_for_helmreleases.sh
with
2 additions
and
2 deletions
tests/deploy/02_wait_for_helmreleases.sh
+
2
−
2
View file @
ce06e2a3
...
...
@@ -135,8 +135,8 @@ function wait_daemonset(){
# Check for and run the wait_project function within <repo>/tests/wait.sh to wait for custom resources
function
wait_crd
(){
yq e
'
. | keys
| .[] | ... comments=""'
"
${
VALUES_FILE
}
"
|
while
IFS
=
read
-r
package
;
do
if
[[
"
$(
yq e
".
${
package
}
.enabled"
"
${
VALUES_FILE
}
"
)
"
==
"true"
]]
;
then
yq e
'
(.,.addons)
| .[] | ... comments=""
| (path | join("."))
'
"
${
CI_
VALUES_FILE
}
"
|
while
IFS
=
read
-r
package
;
do
if
[[
"
$(
yq e
".
${
package
}
.enabled"
"
${
CI_
VALUES_FILE
}
"
)
"
==
"true"
]]
;
then
gitrepo
=
$(
yq e
".
${
package
}
.git.repo"
"
${
VALUES_FILE
}
"
)
version
=
$(
yq e
".
${
package
}
.git.tag"
"
${
VALUES_FILE
}
"
)
if
[[
-z
"
$version
"
||
"
$version
"
==
"null"
]]
;
then
...
...
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