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

25 Коммитов

Автор SHA1 Сообщение Дата
Martin Hochel 3da4204265
chore: replace lage with nx for task(targets) orchestration (#31949) 2024-07-31 15:11:41 +02:00
Danny van Velzen a6d0b972d6
Enable 1ES PT to be compliant for all production pipelines (#29702) 2023-10-31 17:53:34 +01:00
Danny van Velzen 21232e3d59
revert accidentally pushed changes (#29696) 2023-10-30 11:14:49 -07:00
Danny van Velzen ff3b9600cf 🧪 2023-10-28 14:33:37 -07:00
Danny van Velzen 2365fe50da
Rever accidentally pushed pipeline changes (#29685) 2023-10-27 21:56:37 -07:00
Danny van Velzen 24ac45c91f 🧪 2023-10-27 15:47:36 -07:00
Danny van Velzen ade64b42a6 🧪 2023-10-27 15:47:36 -07:00
Danny van Velzen f2cf79557f 🧪 2023-10-27 15:47:35 -07:00
Danny van Velzen 92abba0a84 🧪 2023-10-27 15:47:35 -07:00
Danny van Velzen 81d629fbc7
Add testrun parameter to hotfix pipeline (#29186)
* Add testrun parameter to hotfix pipeline

* prettier fix
2023-09-20 12:13:41 -07:00
dannyvv 2ff6da24d2
Add a compliance job to all publish pipelines. (#21920)
* Add a compliance job to all publish pipelines.

* prettier updates

* allow lint to pass by adding sdl dependency so it will support the exclusion

* Fix missed commented out line for testing
2022-03-03 14:44:07 -08:00
dannyvv f22b48aa06
Add SBom generation (#21640) 2022-02-09 13:12:04 -08:00
Tristan ad1b40d53a
Migrate Self Hosted Pools to 1ES Hosted Pools (#19421)
* replace self host ubuntu with 1es-host-ubuntu

* update pools for bundlesize and perf test pipelines

* test

* test

* update pools for UI Fabric project CI and Release pipelines

* testing different 1S pool

* change pool

* test baseline perf of PR and CI pipeline of current Self Host Ubuntu Pool

* change to 1es pool

* testing minor change perf with 1ES Pool

* remove

* update piplines pool to 1es host ubuntu
2021-09-21 14:13:15 -07:00
Elizabeth Craig 47580b89ff
Rename "check for changed files" to "check for modified files" (#19855) 2021-09-17 16:32:34 -07:00
Elizabeth Craig b0d10fc0ab
Add separate pipeline for CI (#17184) 2021-03-02 16:04:12 -08:00
Elizabeth Craig 5feec8dc74
Run yarn with timeout and retries (#16395) 2021-01-06 08:16:40 -08:00
Elizabeth Craig 9b2d9b81be Update hotfix pipeline npm tag [ci skip] 2020-10-27 22:41:14 -07:00
Elizabeth Craig 8470064467 Update azure-pipelines.hotfix.yml for Azure Pipelines [skip ci] 2020-10-23 19:08:11 -07:00
Elizabeth Craig 9a486c1128 Update azure-pipelines.hotfix.yml for Azure Pipelines 2020-10-20 20:40:04 -07:00
Elizabeth Craig 0ba5359b12
Use midgard-yarn in all pipelines (#15390)
* Use midgard-yarn in all pipelines

* Only test things from react-next that are implemented there

* Use new windows pool for size auditor

* use node 12
2020-10-06 20:01:39 -07:00
Elizabeth Craig 20e59bc9f5 OUFR rename: Fixes in config files 2020-10-01 12:24:28 -07:00
Elizabeth Craig 2ea9b22ea8
Fail build on changed files and do more cleanup (#15201) 2020-09-24 10:28:39 -07:00
Elizabeth Craig f1cbb82153
Clean up pipeline definitions and delete 6.0 release notes (#14834)
Delete some unused pipeline files (and steps in pipelines) and move templates to folder.

Delete 6.0 release notes file because probably nobody is going to master looking for that now (and it still exists in the 6.0 branch).
2020-09-03 11:25:25 -07:00
Jason Gore f0beb2605e
CI: Break up Build & Test, Add Parallelization (#11574)
* Break up build task into build, bundle, test and lint tasks. Add parallilization pipeline using new tasks.

* Change files

* Add missing build command.

* Move archive artifact step to correct spot.

* Add tools step to Deploy job.

* Move tools to correct spot. Switch from npm run to yarn usage.

* Fix bundle size pipeline.

* Fix perf-test by using local files instead of deployed files.

* Promote parallelization pipeline.

* Move check for changed files.

* Use lerna parallel for post-build jobs where project hierarchy doesn't matter.

* Fix perf test URLs in posted comment.

* Reduce perf test as long pole.

* Make bundle commands --stream to fix pr-deploy-site. Remove obsolete min argument. Add production commands.

* Make change type 'none'.

* Fix typo.

* Consolidate api-extractor command into build task.

* Change pipelines and cleanup.

* Add comment.

* Remove resolved TODOs.
2020-01-07 14:29:43 -08:00
Kenneth Chau 5f48c280f0
Adds a hotfix pipeline definition (#10996)
* adding a hotfix pipeline definition

* scripts -> script

* workingDirectory

* adding a pool spec

* mind the quotes

* only build the packages that are needed

* got rid of a windows only task

* skip generate version files because it does the wrong thing
2019-10-30 23:13:24 -07:00