summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-06Disable running lldb testsdiana/release/15.0.0Muhammad Omair Javaid
Change-Id: I7abecb756b7e5781d6810cc40effe258431bdc48
2022-12-05Use lldb-server mode for running lldb testsMuhammad Omair Javaid
Change-Id: Id4912f13118520b79588e86e6e15352c12250a10
2022-12-05LLVM WoA Release: Disable LLDB watchpoint testsMuhammad Omair Javaid
Change-Id: I71b5d88c6fa58297b47f902759a33f3cc4ea0f4c
2022-10-06tcwg-llvm-release.sh: Increase file descriptors limitDiana Picus
At the moment we're getting errors along the lines of: "./test-release.sh: cannot make pipe for command substitution: Too many open files" Try to set a higher limit using ulimit (I think the current limit is 1024, so we're trying 65536 instead). Change-Id: I177a183385fa062d519a8df6ecdff139cdfe14fa
2022-10-06Revert "Try to patch up armv7"Diana Picus
This reverts commit 89a7f120fd1907317deb9c6fbab500633c0be9c3.
2022-10-06Try to patch up armv7Diana Picus
Change-Id: I6e71e4c3c8567b958fcf0002a80d7dfb2e347b15
2022-10-04round-robin.sh,tcwg_bmk-build.sh: Can build llvm for flangLaurent Alfonsi
Change-Id: Ic97dd373bcc46b770cb73df2ff88379549bdf5f6
2022-10-04tcwg_bmk-build.sh: build llvm for flang for some projectsLaurent Alfonsi
Change-Id: I40617eb82eb1d07050bdee7f8d99943f992eb3e6
2022-10-03tcwg_bmk-build.sh: Fix ci_options handlingLaurent Alfonsi
Change-Id: Ia468449db9e8aba357f4cf256ebff45a784dab4f
2022-09-30round-robin.sh,tcwg_bmk-build.sh: Add a way to choose to build flang from ↵Laurent Alfonsi
the ci project This is controlled by option "==rr[ci_options] build_llvm_flang". This can be used from ci project or directly in manifest.sh file Change-Id: Ieab370e679817b28c3f834800bd92267c428337c
2022-09-30tcwg_bmk-build.sh: Collect symbols that are skipped by md5sum checks.Prathamesh Kulkarni
The patch stores symbols that are skipped by md5sums in $run_step_artifacts/skipped-symbols.txt. The intent is to monitor the file over next few runs, and if it turns out to be OK, we can enable md5sum processing again. Change-Id: I5c522290f0f347cb26dbbd990a87536222578317
2022-09-30tcwg_bmk-build.sh: Run VECT benchmark jobs in parallel.Prathamesh Kulkarni
Change-Id: Ie8eec7a5129ca5a727265640e919388313638581
2022-09-29tcwg_bmk-build.sh: Always parallel run_profile for fx700Laurent Alfonsi
parallel run_profile depends more on the fx700 machine (48 cores), than on the pec2017 bench. Changing this allows to have parallel runs also for subsets of spec2017 running on fx700 machine, and could also be used for spec2k6 on fx700. Change-Id: Ie3d9df749ad917dc3a10aae5494eb6f0b1e8e4a9
2022-09-27dashboard-generate-squad.sh: Keep only Mean,mean valueLaurent Alfonsi
Change-Id: I9d008f81e94e1956bb26c5a989f38f3e8fc890a3
2022-09-27tcwg-report-stale-rr-jobs.sh: Fix suggestionsLaurent Alfonsi
Change-Id: I4a450ead2b72d08d924143b321c66a2fdf072796
2022-09-27Add top-level .editorconfig fileThiago Jung Bauermann
This allows several editors to automatically use the correct settings when editing this project's files. Some editors have native support for this format, while others need a plugin. See the following URL for more information: https://editorconfig.org/ Change-Id: I1de28fff1f6145299496ca0354dc12c1a4269ecb
2022-09-23round-robin.sh: TypoLaurent Alfonsi
Change-Id: I1a63f1997f382e601a0b949e690de083a55c7326
2022-09-23tcwg-report-stale-rr-jobs.sh: separate set-x and suggestion outputLaurent Alfonsi
Change-Id: I2df56e35b3cc5f87057ec72bd11ecd209415533c
2022-09-23round-robin.sh: Fix get_current_manifest, get_baseline_manifestLaurent Alfonsi
Change-Id: Iceec687a89bc6283d1ad114d667108cd87d38e28
2022-09-23round-robin.sh: Typo in print_results_dateLaurent Alfonsi
Change-Id: Iab88b12729a19ad6277e9d11cfbde4960e4bd050
2022-09-22round-robin.sh (print_results_date): New functionMaxim Kuvyrkov
... to produce a reasonable date to associate with results / artifacts. Change-Id: I8cf41270abc5b642ca7a86aab0dcc0021852306b
2022-09-22jenkins-helpers.sh (run_step): Support changing environmentMaxim Kuvyrkov
... for subsequent steps. This works by generating a source-able file patch_env.sh in the artifacts of the current step. Run_step() then sources this file to update the environment. Note that we build walls around individual steps on purpose. This allows us to SKIP several initial steps during bisect builds, and have a clear record of environment modifications in artifacts/NN-step/patch-env.sh scripts, which could be applied in correct order. At the moment this all is done just to change rr[update_baseline] from "onsuccess" to "init" for new loops ... which feels like an overkill. Change-Id: Ib92d6cfa76e9f59c91e8052f192e3e5e3de9a10e
2022-09-22tcwg-report-stale-rr-jobs.sh: Use a reference-if-able for base-artifact git repoLaurent Alfonsi
Change-Id: I2de29f15b0d6784151ada05ad805034bca79c526
2022-09-21tcwg_bmk-build.sh: use parallel for cpu2017rateLaurent Alfonsi
Change-Id: Idbe2fcb105c8642e508c0e14b8a305fb95a4323a
2022-09-21round-robin.sh: update_baseline ignore/force need a baselineLaurent Alfonsi
Change-Id: I4e636883cfe6ece1fb3b62e7171a07b4136515ac
2022-09-21tcwg_bmk-build.sh: Add handling for benchmark=cpu2017rateLaurent Alfonsi
Change-Id: Iedb56dbe89950e8510c034a9672552a3527b2163
2022-09-21build_llvm_package.bat: Use absolute path for builtins libDiana Picus
...otherwise we can't find it when CMake tries to compile things from various directories (e.g. CMakeFiles/CMakeTmp). Change-Id: Icf1b7134bff300c8a94fd51fa9200c9b2d18ba08
2022-09-20dashboard-generate-squad.sh: Fix metric dumpLaurent Alfonsi
Change-Id: Ic98595a40e09bb873076c2d128c75f800c878a2b
2022-09-20tcwg_bmk-build.sh: Generate comparison csv files even for first buildLaurent Alfonsi
For first run (update_baseline=init), we compare the build against itself. Change-Id: I7054b7f6466f77e7d7a1164430cb831666f6d428
2022-09-20llvmbots: lldb-arm should run jammy containerDavid Spickett
This reverts commit ffcf4a38aa0d8a912e9cbe20768fe8ebee63ed2d and e2dc98eb76801f3a0e680f0c06e0d1b0bcb785d4. Which just means this script reflects the running bots. Arm lldb is currently running jammy connected to the normal buildmaster and has no issues doing so. Change-Id: I1af2bc2e9c85520cc897552066edba7e3f34ce2c
2022-09-19tcwg-report-stale-rr-jobs.sh: Add delay per component, output fileLaurent Alfonsi
.. delay_per_component : because we now can run ci with last commit commit beeing 6-10 days old. which make report-stale-jobs to shout. .. output : to allow "set -x" traces Change-Id: Ic5662200b8696719c715a8f9c629f0de385d74d3
2022-09-19tcwg-llvm-release.sh: Use LLVM unwinder on armv7Diana Picus
Otherwise we get errors about undefined symbols, e.g. __aeabi_unwind_cpp_pr0. Change-Id: I2679697ad7e9e15f315ec480ab176126f5179cc0
2022-09-19build_llvm_package.bat: Run flang and lldb testsDiana Picus
These are expected to pass. We should replace with check-all when possible. Change-Id: Ia3780f95f60be73dce864edca3f79c7418099cb0
2022-09-19build_llvm_package.bat: Minor fixes to WoA releaseDiana Picus
Pass LLDB_EMBED_PYTHON_HOME=OFF Use CMAKE_TRY_COMPILE_CONFIGURATION=Release (otherwise it's trying and failing to link in debug versions of DLLs) Use aarch64-pc-windows-msvc as triple instead of just aarch64-windows-msvc. Change-Id: Ibc3cb34320cf007133637b6e134582ab49625332
2022-09-19build_llvm_package.bat: Enable flang in WoA releaseDiana Picus
Enable flang in the second stage of the WoA release. Note that flang needs the builtins library from compiler-rt, so we need to build that in the first stage (we don't need the rest of compiler-rt, so we just disable everything else). Change-Id: Ib1e9e0aa1e754567ba0d75d4632b51cd940dec5c
2022-09-19tcwg-llvm-release.sh: Fix rebase artifactDiana Picus
Set CMAKE_C_COMPILER_TARGET *after* we're done setting TARGET. Change-Id: I926a0afe667ab44ac8c77302584588a48ce92a82
2022-09-16wrappers/: New scripts to wrap build toolsMaxim Kuvyrkov
... used in AOSP build so that we can gather statistics (count-wrapper.sh) and do on-the-side "shadow" compilation (shadow-cc.sh) without disturbing AOSP build system. Change-Id: I2eb48d6da4bfe9828fe16aaaf17afb8fe87e436f
2022-09-16tcwg_aosp-build.sh: WIP improvementsMaxim Kuvyrkov
Change-Id: I8ffa5ea039eab0a25f432dc5d511c48fa60ac64c
2022-09-16dashboard-generate-squad.sh: Skip annotation when no changeLaurent Alfonsi
Change-Id: I609c12b1858af66e1bd59a3cb0244c1002e3f98b
2022-09-16round-robin.sh (update_baseline): Fix typoMaxim Kuvyrkov
Change-Id: I6438fbfa00608d72a61e1075bfdce14fdd3ab994
2022-09-15dashboard-generate-squad.sh: Fix againLaurent Alfonsi
Change-Id: I385dae451373cd2f21ada1d1c4e625df585dbf9c
2022-09-15dashboard-generate-squad.sh: skip headerLaurent Alfonsi
Change-Id: I5725b0b1cc12ec9b95e25f7ff116973a52653a10
2022-09-15dashboard-generate-squad.sh: TypoLaurent Alfonsi
Change-Id: I059de1f9f095ea8ce6a6a5582cff62fa256b3a0c
2022-09-14round-robin.sh,dashboard-generate-squad.sh: Temporary fix for dashboard pushLaurent Alfonsi
.. waiting for a better solution not using sha1 Change-Id: I39327a9e60f96cc1a091e96b70caacd52588630f
2022-09-14dashboard-generate-squad.sh: Quick workaround to see furtherLaurent Alfonsi
Change-Id: I1913e46c5bda7fac02a0bb3db09fc0d53ea399af
2022-09-13dashboard-generate-squad.sh: Take all resutls-brief.csvLaurent Alfonsi
Change-Id: I2e8b2a703bbaef62eb5c650be71efd4af280dd8e
2022-09-13dashboard-generate-squad.sh: Accept Mean valuesLaurent Alfonsi
... also : - sort environments to have squad environment first - and few rewriting Change-Id: Idb5902f9108db918e3bd092fc2fd9afdb6aa789f
2022-09-12dashboard-generate-squad.sh: Add full mail details in metadataLaurent Alfonsi
.. and fix base-artifacts sha1 Change-Id: I141a9de629c7e591a734c30ba672990c129b929f
2022-09-08round-robin.sh: update_baseline=ignore uses base-artifact empty branchLaurent Alfonsi
Change-Id: I9f728e47183a82e64198f03271c37449c8b9b449
2022-09-08Revert "dashboard-generate-squad.sh: temporarily verbose to debug"Laurent Alfonsi
This reverts commit df47748038311de6eb37e90880ed318d6ccaec34. Reason for revert: was for debug only Change-Id: Ic2ce4199316299ca4bd025e42011e0c6443356e6