Skip to content

Tests should not run in official builds #8809

@RikkiGibson

Description

@RikkiGibson

Observed failing integration tests in the razor official build. https://dev.azure.com/dnceng/internal/_build/results?buildId=2193291&view=results

We should not be running tests in official builds. We need to update the pipeline definition accordingly.

Tagging @davidwengier who has updated this specific bit of the configuration most recently.

razor/azure-pipelines.yml

Lines 234 to 249 in ae0352c

- script: eng\CIBuild.cmd
-configuration $(_BuildConfig)
-prepareMachine
-test
-nobl
name: Run_Unit_Tests
displayName: Run Unit Tests
condition: succeeded()
- script: eng\CIBuild.cmd
-configuration $(_BuildConfig)
-prepareMachine
-integrationTest
name: Run_Integration_Tests
displayName: Run Integration Tests
condition: succeeded()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions