Skip to content

Commit

Permalink
[FLINK-16805][e2e] Remove pre-commit profile activation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Mar 26, 2020
1 parent cb67adc commit cd5e3f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
vmImage: 'ubuntu-latest'
e2e_pool_definition:
vmImage: 'ubuntu-16.04'
environment: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11 -Pe2e-hadoop -Pe2e-pre-commit"
environment: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11 -Pe2e-hadoop"
run_end_to_end: false
container: flink-build-container
jdk: jdk8
8 changes: 4 additions & 4 deletions tools/azure-pipelines/build-apache-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ stages:
name: Default
e2e_pool_definition:
vmImage: 'ubuntu-16.04'
environment: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11 -Pe2e-hadoop -Pe2e-pre-commit"
environment: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11 -Pe2e-hadoop"
run_end_to_end: false
container: flink-build-container
jdk: jdk8
Expand All @@ -80,7 +80,7 @@ stages:
name: Default
e2e_pool_definition:
vmImage: 'ubuntu-16.04'
environment: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.4.1 -Pskip-hive-tests -Pe2e-hadoop -Pe2e-pre-commit"
environment: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.4.1 -Pskip-hive-tests -Pe2e-hadoop"
run_end_to_end: true
container: flink-build-container
jdk: jdk8
Expand All @@ -91,7 +91,7 @@ stages:
name: Default
e2e_pool_definition:
vmImage: 'ubuntu-16.04'
environment: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1 -Pe2e-hadoop -Pe2e-pre-commit"
environment: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1 -Pe2e-hadoop"
run_end_to_end: true
container: flink-build-container
jdk: jdk8
Expand All @@ -102,7 +102,7 @@ stages:
name: Default
e2e_pool_definition:
vmImage: 'ubuntu-16.04'
environment: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11 -Pe2e-hadoop -Pe2e-pre-commit"
environment: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11 -Pe2e-hadoop"
run_end_to_end: true
container: flink-build-container
jdk: jdk11
Expand Down

0 comments on commit cd5e3f4

Please sign in to comment.