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

Run jobs in E2E tests with a particular preset ("cpu-small") #2764

Merged
merged 1 commit into from
Jun 30, 2022

Conversation

serhiy-storchaka
Copy link
Contributor

Currently many tests are failed with the default preset on the default cluster (running jobs hang in the pending state), but passed with "cpu-micro" or "cpu-small". On staging the default preset is "cpu-small", so this problem does not exist.

It may be related to #2760 and #2759, although in #2760 jobs hang in the running state.

@serhiy-storchaka serhiy-storchaka changed the title Run jobs in tests with a particular preset ("cpu-small") Run jobs in E2E tests with a particular preset ("cpu-small") Jun 30, 2022
@codecov
Copy link

codecov bot commented Jun 30, 2022

Codecov Report

Merging #2764 (238d7b9) into master (2a4833b) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2764      +/-   ##
==========================================
+ Coverage   73.75%   73.77%   +0.01%     
==========================================
  Files          69       69              
  Lines       11996    11996              
  Branches     2073     2073              
==========================================
+ Hits         8848     8850       +2     
+ Misses       2846     2845       -1     
+ Partials      302      301       -1     
Impacted Files Coverage Δ
neuro-cli/src/neuro_cli/file_logging.py 84.21% <0.00%> (+5.26%) ⬆️

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 2a4833b...238d7b9. Read the comment docs.

@asvetlov asvetlov merged commit 46a4dcf into master Jun 30, 2022
@asvetlov asvetlov deleted the ss/tests-preset branch June 30, 2022 10:10
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.

2 participants