Skip to content

Commit

Permalink
CI test stage no longer depends on build stage (#1219)
Browse files Browse the repository at this point in the history
* Test stage was updated a while ago to perform its own builds.

Closes #1213

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #1219
  • Loading branch information
dagardner-nv authored Sep 22, 2023
1 parent 13d9d8c commit 6e62560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:

test:
name: Test
needs: [build]
runs-on: linux-amd64-gpu-v100-latest-1
timeout-minutes: 60
container:
Expand Down

0 comments on commit 6e62560

Please sign in to comment.