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

Allow for "Optional Long Running Tests" Public Build #4498

Merged
merged 1 commit into from
Mar 8, 2019

Conversation

scbedd
Copy link
Member

@scbedd scbedd commented Mar 7, 2019

This PR updates the build yaml so that we can create another public build that will run only the Nightly and PyPy tests.

So, behavior is predicated based on the variable long_running_tests:

  • Set to False, run only the regular test suite
  • Set to True, run only the long running tests
  • Left Blank, run both long running and regular tests

#4496

@scbedd scbedd requested a review from lmazuel March 7, 2019 02:19
@adxsdk6
Copy link

adxsdk6 commented Mar 7, 2019

Can one of the admins verify this patch?

1 similar comment
@adxsdk6
Copy link

adxsdk6 commented Mar 7, 2019

Can one of the admins verify this patch?

@codecov-io
Copy link

codecov-io commented Mar 7, 2019

Codecov Report

Merging #4498 into master will decrease coverage by 3.9%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4498      +/-   ##
==========================================
- Coverage   53.37%   49.46%   -3.91%     
==========================================
  Files       10499     6297    -4202     
  Lines      220118   176444   -43674     
==========================================
- Hits       117486    87280   -30206     
+ Misses     102632    89164   -13468
Impacted Files Coverage Δ
...afactory/azure/mgmt/datafactory/models/__init__.py 50.67% <0%> (-49.33%) ⬇️
...ights/azure/applicationinsights/models/__init__.py 51% <0%> (-49%) ⬇️
...e/cognitiveservices/vision/face/models/__init__.py 51.25% <0%> (-48.75%) ⬇️
...iveservices/search/entitysearch/models/__init__.py 51.25% <0%> (-48.75%) ⬇️
azure-eventgrid/azure/eventgrid/models/__init__.py 51.25% <0%> (-48.75%) ⬇️
...ration/azure/mgmt/datamigration/models/__init__.py 51.27% <0%> (-48.73%) ⬇️
...ure/mgmt/recoveryservicesbackup/models/__init__.py 51.46% <0%> (-48.54%) ⬇️
...ce/azure/mgmt/containerinstance/models/__init__.py 51.8% <0%> (-48.2%) ⬇️
...tiveservices/search/videosearch/models/__init__.py 52.08% <0%> (-47.92%) ⬇️
.../azure/mgmt/compute/v2018_10_01/models/__init__.py 52.46% <0%> (-47.54%) ⬇️
... and 4284 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b577c79...ddd6feb. Read the comment docs.

@scbedd scbedd force-pushed the long-running-build-isolation branch from ae01bf3 to f6d293a Compare March 7, 2019 02:42
@scbedd scbedd force-pushed the long-running-build-isolation branch from f6d293a to ddd6feb Compare March 7, 2019 21:40
@scbedd scbedd merged commit 8ab3f67 into Azure:master Mar 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants