Skip to content

Commit

Permalink
Merge branch 'develop' into artv3/sycl-thread-grid-layout-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artv3 committed Apr 22, 2024
2 parents f93aafa + 10ac87a commit 3201cba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -75,7 +75,7 @@ stages:
include:
- local: '.gitlab/custom-jobs-and-variables.yml'
- project: 'radiuss/radiuss-shared-ci'
ref: 'v2023.12.3'
ref: 'v2024.04.0'
file: 'pipelines/${CI_MACHINE}.yml'
- artifact: '${CI_MACHINE}-jobs.yml'
job: 'generate-job-lists'
Expand All @@ -100,9 +100,11 @@ trigger-rajaperf:
strategy: depend

include:
- project: 'lc-templates/id_tokens'
file: 'id_tokens.yml'
# [Optional] checks preliminary to running the actual CI test
- project: 'radiuss/radiuss-shared-ci'
ref: 'v2023.12.3'
ref: 'v2024.04.0'
file: 'utilities/preliminary-ignore-draft-pr.yml'
# pipelines subscribed by the project
- local: '.gitlab/subscribed-pipelines.yml'
2 changes: 1 addition & 1 deletion .gitlab/custom-jobs-and-variables.yml
Expand Up @@ -45,7 +45,7 @@ variables:

# Tioga
# Arguments for top level allocation
TIOGA_SHARED_ALLOC: "--exclusive --time-limit=60m --nodes=1 -o per-resource.count=2"
TIOGA_SHARED_ALLOC: "--exclusive --queue=pci --time-limit=60m --nodes=1 -o per-resource.count=2"
# Arguments for job level allocation
TIOGA_JOB_ALLOC: "--nodes=1 --begin-time=+5s"
# Project specific variants for corona
Expand Down

0 comments on commit 3201cba

Please sign in to comment.