Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Enable RHEL6 in release/2.0.0 #23084

Merged
merged 4 commits into from
Aug 9, 2017
Merged

Enable RHEL6 in release/2.0.0 #23084

merged 4 commits into from
Aug 9, 2017

Conversation

smile21prc
Copy link
Contributor

Enable RHEL6 in release/2.0.0

Enable RHEL6 in release/2.0.0
@@ -21,7 +21,7 @@
"PB_BuildArguments": "-buildArch=x64 -Release -stripSymbols",
"PB_BuildTestsArguments": "-buildArch=x64 -Release -SkipTests -Outerloop -- /p:ArchiveTests=true /p:EnableDumpling=true",
"PB_SyncArguments": "-p -- /p:ArchGroup=x64",
"PB_TargetQueue": "Centos.73.Amd64+RedHat.72.Amd64+RedHat.73.Amd64+Debian.87.Amd64+Debian.90.Amd64+Ubuntu.1404.Amd64+Ubuntu.1604.Amd64+Ubuntu.1704.Amd64+suse.422.amd64+SLES.12.Amd64+fedora.25.amd64+Fedora.26.Amd64",
"PB_TargetQueue": "Centos.73.Amd64+RedHat.69.Amd64+RedHat.72.Amd64+RedHat.73.Amd64+Debian.87.Amd64+Debian.90.Amd64+Ubuntu.1404.Amd64+Ubuntu.1604.Amd64+Ubuntu.1704.Amd64+suse.422.amd64+SLES.12.Amd64+fedora.25.amd64+Fedora.26.Amd64",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to actually build on RH6 not test our portable build on RH6. So you will need to copy the definition for linux and pass in the RH6 docker tag for it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Wes. I've removed RHEL6 queue from portable build list, and added a new entry for it to use build from docker build instead of portable build.

Make RHEL6 runs use build from docker, instead of portable build
@smile21prc
Copy link
Contributor Author

Thanks @weshaggard for the review, can you take a second look?

Change it to a better name.
@@ -45,6 +45,23 @@
"Type": "build/product/",
"ConfigurationGroup": "Release"
}
},
{
"Name": "DotNet-CoreFx-Trusted-Linux-RedHat6",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this name needs to match the build definition name so it should be "Dotnet-CoreFx-Trusted-Linux", same with the other one.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @weshaggard . Got your point, same BD name, but different docker and queue name for RHEL6. Changed as you suggested.

…her Linux runs.

Make sure RedHat6 runs still use the same build definition name as other
Linux runs.
Copy link
Member

@weshaggard weshaggard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Let's get this merged and tested. We need similar changes in coreclr/core-setup

@smile21prc
Copy link
Contributor Author

Thanks @weshaggard . I've sent out the Email for ShipRoom approval. Once it's approved, I will merge it to test it out.

In the meanwhile i'm working on the changes in corefx master (which need CI changes), and the changes in master/release2.0.0 of both coreclr and core-setup.

@smile21prc smile21prc merged commit 204cdd7 into release/2.0.0 Aug 9, 2017
@smile21prc smile21prc deleted the enable_rhel6 branch August 9, 2017 22:17
@karelz karelz modified the milestone: 2.0.0 Aug 14, 2017
@karelz karelz modified the milestones: 2.0.0, 2.0.x Nov 18, 2017
Dotnet-GitSync-Bot pushed a commit to Dotnet-GitSync-Bot/corefx that referenced this pull request Mar 8, 2019
…3084)

* Use platform specific implementation of GetCurrentProcessId

directly in shared location instead of relying on runtime export

* Move GetCurrentProcessId to Interop class

* Update ES_BUILD_STANDALONE build

Signed-off-by: dotnet-bot <[email protected]>
jkotas pushed a commit that referenced this pull request Mar 8, 2019
* Use platform specific implementation of GetCurrentProcessId

directly in shared location instead of relying on runtime export

* Move GetCurrentProcessId to Interop class

* Update ES_BUILD_STANDALONE build

Signed-off-by: dotnet-bot <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants