This is an automated email from the ASF dual-hosted git repository. sewen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git.
from 77fe6b4 [FLINK-16136][yarn][tests] Increase disk space limit for all YARN tests new e3da52f [FLINK-14086][core] Add OperatingArchitecture Enum new 4a361e1 [FLINK-14086][core] (follow-up) Clean-up / unify processor and memory architecture enums new e3d5820 [FLINK-15473][core] Add ppc64le to the list of known processor architectures. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/flink/util/MemoryArchitecture.java | 77 ---------- .../apache/flink/util/ProcessorArchitecture.java | 156 +++++++++++++++++++++ ...ureTest.java => ProcessorArchitectureTest.java} | 15 +- .../tests/PrometheusReporterEndToEndITCase.java | 28 +++- .../network/partition/ResultPartitionFactory.java | 5 +- 5 files changed, 194 insertions(+), 87 deletions(-) delete mode 100755 flink-core/src/main/java/org/apache/flink/util/MemoryArchitecture.java create mode 100644 flink-core/src/main/java/org/apache/flink/util/ProcessorArchitecture.java rename flink-core/src/test/java/org/apache/flink/util/{MemoryArchitectureTest.java => ProcessorArchitectureTest.java} (66%) mode change 100755 => 100644