Commit graph

64 commits

Author SHA1 Message Date
Matt Mitchell
a03aed0acc
Remove set build info and do not run tests in official builds (#7286)
* Remoe unneeded parameters from build
Removes a bunch of old unused parameters and adds _AdditionalParameters to the whole matrix so AzDO doesn't throw out noisy warnings

* Do not run tests in official builds and cleanup build infra a bit
- Do not run the tests in official builds (build time improvement)
- Remove setbuildinfo.* and make parameters explicit.
- Remove a bunch of unused parameters
2020-04-27 08:53:02 -07:00
Daniel Plaisted
d8fdbc2231 Update to NetCore pool for CI 2020-04-20 13:00:24 -07:00
Bekir Ozturk
3e5266e2b1 Enable policheck: changed repo name 2020-04-02 15:34:18 +02:00
Bekir Ozturk
2af9bbe9a6 Enable policheck 2020-04-02 15:24:09 +02:00
William Li
32fd5263ed Bring debian 9 check back 2020-03-17 22:47:32 -07:00
dotnet-maestro[bot]
cd72f36bf9
[master] Update dependencies from dotnet/runtime (#6705)
* Update dependencies from https://github.com/dotnet/runtime build 20200305.3

- Microsoft.NETCore.Platforms - 5.0.0-preview.2.20155.3
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.2.20155.3
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.2.20155.3
- Microsoft.NETCore.App.Ref - 5.0.0-preview.2.20155.3
- Microsoft.NETCore.App.Internal - 5.0.0-preview.2.20155.3
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.2.20155.3

* Update dependencies from https://github.com/dotnet/runtime build 20200309.13

- Microsoft.NETCore.Platforms - 5.0.0-preview.3.20159.13
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.3.20159.13
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20159.13
- Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20159.13
- Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20159.13
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.3.20159.13

* Update dependencies from https://github.com/dotnet/runtime build 20200310.8

- Microsoft.NETCore.Platforms - 5.0.0-preview.3.20160.8
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.3.20160.8
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20160.8
- Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20160.8
- Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20160.8
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.3.20160.8

* Update dependencies from https://github.com/dotnet/runtime build 20200311.9

- Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.3.20161.9
- Microsoft.NETCore.Platforms - 5.0.0-preview.3.20161.9
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.3.20161.9
- Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20161.9
- Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20161.9
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20161.9

* Disable debian check

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: William Li <wul@microsoft.com>
2020-03-17 22:23:50 +00:00
sfoslund
660fd7a768 Adding support for win arm64 builds 2020-03-06 15:51:55 -08:00
Livar Cunha
688644d44e Did a hack where we are writing the version to a file during build to be read during publish, as these are two separate builds by arcade and also passed the BuildNumberId so that the id is calculated properly during copy to latest. 2020-01-09 21:13:46 -08:00
Livar
aa69a0e88d
Merge branch 'master' into darc-master-6a61668a-7068-4dca-afb5-9b22f25fa509 2020-01-08 09:57:55 -08:00
Livar Cunha
e65ae8ca82 Removing RHEL6 CI leg as it is not support in .NET 5. 2020-01-07 15:34:51 -08:00
Livar Cunha
72f288ab58 Switching from using commit height for versioning to using Arcade's scheme. 2019-12-20 13:19:56 -08:00
Nick Guerrera
41d020cd32 Merge branch 'master' into merge/release/3.1.2xx-to-master 2019-12-05 15:48:22 -08:00
William Godbe
458eb288fa
Add trigger for internal builds (#5784) 2019-11-25 17:28:25 -08:00
Matt Mitchell
2f0e9e1826
Change copy-to-latest dependencies (#5687)
Remove the dependency on release channels (and the validation channel, which should not be used by core-sdk) in master, where we should never publish to those channels.  This is to get ready for https://github.com/dotnet/arcade/pull/4373. which will remove these stages from the build.
2019-11-18 09:05:18 -08:00
William Li
b6eeb93ece Revert "Remove rhel.6"
This reverts commit 58537a3b9f9d2bf77e85a5db7f07da38c72ce14f.
2019-11-11 10:55:07 -08:00
Matt Mitchell
06ec552395
Switch to hosted pool to reduce restore difficulties (#5465)
The hosted pools have better restore performance owing to the fact that they do not have throttling issues with AzDO.  Switch to these temporarily while we resolve the issues
2019-11-01 11:00:45 -07:00
William Li
ced31b69bf Update dockers (#5186) (#5416)
- Remove ubuntu 14.04 and groovey file
- Remove all old fedora
- Update to Debian Stretch
- Remove rhel.6
	- No debian 9 1.x runtime support
2019-11-01 09:46:28 -07:00
Nick Guerrera
4587faf037
React to 3.0 dev channel removal (#5021) 2019-09-30 21:03:31 -07:00
William Li
4c79da6f03
Remove opensuse (#4955) 2019-09-29 20:58:16 -07:00
Matt Mitchell
8dbe4ac1bc
Remove generate graph files (#4867)
Takes too long and output isn't quite as useful as it once was (BARViz does most of the work)
2019-09-16 15:39:36 -07:00
riarenas
5387d3d869 fix the feed urls for copy to latest 2019-09-12 13:19:17 -07:00
riarenas
b954c77991 remove testing changes to prepare PR 2019-09-12 13:19:17 -07:00
riarenas
c84ef86d91 Changes for core-sdk to move to yaml stages 2019-09-12 13:19:14 -07:00
riarenas
f5cffdbb19 use correct arcade feed 2019-06-27 09:13:08 -07:00
riarenas
4600b1f284 Publish the internal dummy package used by dependency flow using Arcade. 2019-06-26 10:28:18 -07:00
Divino César
7f01b6f7f4 Update .vsts-ci.yml (#1978) 2019-05-14 09:47:31 -07:00
ggobbe
4d5c8aac46 Add fedora 28/29 builds (#1735) 2019-05-09 16:51:46 -05:00
Ricardo Arenas
1c52fe86a7 make publish of internal asset conditional (#1832) 2019-05-02 10:50:02 -07:00
Matt Mitchell
eb4b508421
Batch builds to reduce noise and resource usage (#1383) 2019-04-10 16:17:11 -07:00
Livar
1ab66e009a
Merge pull request #1139 from wli3/update-debian-docker
Update debain jessie image
2019-03-28 11:20:39 -07:00
William Li
06738dad5d Update debain jessie image 2019-03-28 10:51:40 -07:00
Livar Cunha
49727b0a50 Enabling source link for some legs where we had it disabled before due to native dependencies that now are no longer required. 2019-03-28 10:32:56 -07:00
Livar
7fd0e1c6a8
Update queues used for builds 2019-03-27 21:23:07 -07:00
Peter Huene
678e046b44
Update VSTS build definitions to set RID for arm/arm64.
Fixes #999.
2019-03-13 17:50:59 -07:00
JC Aguilera
5320a8399f Vsts ci update (#988) 2019-03-12 14:36:55 -07:00
JC Aguilera
fd6bc33995 Also generate a non-graphViz graph (#878)
* Also generate a non-graphViz graph

* Rename file in yml
2019-03-06 17:13:43 -08:00
JC Aguilera
24946df3cb Generate the graphviz contents on every official build (#834) 2019-03-05 13:48:26 -08:00
Livar Cunha
d134de74e8 Updating the branding to preview3 and adding the branch to CI. 2019-02-08 13:50:45 -08:00
Christopher Costa
5524bf3433 move variables to dockerrun 2019-01-24 16:13:25 -08:00
Christopher Costa
5b91dfa9fb Add env variables for docker 2019-01-24 16:03:59 -08:00
Christopher Costa
443f6e0a94 Fix manifest publishing 2019-01-24 14:00:22 -08:00
Christopher Costa
0837010fd6 Publish to bar (#328)
* Enable publishing to BAR

* Update feed package version

* var group not available in public

* move asset manifest parameter to variable

* Fix matrix
2019-01-24 11:21:51 -08:00
Daniel Plaisted
7c7f7bae6a Disable FreeBSD leg
See https://github.com/dotnet/core-sdk/issues/248
2019-01-07 17:53:44 -08:00
William Li
d54358611d
Set build time out 180 (#237) 2019-01-03 10:25:50 -08:00
Livar Cunha
03ede8c6bc Disabling crossgen for freebsd. 2018-12-28 14:34:27 -08:00
Livar Cunha
5513d6d41d Updating stage0 to 3.0.100-preview-009812 again. This change was lost when we moved to arcade. 2018-12-28 14:15:07 -08:00
Livar Cunha
e938207d08 Re-enabling freebsd as a build leg. 2018-12-28 13:19:36 -08:00
Livar
671aa19d0d
Merge branch 'dev/arcade' into patch-1 2018-12-26 13:22:22 -08:00
Livar Cunha
a0b8eeb8c9 Prevent attempting to publish duplicate badge and checksum files. 2018-12-26 11:42:24 -08:00
Parallels
d3e2ea2488 Fixing debs generation. The issue was that we were losing the exec permission on the apphost in the sdk folder. This caused it to not be picked up by dh_shlibsdeps. This happened because the order of the apphost acquisition was changed to be after crossgen, where we change permissions of all files under the SDK folder to 644. The fix here was to make the apphost acquisition to happen after crossgen. 2018-12-25 11:52:51 -08:00