summaryrefslogtreecommitdiff
path: root/tcwg-update-snapshots_ref.sh
AgeCommit message (Collapse)Author
2018-12-10jenkins-helpers.sh, tcwg-update-snapshots_ref.sh: Add tcwg-sq-* machines.Christophe Lyon
In tcwg-update-snapshots_ref.sh, use the label associated with the 64-bits view of these machines, like we do for the other types. In jenkins-helpers.sh, like for other machines, handle both 32 and 64 bits views. Change-Id: I5b9119c138a9078d51fe374f3706922231200a4b
2018-11-26Don't ignore "null" values in variable expansionsMaxim Kuvyrkov
Replace ${var:-default} with ${var-default}. I learned something new about shell scripting today. From bash manual: === When not performing substring expansion, using the form described below (e.g., ‘:-’), Bash tests for a parameter that is unset or null. Omitting the colon results in a test only for a parameter that is unset. Put another way, if the colon is included, the operator tests for both parameter’s existence and that its value is not null; if the colon is omitted, the operator tests only for existence. === The immediate problem I need to fix is handling of host_aarchXX_excludecheck and host_x86_64_excludecheck parameters in tcwg-buildfarm.sh. With ":-" syntax the empty ("null") values are replaced by defaults, causing GCC testsuite to be ignored on aarchXX hosts when "--host_aarchXX_excludecheck ''" is given. There happens to be a single usage ":-" in ${rw:-rw} in start-container-qemu.sh, where ":-" is actually needed. Change-Id: Ibc8e070b698e1c76e2161eb65d40639b8cdec1f3
2018-06-13tcwg-update-snapshots_ref: Add tcwg-d05-01 and tcwg-thx1-01.Maxim Kuvyrkov
Change-Id: Ie33cede084f8f826542172fb39e791104e988e1c
2018-05-04tcwg-update-snapshots_ref.sh: Define input variables.Maxim Kuvyrkov
Change-Id: If6fd2ec9a07b184433f816cca29defb5512c8f3d
2018-05-04tcwg-update-snapshots_ref.sh: Remove the last Austin APM.Maxim Kuvyrkov
The machine crashes often. Change-Id: I0d7f5c64867a3244aef11e418fe6cbb9c3f409f7
2018-05-03tcwg-update-snapshots_ref: Move code from .yaml file.Maxim Kuvyrkov
The only change is the use of convert_args_to_variables to set input variables. Change-Id: Ibddc62952e379ca0d4305ccb66b256ef661134d1
2017-04-13tcwg-update-snapshots_ref.sh: Split into two scriptsMaxim Kuvyrkov
... tcwg-generate-source-cache.sh and tcwg-rsync-dir.sh Change-Id: Ic435d331dd5c035fa41e057a8d26c8a8e565dc8c
2017-04-05Upgrade warning to error if ~/.aberc is present.Charles Baylis
This script runs automatically, and its output isn't checked, so a warning would never be noticed. Treat it as an error instead so that we pay attention if the condition arises. Thanks to Renato for pointing out this maintainability problem. Change-Id: Ie4b6b7b25608ef0025ab648d1a74c76b088ec389
2017-03-22tcwg-update-snapshots_ref.sh: Cache snapshots for gcc7 toolchains.Maxim Kuvyrkov
Change-Id: I34572361ab43f1fb9206887dd52bb698ec57a3e2
2016-12-01tcwg-update-snapshots_ref.sh: Fix abe checkoutMaxim Kuvyrkov
After moving outside of ABE this script still assumed presence of abe checkout. This worked because workspace still had ABE checkout in it for some time. Change-Id: I055cd45cbe12aa1b914a4a3b9c5096270d9429e0
2016-11-06Rename update-snapshots-ref.sh to match YAML job file.Maxim Kuvyrkov
Change-Id: I072ff759fe5fdf30f458ba10739b767ad1cf7779