Skip to content

Commit 6517b37

Browse files
committed
cherry-pick test_informer and test_metrics
1 parent 496f1e9 commit 6517b37

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

scripts/apply-hotfixes.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,15 @@ else
7878
exit 1
7979
fi;
8080

81+
# Patching commit for test_informer and test_metrics
82+
git cherry-pick b5f4b4cc504e7f10956b52de6aa676e22c8952f0
83+
if [ $? -eq 0 ]
84+
then
85+
echo Successfully patched changes for test_informer and test_metrics
86+
else
87+
echo Failed to patch changes for test_informer and test_metrics
88+
git restore --staged .
89+
exit 1
90+
fi;
91+
8192
git commit -m "Apply hotfixes"

0 commit comments

Comments
 (0)