Skip to content

Commit

Permalink
Increase reuqst for build
Browse files Browse the repository at this point in the history
  • Loading branch information
B-a-S committed Apr 24, 2024
1 parent 8a465a5 commit 411ff9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/Jenkinsfile.shlib
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

// load pipeline functions
// Requires pipeline-github-lib plugin to load library from github
@Library('github.com/Mellanox/ci-demo@stable')
//
@Library('github.com/B-a-S/ci-demo')
def matrix = new com.mellanox.cicd.Matrix()

matrix.main()
Expand Down
2 changes: 2 additions & 0 deletions .ci/job_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ runs_on_dockers:
uri: "${UCC_URI_SUFFIX}",
build_args: "--rm --no-cache --build-arg CUDA_VER=${CUDA_VER} --build-arg NVIDIA_ROOT_DIR=${NVIDIA_ROOT_DIR}",
cloud: "swx-k8s",
limits: '{memory: 16Gi, cpu: 8000m, ephemeral-storage: 10Gi}',
requests: '{memory: 16Gi, cpu: 8000m, ephemeral-storage: 5Gi}'
}

# bare metal
Expand Down

0 comments on commit 411ff9b

Please sign in to comment.