Skip to content

Tweak coreclr test build script#81975

Merged
BruceForstall merged 1 commit into
dotnet:mainfrom
BruceForstall:UpdateTestBuildScript
Feb 10, 2023
Merged

Tweak coreclr test build script#81975
BruceForstall merged 1 commit into
dotnet:mainfrom
BruceForstall:UpdateTestBuildScript

Conversation

@BruceForstall

Copy link
Copy Markdown
Contributor
  1. No longer use -priority=1 syntax: use -priority 1 instead. It was already documented this way, and probably works both ways on Windows because batch scripts "eat" the = sign sometimes.
  2. Fix a YML script to not pass the =. This is probably unused code currently because we build tests in CoreCLR on Linux.
  3. Add a few more %MsgPrefix% output lines.

1. No longer use `-priority=1` syntax: use `-priority 1` instead.
It was already documented this way, and probably works both ways on
Windows because batch scripts "eat" the `=` sign sometimes.
2. Fix a YML script to not pass the `=`. This is probably unused code
currently because we build tests in CoreCLR on Linux.
3. Add a few more `%MsgPrefix%` output lines.
@ghost ghost added the area-Infrastructure-coreclr Only use for closed issues label Feb 10, 2023
@ghost ghost assigned BruceForstall Feb 10, 2023
@ghost

ghost commented Feb 10, 2023

Copy link
Copy Markdown

Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.

Issue Details
  1. No longer use -priority=1 syntax: use -priority 1 instead. It was already documented this way, and probably works both ways on Windows because batch scripts "eat" the = sign sometimes.
  2. Fix a YML script to not pass the =. This is probably unused code currently because we build tests in CoreCLR on Linux.
  3. Add a few more %MsgPrefix% output lines.
Author: BruceForstall
Assignees: BruceForstall
Labels:

area-Infrastructure-coreclr

Milestone: -

@BruceForstall

Copy link
Copy Markdown
Contributor Author

Kind of a follow-up to #81733

@trylek trylek left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, thanks Bruce for further cleaning up our various scripts right after Jeff's change, it's been a while since I last saw this rate of infra improvements.

@BruceForstall
BruceForstall merged commit 221b69f into dotnet:main Feb 10, 2023
@BruceForstall
BruceForstall deleted the UpdateTestBuildScript branch February 10, 2023 23:58
@ghost ghost locked as resolved and limited conversation to collaborators Mar 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Infrastructure-coreclr Only use for closed issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants