[Ex CI] disable checkout in roc/hipSPARSE test jobs (#5046)

* [Ex CI] disable checkout in roc/hipSPARSE test jobs

* rocsparse 2 hour timeout
This commit is contained in:
Daniel Su
2025-07-16 10:46:13 -04:00
committed by GitHub
parent 20ff132b9b
commit ec9b9cad17
2 changed files with 3 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ jobs:
workspace:
clean: all
steps:
- checkout: none
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/dependencies-other.yml
parameters:
aptPackages: ${{ parameters.aptPackages }}

View File

@@ -181,7 +181,7 @@ jobs:
- ${{ if eq(parameters.unifiedBuild, False) }}:
- ${{ each job in parameters.jobMatrix.testJobs }}:
- job: ${{ parameters.componentName }}_test_${{ job.os }}_${{ job.target }}
timeoutInMinutes: 90
timeoutInMinutes: 120
dependsOn: ${{ parameters.componentName }}_build_${{ job.os }}_${{ job.target }}
condition:
and(succeeded(),
@@ -196,6 +196,7 @@ jobs:
workspace:
clean: all
steps:
- checkout: none
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/dependencies-other.yml
parameters:
aptPackages: ${{ parameters.aptPackages }}