diff --git a/.azure-pipelines/pipelines.yml b/.azure-pipelines/pipelines.yml index c16691ca580e..e5a61bc6a8b2 100644 --- a/.azure-pipelines/pipelines.yml +++ b/.azure-pipelines/pipelines.yml @@ -24,6 +24,9 @@ stages: path: $(Build.StagingDirectory)/repository_cache continueOnError: true + - script: lscpu + displayName: "Machine cpu info" + - script: ci/run_envoy_docker.sh 'ci/do_ci.sh format_pre' workingDirectory: $(Build.SourcesDirectory) env: