[ARM/CI] Enable manual CI triggering for arm and armel#16378
[ARM/CI] Enable manual CI triggering for arm and armel#16378weshaggard merged 1 commit intodotnet:masterfrom
Conversation
|
@dotnet-bot help |
|
Welcome to the dotnet/corefx Repository The following is a list of valid commands on this PR. To invoke a command, comment the indicated phrase on the PR The following commands are valid for all PRs and repositories. Click to expand
The following jobs are launched by default for each PR against dotnet/corefx:master. Click to expand
The following optional jobs are available in PRs against dotnet/corefx:master. Click to expand
Have a nice day! |
|
@dotnet-bot test ci please |
ab33cd6 to
59f835d
Compare
|
@dotnet-bot test ci please |
59f835d to
f800b63
Compare
|
@dotnet-bot test ci please |
f800b63 to
ee70811
Compare
|
@dotnet-bot test ci please |
3a96574 to
b7d557e
Compare
|
@dotnet-bot test ci please |
b7d557e to
db8bdc8
Compare
|
@dotnet-bot test ci please |
db8bdc8 to
554df44
Compare
|
@dotnet-bot test ci please |
554df44 to
bc0a665
Compare
|
@dotnet-bot test ci please |
bc0a665 to
b63acfa
Compare
|
@dotnet-bot test ci please |
|
@gkhanna79 @mellinoe PTAL. |
b63acfa to
24c34a6
Compare
|
@dotnet-bot test ci please |
|
This looks good to me. @gkhanna79 do you want to take a quick look? |
| @@ -9,23 +9,23 @@ function usage { | |||
| echo ' corefx source is at ~/cfx' | |||
There was a problem hiding this comment.
Could you also please move this script under the cross folder like the other similar scripts?
1. Enable following manual CI triggering for arm and armel.
Innerloop Ubuntu arm Release Cross Build
Innerloop Ubuntu arm Debug Cross Build
Innerloop Ubuntu16.04 arm Release Cross Build
Innerloop Ubuntu16.04 arm Debug Cross Build
Innerloop Tizen armel Release Cross Build
Innerloop Tizen armel Debug Cross Build
Which replaces following old style commands.
innerloop linuxarmemulator HardFP Release
innerloop linuxarmemulator HardFP Debug
innerloop linuxarmemulator SoftFP Release
innerloop linuxarmemulator SoftFP Debug
2. Prepare bin/build.tar.gz correctly to run unit tests in coreclr CI for arm and armel.
Before netci.groovy made old-fashioned build.tar.gz.
3. Add some options to arm32 CI script.
4. Rename scripts/arm32_ci_script.sh to cross/arm32_ci_script.sh
Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
24c34a6 to
5e6507e
Compare
|
@dotnet-bot test ci please |
|
@weshaggard I've renamed the script scripts/arm32_ci_script.sh to cross/arm32_ci_script.sh. Is it ok? @mellinoe @gkhanna79 @weshaggard PTAL If there is more change required, I think we can apply it after merging this PR. |
Yes that is fine with me. |
| @@ -9,23 +9,23 @@ function usage { | |||
| echo ' corefx source is at ~/cfx' | |||
| echo '$ cd ~/cfx' | |||
| echo '$ ./scripts/arm32_ci_script.sh' | |||
There was a problem hiding this comment.
nit: as probably should update this comment but you can do that after this PR is merged.
There was a problem hiding this comment.
Sure, I will update and revise the script. Thanks.
1. Enable following manual CI triggering for arm and armel.
Innerloop Ubuntu arm Release Cross Build
Innerloop Ubuntu arm Debug Cross Build
Innerloop Ubuntu16.04 arm Release Cross Build
Innerloop Ubuntu16.04 arm Debug Cross Build
Innerloop Tizen armel Release Cross Build
Innerloop Tizen armel Debug Cross Build
Which replaces following old style commands.
innerloop linuxarmemulator HardFP Release
innerloop linuxarmemulator HardFP Debug
innerloop linuxarmemulator SoftFP Release
innerloop linuxarmemulator SoftFP Debug
2. Prepare bin/build.tar.gz correctly to run unit tests in coreclr CI for arm and armel.
Before netci.groovy made old-fashioned build.tar.gz.
3. Add some options to arm32 CI script.
4. Rename scripts/arm32_ci_script.sh to cross/arm32_ci_script.sh
Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
Commit migrated from dotnet/corefx@72224c4
Enable following manual CI triggering for
armandarmel.innerloop Ubuntu arm Release Cross Build
innerloop Ubuntu arm Debug Cross Build
innerloop Ubuntu16.04 arm Release Cross Build
innerloop Ubuntu16.04 arm Debug Cross Build
innerloop Tizen armel Release Cross Build
innerloop Tizen armel Debug Cross Build
Which replaces following old style commands.
innerloop linuxarmemulator HardFP Release
innerloop linuxarmemulator HardFP Debug
innerloop linuxarmemulator SoftFP Release
innerloop linuxarmemulator SoftFP Debug
Prepare
bin/build.tar.gzcorrectly to run unit tests in coreclr CI forarmandarmel. Before netci.groovy made old-fashionedbuild.tar.gz.Add some options to arm32 CI script.
Rename scripts/arm32_ci_script.sh to cross/arm32_ci_script.sh
Related issues: https://github.com/dotnet/core-setup/issues/790