Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SONARPY-2474 gp/test bigger windows machione 2 #2255

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
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
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
image: base-windows-jdk17-v*
platform: windows
region: eu-central-1
type: t3.xlarge
type: c5.xlarge
use_ssd: true

build_container_definition: &BUILD_CONTAINER_DEFINITION
Expand Down Expand Up @@ -128,7 +128,7 @@
folder: C:/.m2/repository
build_script:
- git config --global core.autocrlf input
- git submodule update --init
- git submodule update --init --jobs 4
- cd python-frontend/typeshed_serializer/resources/python-type-stubs
- git sparse-checkout set stubs/sklearn
- git checkout
Expand Down Expand Up @@ -226,7 +226,7 @@
- mvn verify -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dtest=PythonPrAnalysisTest
cleanup_before_cache_script: cleanup_maven_repository

promote_task:

Check warning on line 229 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L229

task "promote" depends on task "ws_scan", but their only_if conditions are different

Check warning on line 229 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L229

task "promote" depends on task "ws_scan", but their only_if conditions are different
depends_on:
- test_analyze
- ruling
Expand Down
Loading