Skip to content

Commit 382009a

Browse files
alvicsamggwpez
authored andcommitted
Add CI for monorepo (#1145)
* Add CI for monorepo * fix frame tests * Format features Signed-off-by: Oliver Tale-Yazdi <[email protected]> * add note for skipping tests and disable test-linux-stable-all * Fix tests and compile issues (#1152) * Fix feature dependant import Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Bump test timeout Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Remove feature gate Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Add resolver 2 Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Remove old lockfile Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Format features Signed-off-by: Oliver Tale-Yazdi <[email protected]> --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Fix check-dependency-rules Signed-off-by: Oliver Tale-Yazdi <[email protected]> * rm test-runtime Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Actually fix script Signed-off-by: Oliver Tale-Yazdi <[email protected]> * enable cargo-check-each-crate-macos * Run check-each-crate on 6 machines (#1163) --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: Oliver Tale-Yazdi <[email protected]>
1 parent c80dd40 commit 382009a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitlab/pipeline/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ cargo-deny-licenses:
4343
script:
4444
- $CARGO_DENY_CMD --hide-inclusion-graph
4545
after_script:
46+
# - !reference [.rusty-cachier, after_script]
4647
- echo "___The complete log is in the artifacts___"
4748
- $CARGO_DENY_CMD 2> deny.log
4849
- if [ $CI_JOB_STATUS != 'success' ]; then

.gitlab/pipeline/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ cargo-check-each-crate:
408408
timeout: 2h
409409
script:
410410
- PYTHONUNBUFFERED=x time .gitlab/check-each-crate.py "$CI_NODE_INDEX" "$CI_NODE_TOTAL"
411-
parallel: 2
411+
parallel: 6
412412

413413
cargo-check-each-crate-macos:
414414
stage: test

0 commit comments

Comments
 (0)