Skip to content

Commit

Permalink
Remove Linux Azure pipelines build for Linux (#4452)
Browse files Browse the repository at this point in the history
This retains Windows build
  • Loading branch information
rnorth authored Oct 20, 2021
1 parent 81317a6 commit 31e5561
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,6 @@ jobs:
- job: azure_pipeline_tests
steps:

# Run a minimal set of tests in normal Linux pipeline builds
- task: Gradle@2
condition: eq(variables['Agent.OS'], 'Linux')
displayName: Build & test (Linux - minimal core)
env:
AWS_ACCESS_KEY_ID: $(aws.accessKeyId)
AWS_SECRET_ACCESS_KEY: $(aws.secretAccessKey)
inputs:
gradleWrapperFile: 'gradlew'
jdkVersionOption: '1.11'
options: "--no-daemon --continue"
tasks: "clean testcontainers:test --tests GenericContainerRuleTest"
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'

# Run all core tests when running the Windows CI tests
- task: Gradle@2
condition: eq(variables['Agent.OS'], 'Windows_NT')
Expand Down

0 comments on commit 31e5561

Please sign in to comment.