SKIP UPGRADE Resolve "Update Tempo test-values.yaml"
General MR
Summary
Remove duplicate values present in test-values.yaml that are already present in default values.yaml
Relevant logs/screenshots
N/A
Linked Issue
Upgrade Notices
N/A
Closes #2350 (closed)
Merge request reports
Activity
added kindmaintenance priority6 teamDevelopment & Ops labels
added tempo label
assigned to @matt.vasquez
for reviewer:
Check for BB test-values dupes in main branch:
comm -1 -2 \ <(yq -P 'sort_keys(..)' -o=props <(curl -s https://repo1.dso.mil/big-bang/product/packages/tempo/-/raw/main/chart/values.yaml) | sort) \ <(yq -P '.tempo.values' -o=props <(curl -s https://repo1.dso.mil/big-bang/bigbang/-/raw/master/tests/test-values.yaml) | sort) \ | sed '/^$/d'
Check for BB test-values dupes on THIS (2350-update-tempo-test-values-yaml) branch:
comm -1 -2 \ <(yq -P 'sort_keys(..)' -o=props <(curl -s https://repo1.dso.mil/big-bang/product/packages/tempo/-/raw/main/chart/values.yaml) | sort) \ <(yq -P '.tempo.values' -o=props <(curl -s https://repo1.dso.mil/big-bang/bigbang/-/raw/2350-update-tempo-test-values-yaml/tests/test-values.yaml) | sort) \ | sed '/^$/d'
Command should have no output if there are no dupes found.
added statusreview label
mentioned in commit ae4855ec
Please register or sign in to reply