Skip to content

Commit 4a7b148

Browse files
committed
Update devstack stable/2026.1 branch setting
Change-Id: I21ac773ee953ea65e3b92712362adc4279065322 Signed-off-by: Ghanshyam Maan <[email protected]>
1 parent b883990 commit 4a7b148

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

stackrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ source $RC_DIR/functions
1515

1616
# Set the target branch. This is used so that stable branching
1717
# does not need to update each repo below.
18-
TARGET_BRANCH=master
18+
TARGET_BRANCH=stable/2026.1
1919

2020
# Cycle trailing projects need to branch later than the others.
2121
TRAILING_TARGET_BRANCH=master

tests/test_libs_from_pypi.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -96,19 +96,7 @@ function test_libs_exist {
9696
echo "test_libs_exist PASSED"
9797
}
9898

99-
function test_branch_master {
100-
for lib in $ALL_LIBS; do
101-
if [[ ${GITBRANCH[$lib]} != "master" ]]; then
102-
echo "GITBRANCH for $lib not master (${GITBRANCH[$lib]})"
103-
exit 1
104-
fi
105-
done
106-
107-
echo "test_branch_master PASSED"
108-
}
109-
11099
set -o errexit
111100

112101
test_libs_exist
113-
test_branch_master
114102
test_all_libs_upto_date

0 commit comments

Comments
 (0)