You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove Linux broker validation job, Fixes AB#3492227 (#2866)
This pull request removes the `linuxBrokerValidation` job from the
`azure-pipelines/pull-request-validation/build-consumers.yml` pipeline
configuration. This job was responsible for building and testing the
Linux Broker component in the CI process.
Pipeline simplification:
* Removed the entire `linuxBrokerValidation` job, including all steps
for checking out the broker repository, setting environment variables,
retrieving secrets from Azure Key Vault, installing dependencies,
building, running tests, and publishing test results for the Linux
Broker on Ubuntu.
[AB#3492227](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3492227)
0 commit comments