Skip to content

Commit

Permalink
ci: Isolate CD SDK tests to run on cd runner (#1132)
Browse files Browse the repository at this point in the history
ci: Isolate CD SDK tests to run on cd runner

This change makes SDK tests run on gitlab runners that have the label "cd".
This provides machine level isolation from other jobs such as Docker and Rust builds.
  • Loading branch information
Ali-Piccioni authored Oct 16, 2020
1 parent 7272313 commit c967800
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ before_script:
#
sdk_test:
stage: test
tags:
- cd
rules:
# Only trigger this job from upstream pipelines or manual execution
- if: '$CI_PIPELINE_SOURCE == "pipeline"'
Expand Down

0 comments on commit c967800

Please sign in to comment.