David Kale
3ade8424a5
Merge branch 'master' into 150-runner-arch
...
Conflicts:
releaseNote.md
src/runnerversion
v2.161.0
2019-11-12 11:36:25 -05:00
Thomas Boop
9ba971592b
V 2.160.2 Release notes and version bump ( #190 )
2019-11-11 15:45:37 -05:00
Thomas Boop
b27cfb18e6
2.160.1 Runner Release Notes ( #171 )
...
* 2.160.1 Runner Release Notes
* Minor verbiage updates to be consistent
2019-11-11 15:45:13 -05:00
Thomas Boop
ced4c2ca50
add-mask is leaking a secret in master if debug or ::echo::on is set ( #158 )
...
* Output after processing command to avoid leaking mask
* Remove extra noise output from echo changes
* Omit Echoing of add-mask command
* avoid echoing on debug/warning/error
2019-11-11 15:40:18 -05:00
David Kale
c0e866faf0
Get version from file to avoid exec error during package on x64 host for arm package
2019-11-11 15:35:15 -05:00
David Kale
d6956ba213
Fix version
2019-11-11 15:07:33 -05:00
David Kale
215f78888a
New arch is a feature
...
Dont release x86 until we have an e2e test machine
2019-11-11 15:02:21 -05:00
Thomas Boop
54f21c641f
Update dependency docs for OSX and Windows ( #162 )
...
* Update Dependency docs for .net 3.0 depedencies
* Update Supported Windows Versions
* Update Supported Mac OS link
* Update docs/start/envosx.md
Fix typo in OSX Version
Co-Authored-By: Lucas Costi <lucascosti@users.noreply.github.com >
2019-11-11 13:43:02 -05:00
David Kale
d46e92e9bb
Cant cross test arm on x64 hosts
2019-11-11 13:25:31 -05:00
David Kale
9573fa77ae
RID typo
2019-11-11 13:22:39 -05:00
David Kale
e962329269
Update release, add packages
2019-11-11 13:07:29 -05:00
David Kale
dd804e13a8
Remove unused rhel from matrix includes
2019-11-11 11:06:02 -05:00
David Kale
7d30e27ca3
Package based on new runtime names
2019-11-08 17:13:02 -05:00
David Kale
dbf36630ae
Remove RHEL6
2019-11-08 15:16:44 -05:00
David Kale
84b352c693
Add stub for downloading new node externals when they are ready
2019-11-08 13:30:38 -05:00
Thomas Boop
c5cbac9796
Runner fails to run as a service on windows: Disable Delay Signing on the Runner Service ( #185 )
...
* test release
* Reverse test release changes
* Remove Unused Public Keys from Runner Service
2019-11-08 09:49:20 -05:00
David Kale
f4adf7585b
Add RHEL6, skip L0 on arm for now
2019-11-07 15:39:14 -05:00
David Kale
e0f8313645
Temporarily bench rhel
2019-11-07 14:52:40 -05:00
David Kale
9889c42041
win-x86 externals
2019-11-07 14:47:27 -05:00
David Kale
55948e4ee6
TEMP: Only test when platform === target runtime
...
Fix arm64 node externals url
2019-11-07 14:41:35 -05:00
David Kale
5b011dc4ce
x32 -> x86
2019-11-07 14:36:55 -05:00
David Kale
4899d8513d
Use 4 space indent consistently
2019-11-07 14:30:18 -05:00
David Kale
f1b36bb957
Fix formatting. Remove piplines
2019-11-07 14:28:02 -05:00
David Kale
724f8fcb60
build.yaml
2019-11-07 14:20:50 -05:00
David Kale
39b4472a5f
Preserve CURRENT_PLATFORM in dev.sh
2019-11-07 13:27:08 -05:00
David Kale
2f3f51b303
Remove win-x86
2019-11-07 13:22:08 -05:00
David Kale
f6a4f588fc
Build with actions instead
2019-11-07 13:15:26 -05:00
David Kale
bdafe16af4
Cross compile for win-x86, linux-arm, linux-arm64
2019-11-07 13:04:16 -05:00
eric sciple
8911283cdb
fix problem matcher to treat fromPath as a file path ( #183 )
2019-11-07 11:26:29 -05:00
Eilon Lipton
76078b5c44
Add SLN file and make projects build in VS ( #173 )
...
* Add SLN file and make projects build in VS
- Added new ActionsRunner.sln file with all the CSPROJ's in it
- Added Directory.Build.props that gets auto-included in all CSPROJ files under it
- Made default runtime platforms for Windows and Linux (to be 64bit) so that you don't have to specify it in order to build
* Remove extra invalid parens
2019-11-06 16:57:46 -05:00
Eilon Lipton
ec9cb6c68d
Fix build warnings in Test project ( #178 )
...
The build warnings were of these type (mostly reported by xUnit's Code Analyzers):
- Fixed wrong parameter order in xUnit assertions (can lead to poor error reporting in test failures)
- Unused code was removed
- Correct assertions were used (e.g. Assert.True/.Contains/.EndsWith)
- Public non-test methods on test classes were made private
2019-11-06 08:52:51 -05:00
Eilon Lipton
bcac4557a0
Fix Runner.Worker build warnings ( #174 )
...
Most of these warnings show up on only certain build OSes because of #ifdefs in the code. The fix is to suppress these warnings.
2019-11-06 08:47:56 -05:00
Eilon Lipton
19580bdaf8
Update contribute.md ( #175 )
...
Small cleanup of contribution guide
2019-11-05 17:21:50 -05:00
Eilon Lipton
96d3288553
Remove unused dreamlifter section ( #177 )
2019-11-05 17:21:00 -05:00
Tingluo Huang
5b6f9d3b93
Stop job container after all post actions. ( #165 )
...
* stop job container after all post actions.
* c
* c
2019-11-04 13:19:21 -05:00
eric sciple
51581ac865
root search pattern for hashfiles and allow forward slash on windows ( #151 )
2019-10-29 13:23:30 -04:00
eric sciple
e7dd2c6cc2
Update dotnet install script ( #155 )
2019-10-29 13:13:58 -04:00
Thomas Boop
08b9f6e045
Merge release 160.0 into master ( #153 )
...
* Update to Version 2.160.0 (#144 )
* Revert "remove issue generation on warning/error commands (#137 )" (#147 )
* Revert "remove issue generation on warning/error commands (#137 )"
This reverts commit 53da198867 .
* Updated Release notes
* Users/thboop/port directory changes (#152 )
* Clear action cache for local runner
* update release notes for actions directory cache changes
2019-10-28 15:45:27 -04:00
eric sciple
0129e8111f
Clear action cache for local runner ( #148 )
2019-10-28 11:56:12 -04:00
eric sciple
ccca13ac07
restrict hashFiles to basic globbing and globstar ( #150 )
2019-10-28 11:52:22 -04:00
Julio Barba
82e9857d4f
Implement new echo behavior and command ( #139 )
...
* Remove controlling echoing by command
* Add 'echo on' and 'echo off' action commands
* PR feedback and add L0 tests
* Register new command
* Eric's PR feedback
* Tweak logging a bit
* Rename EchoOnActionCommandSuccess -> EchoOnActionCommand
* More PR reaction
* Make warning messages in Action Commands not rely on context from echo commands
sample
2019-10-25 10:38:56 -04:00
Tingluo Huang
afd233b735
consume dotnet core 3.0 ( #127 )
...
* consume dotnet core 3.0
* update linux dependency doc.
2019-10-24 16:52:29 -04:00
Thomas Boop
83be145bfd
Update build.yml
2019-10-24 14:05:10 -04:00
Thomas Boop
6e20aceaff
Update build.yml
2019-10-24 14:00:56 -04:00
Lucas Killgore
e89148e33e
Don't retry uploads when the http status code response from the server is in the 400's ( #131 )
...
* Don't retry uploads when the http status code
response from the server is in the 400's
* Don't retry on fast-fail
* Feedback from code review
* Always try to attach any uploaded files to the build
Don't fast-fail on 'Conflict'
* Add dispose
* Refactored upload code.
Called out specialized 'Conflict' logic.
* Added typed exception.
2019-10-23 12:48:10 -04:00
Thomas Boop
f1c58c33b6
Default to pwsh with powershell as a fallback ( #142 )
...
* Default to pwsh with powershell as a fallback
* Update releaseNote.md
* clean up code
2019-10-23 11:24:02 -04:00
Thomas Boop
7b158fff05
Revert "Need to update the release pool ( #138 )" ( #141 )
...
This reverts commit 3a43d853be .
v2.159.2
2019-10-22 13:41:55 -04:00
Thomas Boop
6225b22870
Update to Version 2.159.2 ( #140 )
2019-10-22 13:14:58 -04:00
Thomas Boop
53da198867
remove issue generation on warning/error commands ( #137 )
2019-10-21 16:19:57 -04:00
Thomas Boop
3a43d853be
Need to update the release pool ( #138 )
2019-10-21 15:32:57 -04:00