Skip to content

Commit 6268947

Browse files
ghanshyamjharbott
authored andcommitted
Update branches for stable/rocky
Change-Id: Ia6de4b83f56c5ac0af19b0ca4f12aa4d47fd963a
1 parent 928617a commit 6268947

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/rocky
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
@@ -95,19 +95,7 @@ function test_libs_exist {
9595
echo "test_libs_exist PASSED"
9696
}
9797

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

111100
test_libs_exist
112-
test_branch_master
113101
test_all_libs_upto_date

0 commit comments

Comments
 (0)