Граф коммитов

24 Коммитов

Автор SHA1 Сообщение Дата
Iman Narasamdya 13f91f7773 Merged PR 763373: Make codex analysis run again by tracking user build in RunCheckinTest
Make codex analysis run again by tracking user build in RunCheckinTest

Related work items: #2142877
2024-01-25 03:13:15 +00:00
Michael Pysson 3e94f9c74f Merged PR 739353: Silence innocuous warnings in rolling build
bxl.ps1 is used to run this test build in RunCheckinTests.cmd. But that test build doesn't have the mounts that bxl.ps1 expects. Silence the warning for that build specifically
2023-09-15 17:05:41 +00:00
Lance Collins daada23dd1 Merged PR 700999: Codex updates 2023-02-08 21:39:36 +00:00
Sergey Tepliakov 40c9f163ba Merged PR 633580: Add .net6.0 support
This PR adds support of .net6 (rc version for now) to bxl codebase.
2021-11-18 21:47:42 +00:00
Michael Pysson 🍕 90c61e3877 Merged PR 631845: Get rid of warning in RunCheckinTests in PR validations
The "PartB" validation isn't hooked up to the shared cache, so it always times out after 5 seconds and emits a warning. Disable usage of the shared cache.

I don't expect much impact on dev builds since folks aren't running this suite locally.
2021-09-29 23:26:14 +00:00
Marcelo Lynch 3109444e52 Merged PR 611384: Add environment variables to optionally skip RunCheckinTests steps
Add environment variables to optionally skip RunCheckinTests steps
2021-05-03 18:42:57 +00:00
Kristijan Simic ad322c5736 Merged PR 558613: Remove symlink definition files and lazy symlink materialization
Remove symlink definition files and lazy symlink materialization, non of the features are used at all. Accompanying flags have been removed.
2020-06-18 15:39:45 +00:00
Serge Mera 0f9dee53c7 Merged PR 527770: Enable shared compilation by default for bxl self-host
Enable shared compilation by default for bxl self-host. It can be still turned off explicitly by doing:

bxl.cmd -UseManagedSharedCompilation:$false

In order to slowly roll out this feature, shared compilation is always turned off for non-internal builds and whenever /ado is passed (to catch azdevops scenarios and keep them unchanged).

An extra step in the bxl rolling build is already added to also populate the shared cache with shared compilation on.
2020-01-09 15:01:32 +00:00
Rijul Luman 7444bb02d7 Merged PR 525770: Stop executing pips when disk space falls below a certain threshold
Related work items: #1651648
2020-01-08 22:45:34 +00:00
Aleksandar Milicevic dccc242c2f Merged PR 523103: Curb RunCheckInTests /partB
Removals:
 - building minimal end-to-end BuildXL on .NET Core (which only builds the Collections assembly)
 - building .NET Core example
 - building again for net472 just for the purpose of running the distributed test (instead, use previously built win-x64 bits)

Additionally:
  - ignore VirusScanEnabledForPath warnings when running in /lab
2019-12-06 20:59:42 +00:00
Michael Pysson 2917f5bf10
Remove viewer command line arguments until it is fixed (#1088) 2019-10-25 11:42:19 -07:00
Aleksandar Milicevic fc32417369
Atomic update of the LKG and the generated nuget/cgmanifest.json (#980)
The new LKG contains changes to how nuget/cgmanifest.json is generated. To avoid breaking our validation, the LKG and the generated nuget/cgmanifest.json must be updated together (this is a one-off manual update).
2019-10-02 10:13:24 -07:00
Aleksandar Milicevic d07abcb223
Make CG manifest generation uniform across platforms (#958) 2019-09-30 12:55:25 -07:00
Rijul Luman 63aaf33249
Manifest file generation for Component governance code improvement (#928)
* Arguments added for auto-generation of cg manifest

* CG Manigest Validation now has priority over Generation
2019-09-27 16:14:09 -07:00
dannyvv f07942480a
Add /ado flag to runcheckintest when building in the lab (#779) 2019-08-21 13:26:26 -07:00
dannyvv 96c1ff4ef1
Have dev-builds be interactive by default (#686) 2019-08-05 12:43:45 -07:00
Michael Pysson 0faaa08dd3
Revamp incremental nuget spec generation (#652) 2019-07-31 09:38:07 -07:00
Kevin Bazan Williams 989c2fe864
StatusMessge -> StatusMessage (#554)
Spellcheck
2019-07-05 10:44:49 -07:00
Kristijan Šimić 1f753c91d2
Remove old and unused in memory cache config files from .NET Core 2019-05-23 11:54:35 +02:00
Aleksandar Milicevic 0f6e056f9a
Use regular lock instead of ReaderWriterLock in ConcurrentBoundedSortedCollection (#325)
Previously, a ReaderWriterLock was used.

On .NET Core, errors like "Attempt to release a lock that is not owned by the calling thread" were happening regularly in our CI validations.

This PR replaces this lock with a regular exclusive lock, since in our particular uses of ConcurrentBoundedSortedCollection we never have only concurrent reads, so it's questionable if we were getting any benefits from use a read-write lock.

AB#1533036
2019-05-17 16:36:09 -07:00
Aleksandar Milicevic 22b3129e4a
[.NET Core] Remove more DISABLE_FEATURE constants (#319)
- remove define constants:
  - DISABLE_FEATURE_HTTPEXCEPTION
  - DISABLE_FEATURE_SECURITY_ATTRIBUTES

AB#1521781
2019-05-16 10:14:03 -07:00
Aleksandar Milicevic b077cf9eba
[.NET Core] Change the default qualifier to DebugDotNetCore (#309) 2019-05-16 07:47:40 -07:00
dannyvv 71f1d7031d
Stop building most projects under net461
Maintaining the bits in our nuget folders as customers depend on them (#205)
2019-04-25 13:51:19 -07:00
Microsoft Open Source b5c9f43106 Initial sync
Sync from internal 'Domino' repo at 7ef83bdcd855bd3a837464e44d6de25f19775b5c
2019-03-28 15:35:49 -07:00