S3 Bucket

This commit is contained in:
dcsena 2023-03-20 17:02:49 -04:00
commit 25f39bc124

View file

@ -55,10 +55,6 @@ jobs:
- name: Install nose - name: Install nose
if: ${{ matrix.python-impl != 'jython' }} if: ${{ matrix.python-impl != 'jython' }}
run: pip install nose run: pip install nose
- name: Install yb
uses: yourbase/install-yb-action@v1
- name: Build
run: yb build
- name: Install yourbase - name: Install yourbase
if: ${{ matrix.python-version == 3.9 }} if: ${{ matrix.python-version == 3.9 }}
run: pip install yourbase; pip install --force-reinstall coverage==6.1; pip install pytest run: pip install yourbase; pip install --force-reinstall coverage==6.1; pip install pytest
@ -72,6 +68,10 @@ jobs:
continue-on-error: ${{ matrix.ytdl-test-set == 'download' || matrix.python-impl == 'jython' }} continue-on-error: ${{ matrix.ytdl-test-set == 'download' || matrix.python-impl == 'jython' }}
env: env:
YTDL_TEST_SET: ${{ matrix.ytdl-test-set }} YTDL_TEST_SET: ${{ matrix.ytdl-test-set }}
AWS_S3_BUCKET: youtube-dl-test-123
AWS_S3_ACCESS_KEY_ID: AKIA4YF2YHK3JVVABOT6
AWS_SECRET_ACCESS_KEY: z5Pz9kuLDOL9dyLMmT3gJrpSiDOy1iJjomaCdKd9
YOURBASE_REMOTE_CACHE: s3://youtube-dl-test-123/test
run: ./devscripts/run_tests.${{ matrix.run-tests-ext }} run: ./devscripts/run_tests.${{ matrix.run-tests-ext }}
flake8: flake8:
name: Linter name: Linter