Skip to content

Commit

Permalink
Merge pull request #1114 from rapidsai/branch-22.10
Browse files Browse the repository at this point in the history
[gpuCI] Forward-merge branch-22.10 to branch-22.12 [skip gpuci]
  • Loading branch information
GPUtester authored Sep 29, 2022
2 parents a30d0a7 + 8a3a552 commit 5e5d82b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/branch-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,17 @@ concurrency:

jobs:
cpp-build:
name: C++ build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-matrix-build.yaml@main
with:
build_type: branch
python-build:
name: Python build
needs: cpp-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-matrix-build.yaml@main
with:
build_type: branch
upload-conda:
name: Upload conda packages for branch builds
needs: python-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-upload-packages.yaml@main
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/nightly-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ on:

jobs:
cpp-build:
name: C++ build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-matrix-build.yaml@main
with:
build_type: nightly
repo: rapidsai/rmm
ref: ${{ inputs.REF }}
cpp-tests:
name: C++ tests for PRs
needs: cpp-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-tests.yaml@main
Expand All @@ -26,7 +24,6 @@ jobs:
repo: rapidsai/rmm
ref: ${{ inputs.REF }}
python-build:
name: Python build
needs: cpp-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-matrix-build.yaml@main
Expand All @@ -35,7 +32,6 @@ jobs:
repo: rapidsai/rmm
ref: ${{ inputs.REF }}
python-tests:
name: Python tests for PRs
needs: python-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@main
Expand All @@ -44,7 +40,6 @@ jobs:
repo: rapidsai/rmm
ref: ${{ inputs.REF }}
upload-conda:
name: Upload conda packages for branch builds
needs: [python-tests, cpp-tests]
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-upload-packages.yaml@main
Expand Down
7 changes: 0 additions & 7 deletions ci/upload_to_anaconda.sh

This file was deleted.

0 comments on commit 5e5d82b

Please sign in to comment.