-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PMM-12899 Use module and build cache for PMM Client #2871
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2871 +/- ##
==========================================
- Coverage 42.27% 42.27% -0.01%
==========================================
Files 396 396
Lines 50122 50123 +1
==========================================
Hits 21188 21188
- Misses 26931 26932 +1
Partials 2003 2003
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
34ddc26
to
6052a6e
Compare
@pmmbot rebuild |
563e7a3
to
224eefe
Compare
build/scripts/build-client-packages
Outdated
@@ -481,8 +490,6 @@ if [ "$TARBALL" = '1' -o "$SOURCE" = '1' ]; then | |||
fi | |||
|
|||
check_workdir | |||
get_system |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two functions already get executed a few lines above.
build/scripts/build-client-source
Outdated
fi | ||
} | ||
|
||
main() { | ||
rm -rf ${source_tarball} | ||
mkdir -p ${source_dir}/ $(dirname ${source_tarball}) || : | ||
echo "PMM_SUBMODULES_COMMIT=$(git rev-parse --short HEAD)" > ${client_properties} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was unused.
653b5a8
to
00a7c96
Compare
.github/workflows/main.yml
Outdated
@@ -143,8 +143,8 @@ jobs: | |||
env: | |||
SLACK_WEBHOOK: ${{ secrets.SLACK_TOKEN_PMM_CI }} | |||
SLACK_CHANNEL: "pmm-ci" | |||
SLACK_USERNAME: "PR pipelines bot" | |||
SLACK_ICON_EMOJI: ":chestnut:" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I couldn't resist - octocat seems to be a bit more to the point here :)
00a7c96
to
e8a918e
Compare
build/scripts/build-client-packages
Outdated
@@ -133,7 +131,6 @@ get_sources(){ | |||
echo "MongoExp_BRANCH_NAME=${MongoExp_BRANCH_NAME}" >> $VERSION_FILE | |||
echo "MysqlExp_BRANCH_NAME=${MysqlExp_BRANCH_NAME}" >> $VERSION_FILE | |||
echo "ProxysqlExp_BRANCH_NAME=${ProxysqlExp_BRANCH_NAME}" >> $VERSION_FILE | |||
echo "QAN_BRANCH_NAME=${QAN_BRANCH_NAME}" >> $VERSION_FILE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These removed variables were not used at all.
ed6ea92
to
bb728ea
Compare
bb728ea
to
4879e9c
Compare
PMM-12899
Link to the Feature Build: SUBMODULES-3589