Actions
Bug #73800
closedkeystone tasks fails at downloading step with error: "Remote branch stable/2024.1 not found in upstream origin"
Status:
Resolved
Priority:
High
Assignee:
-
Target version:
-
% Done:
0%
Source:
Q/A
Backport:
tentacle, squid, reef
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
backport_processed
Merge Commit:
Fixed In:
v20.3.0-4116-gbe8a046cb8
Released In:
Upkeep Timestamp:
2025-11-12T11:54:49+00:00
Description
Downloading keystone fails due to missing branch at GitHub repo.
2025-11-11T00:43:56.209 INFO:tasks.keystone:Downloading keystone... 2025-11-11T00:43:56.209 DEBUG:teuthology.orchestra.run.vm09:> git clone -b stable/2024.1 https://github.com/openstack/keystone.git /home/ubuntu/cephtest/keystone 2025-11-11T00:43:56.220 INFO:teuthology.orchestra.run.vm09.stderr:Cloning into '/home/ubuntu/cephtest/keystone'... 2025-11-11T00:43:56.611 INFO:teuthology.orchestra.run.vm09.stderr:fatal: Remote branch stable/2024.1 not found in upstream origin 2025-11-11T00:43:56.611 DEBUG:teuthology.orchestra.run:got remote process result: 128
Updated by Kyr Shatskyy 6 months ago
The issue is new, looks like indeed they drop stable/2024.1 branch:
$ git ls-remote https://github.com/openstack/keystone.git | grep heads | grep stable aea59e3117db10a3463dfcbac2caa7faa29dfccf refs/heads/stable/2024.2 0d4625051dc6bff22ee13c4e5e0c6b80d7af1d26 refs/heads/stable/2025.1 680ec90e47223dbe88865e76fe251c75997f6a7a refs/heads/stable/2025.2
Updated by Kyr Shatskyy 6 months ago
Probable fix https://github.com/ceph/ceph/pull/66198
Updated by Kyr Shatskyy 6 months ago
- Status changed from New to Pending Backport
Updated by Upkeep Bot 6 months ago
- Merge Commit set to be8a046cb8389955477e8a1d3f4648e0251632c6
- Fixed In set to v20.3.0-4116-gbe8a046cb8
- Upkeep Timestamp set to 2025-11-12T11:54:49+00:00
Updated by Upkeep Bot 6 months ago
- Copied to Backport #73815: tentacle: keystone tasks fails at downloading step with error: "Remote branch stable/2024.1 not found in upstream origin" added
Updated by Upkeep Bot 6 months ago
- Copied to Backport #73816: squid: keystone tasks fails at downloading step with error: "Remote branch stable/2024.1 not found in upstream origin" added
Updated by Upkeep Bot 6 months ago
- Copied to Backport #73817: reef: keystone tasks fails at downloading step with error: "Remote branch stable/2024.1 not found in upstream origin" added
Updated by J. Eric Ivancich 6 months ago
- Status changed from Pending Backport to Resolved
Actions