-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a966a1d
commit 541f8aa
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ jobs: | |
# NOTE: some tests are temporarily disabled since the related components don't provide native ARM64 images yet | ||
python3 -m pytest --configuration ../tests/pipeline-all-amps/repo/target/dtas/dtas-config.json tests/ -s \ | ||
--ignore=tests/scenarios/test_sync.py \ | ||
-k "not test_rendition_doc_to_png and not test_rendition_doc_to_jpeg and not test_rendition_docx_to_png and not test_rendition_docx_to_jpeg and not test_rendition_pdf_to_png and not test_rendition_pdf_to_jpeg and not test_rendition_odt_to_png and not test_rendition_odt_to_jpeg and not test_rendition_xlsx_to_png and not test_rendition_xlsx_to_jpeg and not test_rendition_xls_to_png and not test_rendition_xls_to_jpeg" | ||
-k "not test_rendition_doc_to_png and not test_rendition_doc_to_jpeg and not test_rendition_docx_to_png and not test_rendition_docx_to_jpeg and not test_rendition_pdf_to_png and not test_rendition_pdf_to_jpeg and not test_rendition_odt_to_png and not test_rendition_odt_to_jpeg and not test_rendition_xlsx_to_png and not test_rendition_xlsx_to_jpeg and not test_rendition_xls_to_png" | ||
- name: "Dump all Docker containers logs" | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
if: failure() && (steps.setup-env.outcome == 'failure' || steps.run-tests.outcome == 'failure') | ||
|