Skip to content

Commit

Permalink
add output to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed May 3, 2023
1 parent 3607aed commit ac81468
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions tools/test-proxy/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ stages:
jobs:
# - job: Test_JS_Utils

# displayName: Invoke JS Utils CI
# displayName: Invoke JS Utils CI Tests

# strategy:
# matrix:
Expand Down Expand Up @@ -169,9 +169,9 @@ stages:
# env:
# PROXY_MANUAL_START: "true"

# - job: Test_Java_Core
# - job: Test_Python_Tables

# displayName: Run Java Core Local
# displayName: Run Python Tables CI Tests

# strategy:
# matrix:
Expand Down Expand Up @@ -222,9 +222,9 @@ stages:
# PROXY_URL: "http://localhost:5000"
# PROXY_MANUAL_START: true

- job: Test_Python_Tables
- job: Test_Java_Core

displayName: Run Python Tables CI
displayName: Run Java Core Local Tests

strategy:
matrix:
Expand All @@ -246,6 +246,7 @@ stages:
CLONE_LOCATION: "$(Agent.BuildDirectory)/java_repo"

steps:

- template: /eng/pipelines/templates/steps/install-dotnet.yml

- template: /eng/pipelines/templates/steps/use-python-version.yml
Expand All @@ -257,8 +258,11 @@ stages:
displayName: Clone Repo
- pwsh: |
Write-Host "mvn install -f sdk/core/azure-json/pom.xml -DskipTests=true -DskipCheckStyle=true"
mvn install -f sdk/core/azure-json/pom.xml -DskipTests=true -DskipCheckStyle=true
Write-Host "mvn install -f sdk/core/azure-core/pom.xml -DskipTests=true -DskipCheckStyle=true"
mvn install -f sdk/core/azure-core/pom.xml -DskipTests=true -DskipCheckStyle=true
Write-Host "mvn install -f sdk/core/azure-core-test/pom.xml -DskipTests=true -DskipCheckStyle=true"
mvn install -f sdk/core/azure-core-test/pom.xml -DskipTests=true -DskipCheckStyle=true
displayName: 'Install azure-core-test'
workingDirectory: $(CLONE_LOCATION)
Expand Down

0 comments on commit ac81468

Please sign in to comment.