Skip to content

Commit

Permalink
Merge branch 'test-mr' into 'master'
Browse files Browse the repository at this point in the history
Fix: remove python requirements from bazel-test-all-rebuild

 

See merge request dfinity-lab/public/ic!15641
  • Loading branch information
levsha committed Oct 25, 2023
2 parents 40752fa + 4c51e83 commit 5d5d0e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gitlab-ci/config/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ bazel-test-all-rebuild:
BAZEL_EXTRA_ARGS: "--repository_cache= --disk_cache= --noremote_accept_cached --remote_instance_name=${CI_COMMIT_SHA} --@rules_rust//rust/settings:pipelined_compilation=True"
timeout: 2h
script:
- pip3 install --ignore-installed -r requirements.txt
- !reference [.bazel-test-all, script]

bazel-build-macos:
Expand Down
1 change: 0 additions & 1 deletion gitlab-ci/config/zz-generated-gitlab-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,6 @@ bazel-test-all-rebuild:
when: manual
- if: $SCHEDULE_NAME == "run-all-master"
script:
- pip3 install --ignore-installed -r requirements.txt
- - "./gitlab-ci/src/bazel-ci/main.sh"
tags:
- dfinity-ic
Expand Down

0 comments on commit 5d5d0e4

Please sign in to comment.