Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix dags
  • Loading branch information
alvicsam committed Nov 11, 2022
commit ae7b0d5a09002d50c6890d7e95ec0d58e9dd02c3
4 changes: 4 additions & 0 deletions scripts/ci/gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

.check-dependent-project:
stage: build
# DAG: this is artificial dependency
needs:
- job: cargo-clippy
artifacts: false
extends:
- .docker-env
- .test-refs-no-trigger-prs-only
Expand Down
4 changes: 0 additions & 4 deletions scripts/ci/gitlab/pipeline/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

check-runtime:
stage: check
# DAG: this is artificial dependency
needs:
- job: cargo-clippy
artifacts: false
extends:
- .kubernetes-env
- .test-refs-no-trigger-prs-only
Expand Down