Skip to content

Commit

Permalink
.github: update s3 tests run step (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov committed Oct 6, 2023
2 parents 9488855 + 5629e37 commit a283902
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/s3-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,19 +235,10 @@ jobs:
./bootstrap
working-directory: s3-tests

- name: Run Sanity tests for pull requests
timeout-minutes: 60
if: github.event_name == 'pull_request'
run: |
source virtualenv/bin/activate
S3TEST_CONF=${S3_TESTS_CONFIG} pytest --alluredir=${GITHUB_WORKSPACE}/allure-results -v -s s3tests_boto3/functional/test_s3.py --timeout 300 -a "sanity" 2>&1 | tee s3-tests.log
working-directory: s3-tests

- name: Run All tests
if: github.event_name != 'pull_request'
- name: s3 tests
run: |
source virtualenv/bin/activate
S3TEST_CONF=${S3_TESTS_CONFIG} pytest --alluredir=${GITHUB_WORKSPACE}/allure-results -v -s s3tests_boto3/functional/test_s3.py --timeout 300 2>&1 | tee s3-tests.log
S3TEST_CONF=${S3_TESTS_CONFIG} pytest -m 'not fails_on_aws and not fails_on_dbstore' --alluredir=${GITHUB_WORKSPACE}/allure-results -v -s s3tests_boto3/functional/test_s3.py s3tests_boto3/functional/test_s3_neofs.py 2>&1 | tee s3-tests.log
working-directory: s3-tests


Expand Down

0 comments on commit a283902

Please sign in to comment.