Skip to content

Commit

Permalink
Commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed Feb 5, 2025
1 parent a5997f3 commit bd8ce1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nightly-xig-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:

- job: xig_step_3
dependsOn: xig_step_2
pool:
vmImage: 'macOS-latest'
timeoutInMinutes: 360
steps:
- task: Bash@3
Expand All @@ -118,7 +120,7 @@ jobs:
displayName: 'Run publisher with xig param step 3'
inputs:
targetType: 'inline'
script: 'java -Xmx7168m -jar ./publisher.jar -xig $(XIG_DB_FOLDER)/$(XIG_DB_FILE) -xig-cache $(XIG_CACHE_FOLDER) -xig-step 3'
script: 'java -Xmx13G -jar ./publisher.jar -xig $(XIG_DB_FOLDER)/$(XIG_DB_FILE) -xig-cache $(XIG_CACHE_FOLDER) -xig-step 3'

- task: PublishPipelineArtifact@1
inputs:
Expand Down

0 comments on commit bd8ce1e

Please sign in to comment.