ATS-812: PoC FFmpeg

- temp comment out other T-Engine jobs (do not merge)
This commit is contained in:
Jan Vonka
2022-01-05 13:11:04 +00:00
parent 2c68e29901
commit 6630498828

View File

@@ -34,7 +34,7 @@ before_install: bash _ci/init.sh
jobs: jobs:
include: include:
- stage: Build and Test - stage: Build and Test
name: "Core & Base Snapshot deployment" # This is to separate the snapshot deployment from the following jobs, to prevent duplication on nexus - name: "Core & Base Snapshot deployment" # This is to separate the snapshot deployment from the following jobs, to prevent duplication on nexus
if: branch = master AND type != pull_request if: branch = master AND type != pull_request
before_script: travis_wait bash _ci/cache_artifacts.sh before_script: travis_wait bash _ci/cache_artifacts.sh
install: travis_wait 20 mvn -B -U -q clean install -DadditionalOption=-Xdoclint:none -DskipTests -Dmaven.javadoc.skip=true -Dmaven.wagon.http.pool=false -Pbase install: travis_wait 20 mvn -B -U -q clean install -DadditionalOption=-Xdoclint:none -DskipTests -Dmaven.javadoc.skip=true -Dmaven.wagon.http.pool=false -Pbase
@@ -45,36 +45,36 @@ jobs:
before_script: travis_wait bash _ci/cache_artifacts.sh before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh ffmpeg install: _ci/build.sh ffmpeg
script: bash _ci/test.sh ffmpeg script: bash _ci/test.sh ffmpeg
- name: "ImageMagick" # - name: "ImageMagick"
if: branch NOT IN (company_release) # if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh # before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh imagemagick # install: _ci/build.sh imagemagick
script: bash _ci/test.sh imagemagick # script: bash _ci/test.sh imagemagick
- name: "LibreOffice" # - name: "LibreOffice"
if: branch NOT IN (company_release) # if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh # before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh libreoffice # install: _ci/build.sh libreoffice
script: bash _ci/test.sh libreoffice # script: bash _ci/test.sh libreoffice
- name: "Transform Misc" # - name: "Transform Misc"
if: branch NOT IN (company_release) # if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh # before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh misc # install: _ci/build.sh misc
script: bash _ci/test.sh misc # script: bash _ci/test.sh misc
- name: "PDF Renderer" # - name: "PDF Renderer"
if: branch NOT IN (company_release) # if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh # before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh pdf-renderer # install: _ci/build.sh pdf-renderer
script: bash _ci/test.sh pdf-renderer # script: bash _ci/test.sh pdf-renderer
- name: "Tika" # - name: "Tika"
if: branch NOT IN (company_release) # if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh # before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh tika # install: _ci/build.sh tika
script: bash _ci/test.sh tika # script: bash _ci/test.sh tika
- name: "All in One Transformer" # - name: "All in One Transformer"
if: branch NOT IN (company_release) # if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh # before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh full-build # install: _ci/build.sh full-build
script: travis_wait 30 bash _ci/test.sh aio-test # script: travis_wait 30 bash _ci/test.sh aio-test
# - name: "WhiteSource" # - name: "WhiteSource"
# if: branch NOT IN (company_release) # if: branch NOT IN (company_release)
# script: bash _ci/whitesource.sh # script: bash _ci/whitesource.sh