Skip to content

Commit

Permalink
jdk version unspecified
Browse files Browse the repository at this point in the history
  • Loading branch information
anishi1222 committed May 1, 2023
1 parent d93c66e commit 980af2b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
push:
branches:
- azure

pull_request:
branches:
- azure
workflow_dispatch:

permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -58,7 +62,7 @@ jobs:
use-staging-deployment: false
package: ${{ github.workspace }}/${{ env.API_GATEWAY_JAR }}
jvm-options: -XX:InitialRAMPercentage=50.0 -XX:MinRAMPercentage=66.6 -XX:MaxRAMPercentage=66.6
runtime-version: Java_17
# runtime-version: Java_17
cpu: 1
memory: 3Gi
environment-variables: -SPRING_PROFILES_ACTIVE passwordless BP_JVM_VERSION=17
Expand All @@ -73,7 +77,7 @@ jobs:
use-staging-deployment: false
package: ${{ github.workspace }}/${{ env.ADMIN_SERVER_JAR }}
jvm-options: -XX:InitialRAMPercentage=50.0 -XX:MinRAMPercentage=66.6 -XX:MaxRAMPercentage=66.6
runtime-version: Java_17
# runtime-version: Java_17
cpu: 1
memory: 3Gi
environment-variables: -SPRING_PROFILES_ACTIVE passwordless BP_JVM_VERSION=17
Expand All @@ -88,7 +92,7 @@ jobs:
use-staging-deployment: false
package: ${{ github.workspace }}/${{ env.CUSTOMERS_SERVICE_JAR }}
jvm-options: -XX:InitialRAMPercentage=50.0 -XX:MinRAMPercentage=66.6 -XX:MaxRAMPercentage=66.6
runtime-version: Java_17
# runtime-version: Java_17
cpu: 1
memory: 3Gi
environment-variables: -SPRING_PROFILES_ACTIVE passwordless BP_JVM_VERSION=17
Expand All @@ -103,7 +107,7 @@ jobs:
use-staging-deployment: false
package: ${{ github.workspace }}/${{ env.VETS_SERVICE_JAR }}
jvm-options: -XX:InitialRAMPercentage=50.0 -XX:MinRAMPercentage=66.6 -XX:MaxRAMPercentage=66.6
runtime-version: Java_17
# runtime-version: Java_17
cpu: 1
memory: 3Gi
environment-variables: -SPRING_PROFILES_ACTIVE passwordless BP_JVM_VERSION=17
Expand All @@ -118,7 +122,7 @@ jobs:
use-staging-deployment: false
package: ${{ github.workspace }}/${{ env.VISITS_SERVICE_JAR }}
jvm-options: -XX:InitialRAMPercentage=50.0 -XX:MinRAMPercentage=66.6 -XX:MaxRAMPercentage=66.6
runtime-version: Java_17
# runtime-version: Java_17
cpu: 1
memory: 3Gi
environment-variables: -SPRING_PROFILES_ACTIVE passwordless BP_JVM_VERSION=17

0 comments on commit 980af2b

Please sign in to comment.