[GitHub Actions] fix build pom. reduce runner resource request.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"stream_apps_gh_runners": {
|
||||
"pods_per_job": 1,
|
||||
"ram_per_pod": 2,
|
||||
"ram_per_pod": 1.5,
|
||||
"cpu_per_pod": 1.5,
|
||||
"machine_type": "e2-highcpu-16",
|
||||
"runner_scaling": "manual",
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: "1500m"
|
||||
memory: "2Gi"
|
||||
memory: "1536Mi"
|
||||
labels:
|
||||
- stream-ci
|
||||
---
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: "1500m"
|
||||
memory: "2Gi"
|
||||
memory: "1536Mi"
|
||||
labels:
|
||||
- stream-ci
|
||||
---
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: "3000m"
|
||||
memory: "4Gi"
|
||||
memory: "3Gi"
|
||||
labels:
|
||||
- stream-ci-large
|
||||
---
|
||||
|
||||
@@ -19,6 +19,6 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: "1500m"
|
||||
memory: "2Gi"
|
||||
memory: "1536Mi"
|
||||
labels:
|
||||
- stream-ci
|
||||
|
||||
@@ -19,6 +19,6 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: "1500m"
|
||||
memory: "2Gi"
|
||||
memory: "1536Mi"
|
||||
labels:
|
||||
- stream-ci
|
||||
|
||||
@@ -109,6 +109,7 @@
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>${maven-javadoc-plugin.version}</version>
|
||||
<executions>
|
||||
@@ -126,6 +127,7 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<version>${maven-source-plugin.version}</version>
|
||||
<executions>
|
||||
@@ -366,8 +368,9 @@
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-gpg-plugin</artifactId>
|
||||
<version>1.6</version> <!-- TODO test with latest: 3.0.1 -->
|
||||
<version>3.0.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>sign-artifacts</id>
|
||||
|
||||
Reference in New Issue
Block a user