Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove file deletion from RHCOS script #2727

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion script/rhcos_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ALREADY_PROCESSED_VERSIONS=$(cat ./tests/platform/operatingsystem/files/rhcos_ve
# Keep track of successful API query versions that come back missing.
MISSING_VERSIONS=()

rm -f ./tests/platform/operatingsystem/files/rhcos_version_map &>/dev/null
# rm -f ./tests/platform/operatingsystem/files/rhcos_version_map &>/dev/null

for i in "${CHANNELS[@]}"; do
echo "----"
Expand Down
2 changes: 2 additions & 0 deletions tests/platform/operatingsystem/files/rhcos_version_map
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@
4.15.41 / 415.92.202412022228-0
4.15.42 / 415.92.202412171121-0
4.15.43 / 415.92.202501080724-0
4.15.44 / 415.92.202501152057-0
4.15.5 / 415.92.202403191241-0
4.15.6 / 415.92.202403270524-0
4.15.7 / 415.92.202403270524-0
Expand Down Expand Up @@ -466,6 +467,7 @@
4.17.11 / 417.94.202412250812-0
4.17.12 / 417.94.202501071621-0
4.17.13 / 417.94.202501150123-0
4.17.14 / 417.94.202501220426-0
4.17.2 / 417.94.202410160352-0
4.17.3 / 417.94.202410211619-0
4.17.4 / 417.94.202411050056-0
Expand Down
Loading