Activity log for bug #1954536

Date Who What changed Old value New value Message
2021-12-10 20:58:35 Scott Little bug added bug
2021-12-10 21:13:55 OpenStack Infra starlingx: status New In Progress
2021-12-14 15:42:24 Ghada Khalil tags stx.build
2021-12-14 15:42:54 Ghada Khalil starlingx: assignee Scott Little (slittle1)
2021-12-14 15:42:58 Ghada Khalil starlingx: importance Undecided Medium
2021-12-14 15:43:25 Ghada Khalil description Brief Description ----------------- During creation of the r/stx.6.0 branch, the opendev gerrit server was failing on a high percentage of all git review and git push commands. The branching scripts need to tolerate glitches by adding delays and retries. Perhaps the high volume of requests over a short time was triggering an anti-spam or anti-DDS function? Severity -------- Provide the severity of the defect. Major Steps to Reproduce ------------------ create_branches_and_tags.sh --branch=__test__ --remotes=starlingx --manifest --soft-lock-down --default-revision --gitreview-default --lock-down-exclude-remotes=starlingx-docs --manifest push_branches_tags.sh --branch=__test__ --remotes=starlingx --manifest Expected Behavior ------------------ branches are pushed to all gits without error Actual Behavior ---------------- nearly 50% of branches failed to push Reproducibility --------------- 100% System Configuration -------------------- N/A Branch/Pull Time/Commit ----------------------- Dec 9 2021 Last Pass --------- N/A Timestamp/Logs -------------- Problem running 'git remote update gerrit' Fetching gerrit ssh_exchange_identification: read: Connection reset by peer fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. error: Could not fetch gerrit .. Problems encountered installing commit-msg hook The following command failed with exit code 1 "scp -P29418 slittle1@review.opendev.org:hooks/commit-msg .git/hooks/commit-msg" ----------------------- ssh_exchange_identification: read: Connection reset by peer ----------------------- ERROR: 1: failed to setup git review in /localdisk/designer/slittle1/stx-6.0/cgcs-root/stx/test slittle1@yow-slittle1-lx2$create_branches_and_tags.sh --branch=r/stx.6.0 --remotes=starlingx --manifest --soft-lock-down --default-revision --gitreview-default --lock-down-exclude-remotes=starlingx-docs Test Activity ------------- Build Workaround ---------- Manual branch creation Brief Description ----------------- During creation of the r/stx.6.0 branch, the opendev gerrit server was failing on a high percentage of all git review and git push commands. The branching scripts need to tolerate glitches by adding delays and retries. Perhaps the high volume of requests over a short time was triggering an anti-spam or anti-DDS function? Severity -------- Major Steps to Reproduce ------------------ create_branches_and_tags.sh --branch=__test__ --remotes=starlingx --manifest --soft-lock-down --default-revision --gitreview-default --lock-down-exclude-remotes=starlingx-docs --manifest push_branches_tags.sh --branch=__test__ --remotes=starlingx --manifest Expected Behavior ------------------ branches are pushed to all gits without error Actual Behavior ---------------- nearly 50% of branches failed to push Reproducibility --------------- 100% System Configuration -------------------- N/A Branch/Pull Time/Commit ----------------------- Dec 9 2021 Last Pass --------- N/A Timestamp/Logs -------------- Problem running 'git remote update gerrit' Fetching gerrit ssh_exchange_identification: read: Connection reset by peer fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. error: Could not fetch gerrit .. Problems encountered installing commit-msg hook The following command failed with exit code 1     "scp -P29418 slittle1@review.opendev.org:hooks/commit-msg .git/hooks/commit-msg" ----------------------- ssh_exchange_identification: read: Connection reset by peer ----------------------- ERROR: 1: failed to setup git review in /localdisk/designer/slittle1/stx-6.0/cgcs-root/stx/test slittle1@yow-slittle1-lx2$create_branches_and_tags.sh --branch=r/stx.6.0 --remotes=starlingx --manifest --soft-lock-down --default-revision --gitreview-default --lock-down-exclude-remotes=starlingx-docs Test Activity ------------- Build Workaround ---------- Manual branch creation
2021-12-14 15:44:10 Ghada Khalil tags stx.build stx.7.0 stx.build
2021-12-18 00:14:50 OpenStack Infra starlingx: status In Progress Fix Released