Skip to content

Commit 31e5561

Browse files
authored
Remove Linux Azure pipelines build for Linux (#4452)
This retains Windows build
1 parent 81317a6 commit 31e5561

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,6 @@ jobs:
33
- job: azure_pipeline_tests
44
steps:
55

6-
# Run a minimal set of tests in normal Linux pipeline builds
7-
- task: Gradle@2
8-
condition: eq(variables['Agent.OS'], 'Linux')
9-
displayName: Build & test (Linux - minimal core)
10-
env:
11-
AWS_ACCESS_KEY_ID: $(aws.accessKeyId)
12-
AWS_SECRET_ACCESS_KEY: $(aws.secretAccessKey)
13-
inputs:
14-
gradleWrapperFile: 'gradlew'
15-
jdkVersionOption: '1.11'
16-
options: "--no-daemon --continue"
17-
tasks: "clean testcontainers:test --tests GenericContainerRuleTest"
18-
publishJUnitResults: true
19-
testResultsFiles: '**/TEST-*.xml'
20-
216
# Run all core tests when running the Windows CI tests
227
- task: Gradle@2
238
condition: eq(variables['Agent.OS'], 'Windows_NT')

0 commit comments

Comments
 (0)