diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-04 14:51:49 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-07 12:44:29 -0600 |
| commit | ca3e93e2f67707a016b28e58f8374522a1fb68f0 (patch) | |
| tree | 63f5341b5b2ef4732cd0ec3717f9bb01378eb507 /.gitlab | |
| parent | 71e548e24191f9afe53f5679906d464b24c5c985 (diff) | |
Add limited network support for Cargo projects
* Add test to scan cargo project with packages from a private registry
* Synchronize mono cert store
* Wipe nuget package cache before specs
* Compress /usr/local/share
* Exclude development dependencies
* Add CHANGELOG entry
Diffstat (limited to '.gitlab')
| -rw-r--r-- | .gitlab/deb.yml | 1 | ||||
| -rw-r--r-- | .gitlab/test.yml | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab/deb.yml b/.gitlab/deb.yml index 9a6652d..20b7c93 100644 --- a/.gitlab/deb.yml +++ b/.gitlab/deb.yml @@ -203,3 +203,4 @@ rust-1-45: variables: OMNIBUS_PROJECT: rust RUST_VERSION: '1.45.0' + allow_failure: false diff --git a/.gitlab/test.yml b/.gitlab/test.yml index 6d0dcae..53b1105 100644 --- a/.gitlab/test.yml +++ b/.gitlab/test.yml @@ -105,6 +105,12 @@ integration-ruby: RSPEC_DIR: spec/integration/ruby needs: ['build-docker-image'] +integration-rust: + extends: .rspec + variables: + RSPEC_DIR: spec/integration/rust + needs: ['build-docker-image'] + .functional: stage: test trigger: gitlab-org/security-products/tests/common |
