Skip to content

Enhance deploy #1220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -euo pipefail
set -euox pipefail

[[ -d $PWD/maven && ! -d $HOME/.m2 ]] && ln -s $PWD/maven $HOME/.m2

Expand Down Expand Up @@ -28,4 +28,4 @@ cat <<EOF > ~/.m2/settings.xml
EOF

cd cf-java-client
./mvnw -q -Dmaven.test.skip=true deploy
./mvnw -Dmaven.test.skip=true deploy
9 changes: 3 additions & 6 deletions ci/tcp-routes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@
- type: replace
path: /resource-config/tcp_router/instances
value: automatic
- type: replace
path: /resource-config/compute/instances
value: 2
- type: replace
path: /product-properties/.cloud_controller.default_quota_memory_limit_mb
value:
value: ((DEFAULT_QUOTA_MEM_MB))
- type: replace
path: /resource-config/compute/instances
value: 4
- type: replace
path: /resource-config/compute/instance_type/id
value: "2xlarge.mem"
2 changes: 1 addition & 1 deletion cloudfoundry-client-reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>5.12.0.BUILD-SNAPSHOT</version>
<version>5.11.0.BUILD-SNAPSHOT</version>
</parent>

<artifactId>cloudfoundry-client-reactor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cloudfoundry-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>5.12.0.BUILD-SNAPSHOT</version>
<version>5.11.0.BUILD-SNAPSHOT</version>
</parent>

<artifactId>cloudfoundry-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cloudfoundry-operations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>5.12.0.BUILD-SNAPSHOT</version>
<version>5.11.0.BUILD-SNAPSHOT</version>
</parent>

<artifactId>cloudfoundry-operations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cloudfoundry-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>5.12.0.BUILD-SNAPSHOT</version>
<version>5.11.0.BUILD-SNAPSHOT</version>
</parent>

<artifactId>cloudfoundry-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>5.12.0.BUILD-SNAPSHOT</version>
<version>5.11.0.BUILD-SNAPSHOT</version>
</parent>

<artifactId>integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<artifactId>cloudfoundry-java-client</artifactId>
<name>Cloud Foundry Java Client Parent</name>
<description>A Java language binding for interacting with a Cloud Foundry instance</description>
<version>5.12.0.BUILD-SNAPSHOT</version>
<version>5.11.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://github.com/cloudfoundry/cf-java-client</url>

Expand Down
2 changes: 1 addition & 1 deletion test-log-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>5.12.0.BUILD-SNAPSHOT</version>
<version>5.11.0.BUILD-SNAPSHOT</version>
</parent>

<artifactId>test-log-cache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-service-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>5.12.0.BUILD-SNAPSHOT</version>
<version>5.11.0.BUILD-SNAPSHOT</version>
</parent>

<artifactId>test-service-broker</artifactId>
Expand Down