René's URL Explorer Experiment


Title: Add the Android build factory by xdegaye · Pull Request #26 · python/buildmaster-config · GitHub

Open Graph Title: Add the Android build factory by xdegaye · Pull Request #26 · python/buildmaster-config

X Title: Add the Android build factory by xdegaye · Pull Request #26 · python/buildmaster-config

Description: The Python test suite succeeds when run with buildbot strenuous settings with all the Android architectures on API 24: x86, x86_64, armv7 and arm64. This PR proposes to update master.cfg to run buildbots for Android. The Android build system is implemented at issue bpo-30386 and PR 1629, it adds the Android/ directory and the configure-android script to the root of the source directory without modifying any other file. The build system can be installed, upgraded (i.e. the SDK and NDK) and run remotely, through ssh for example. The Android emulator is actually qemu, so the test suites for x86 and x86_64 last about the same time as the test suite run natively when the processor of the build system is of the x86 family. The test suites for the arm architectures last much longer: about 8 hours for arm64 and 10 hours for armv7 on a four years old laptop when the test suite is run with -u all -j1. Since none of the changes to Python that have been made for Android is specific to armv7 or arm64, maybe their test suite could be run just weekly. The buildbot.sh script simulates the operations executed by a buildbot worker (except for the git step) and explains the changes to master.cfg proposed here. Its content is listed here: #! /bin/bash # Run the commands triggered by a Python buildbot master. # makesetup step PYTHON_DEVPT_VERSION=3.7 \ WITH_LIBRARIES=libffi,ncurses,openssl,readline,sqlite \ EMULATOR_CMD_LINE_OPTIONS="-use-system-libs -no-window" \ ANDROID_API=24 \ ANDROID_ARCH=x86_64 \ Android/makesetup --with-pydebug > makesetup.log 2>&1 echo "makesetup step done with exit status: $?" # compile step make all > compile.log 2>&1 echo "compile step done with exit status: $?" # pythoninfo step make pythoninfo > pythoninfo.log 2>&1 echo "pythoninfo step done with exit status: $?" # test step make buildbottest TESTOPTS=-j2 TESTPYTHONOPTS= TESTTIMEOUT=900 > test.log 2>&1 echo "test step done with exit status: $?" # clean step make distclean > clean.log 2>&1 echo "clean step done with exit status: $?" Running this script on x86_64 gives the following results (the corresponding five log files are attached in the next comment) when it is run the second time, on the first run the native python and the external libraries are built and compile.log contains a lot more lines: $ /path/to/buildbot.sh makesetup step done with exit status: 0 compile step done with exit status: 0 pythoninfo step done with exit status: 0 test step done with exit status: 0 clean step done with exit status: 0

Open Graph Description: The Python test suite succeeds when run with buildbot strenuous settings with all the Android architectures on API 24: x86, x86_64, armv7 and arm64. This PR proposes to update master.cfg to run bui...

X Description: The Python test suite succeeds when run with buildbot strenuous settings with all the Android architectures on API 24: x86, x86_64, armv7 and arm64. This PR proposes to update master.cfg to run bui...

Opengraph URL: https://github.com/python/buildmaster-config/pull/26

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:c5140a35-f0c0-021d-9448-12afe3f43993
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9110:1CFD94:F8BA6:149D71:6A4C68CD
html-safe-nonced07524f28407b7c082892c0162742230d58276100625e03e46b5aa8425260321
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MTEwOjFDRkQ5NDpGOEJBNjoxNDlENzE6NkE0QzY4Q0QiLCJ2aXNpdG9yX2lkIjoiMzgxMTMyMTQ4MzQwMTg5Mzg5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmace695f3a50f93d93ddcc6e1e6414ebd2d8d8e6f564122c0b9c91a525ee574f60a
hovercard-subject-tagpull_request:157287118
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python/buildmaster-config/pull/26/files
twitter:imagehttps://avatars.githubusercontent.com/u/6141911?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/6141911?s=400&v=4
og:image:altThe Python test suite succeeds when run with buildbot strenuous settings with all the Android architectures on API 24: x86, x86_64, armv7 and arm64. This PR proposes to update master.cfg to run bui...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/python/buildmaster-config git https://github.com/python/buildmaster-config.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id80488055
octolytics-dimension-repository_nwopython/buildmaster-config
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id80488055
octolytics-dimension-repository_network_root_nwopython/buildmaster-config
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release14099438da5379150f15a2892474c7c7e6c0e55e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/buildmaster-config/pull/26/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fbuildmaster-config%2Fpull%2F26%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fbuildmaster-config%2Fpull%2F26%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=python%2Fbuildmaster-config
Reloadhttps://github.com/python/buildmaster-config/pull/26/files
Reloadhttps://github.com/python/buildmaster-config/pull/26/files
Reloadhttps://github.com/python/buildmaster-config/pull/26/files
Please reload this pagehttps://github.com/python/buildmaster-config/pull/26/files
python https://github.com/python
buildmaster-confighttps://github.com/python/buildmaster-config
Please reload this pagehttps://github.com/python/buildmaster-config/pull/26/files
Notifications https://github.com/login?return_to=%2Fpython%2Fbuildmaster-config
Fork 63 https://github.com/login?return_to=%2Fpython%2Fbuildmaster-config
Star 60 https://github.com/login?return_to=%2Fpython%2Fbuildmaster-config
Code https://github.com/python/buildmaster-config
Issues 6 https://github.com/python/buildmaster-config/issues
Pull requests 2 https://github.com/python/buildmaster-config/pulls
Actions https://github.com/python/buildmaster-config/actions
Projects https://github.com/python/buildmaster-config/projects
Security and quality 0 https://github.com/python/buildmaster-config/security
Insights https://github.com/python/buildmaster-config/pulse
Code https://github.com/python/buildmaster-config
Issues https://github.com/python/buildmaster-config/issues
Pull requests https://github.com/python/buildmaster-config/pulls
Actions https://github.com/python/buildmaster-config/actions
Projects https://github.com/python/buildmaster-config/projects
Security and quality https://github.com/python/buildmaster-config/security
Insights https://github.com/python/buildmaster-config/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fbuildmaster-config%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fbuildmaster-config%2Fissues%2Fnew%2Fchoose
xdegayehttps://github.com/xdegaye
python:masterhttps://github.com/python/buildmaster-config/tree/master
Conversation 6 https://github.com/python/buildmaster-config/pull/26
Commits 1 https://github.com/python/buildmaster-config/pull/26/commits
Checks 0 https://github.com/python/buildmaster-config/pull/26/checks
Files changed https://github.com/python/buildmaster-config/pull/26/files
Please reload this pagehttps://github.com/python/buildmaster-config/pull/26/files
Add the Android build factory https://github.com/python/buildmaster-config/pull/26/files#top
Show all changes 1 commit https://github.com/python/buildmaster-config/pull/26/files
cbee090 Add the Android build factory xdegaye Dec 8, 2017 https://github.com/python/buildmaster-config/pull/26/commits/cbee09034175e14998127fc324933e5b00e62e43
Clear filters https://github.com/python/buildmaster-config/pull/26/files
Please reload this pagehttps://github.com/python/buildmaster-config/pull/26/files
Please reload this pagehttps://github.com/python/buildmaster-config/pull/26/files
master/master.cfghttps://github.com/python/buildmaster-config/pull/26/files#diff-ce49b1fdeebe0f789f124c7dc00499acb766dba6c415c6de37cc08fb84022c11
View file https://github.com/python/buildmaster-config/blob/cbee09034175e14998127fc324933e5b00e62e43/master/master.cfg
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/buildmaster-config/pull/26/{{ revealButtonHref }}
https://github.com/python/buildmaster-config/pull/26/files#diff-ce49b1fdeebe0f789f124c7dc00499acb766dba6c415c6de37cc08fb84022c11
https://github.com/python/buildmaster-config/pull/26/files#diff-ce49b1fdeebe0f789f124c7dc00499acb766dba6c415c6de37cc08fb84022c11
https://github.com/python/buildmaster-config/pull/26/files#diff-ce49b1fdeebe0f789f124c7dc00499acb766dba6c415c6de37cc08fb84022c11
https://github.com/python/buildmaster-config/pull/26/files#diff-ce49b1fdeebe0f789f124c7dc00499acb766dba6c415c6de37cc08fb84022c11
https://github.com/python/buildmaster-config/pull/26/files#diff-ce49b1fdeebe0f789f124c7dc00499acb766dba6c415c6de37cc08fb84022c11
https://github.com/python/buildmaster-config/pull/26/files#diff-ce49b1fdeebe0f789f124c7dc00499acb766dba6c415c6de37cc08fb84022c11
https://github.com/python/buildmaster-config/pull/26/files#diff-ce49b1fdeebe0f789f124c7dc00499acb766dba6c415c6de37cc08fb84022c11
https://github.com/python/buildmaster-config/pull/26/files#diff-ce49b1fdeebe0f789f124c7dc00499acb766dba6c415c6de37cc08fb84022c11
https://github.com/python/buildmaster-config/pull/26/files#diff-ce49b1fdeebe0f789f124c7dc00499acb766dba6c415c6de37cc08fb84022c11
https://github.com/python/buildmaster-config/pull/26/files#diff-ce49b1fdeebe0f789f124c7dc00499acb766dba6c415c6de37cc08fb84022c11
https://github.com/python/buildmaster-config/pull/26/files#diff-ce49b1fdeebe0f789f124c7dc00499acb766dba6c415c6de37cc08fb84022c11
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.