Commit 8018526c authored by Jan Kiene's avatar Jan Kiene
Browse files

use variables for output formats

parent 4f5c3615
Loading
Loading
Loading
Loading
Loading
+18 −13
Original line number Diff line number Diff line
@@ -3,6 +3,11 @@ variables:
  BUILD_OUTPUT: "build_output.txt"
  EVS_BE_TEST_DIR: "/usr/local/be_2_evs_test"
  SANITIZER_TESTS: "CLANG1 CLANG2"
  OUT_FORMATS_CHANNEL_BASED: "stereo mono 5_1 5_1_2 5_1_4 7_1 7_1_4"
  OUT_FORMATS_SCENE_BASED: "FOA HOA2 HOA3"
  OUT_FORMATS_BINAURAL: "BINAURAL BINAURAL_ROOM"
  OUT_FORMATS_ALL_NO_EXT: "$OUT_FORMATS_CHANNEL_BASED $OUT_FORMATS_SCENE_BASED $OUT_FORMATS_BINAURAL"
  OUT_FORMATS_ALL: "$OUT_FORMATS_ALL_NO_EXT EXT"


# This sets when pipelines are created. Jobs have more specific rules to restrict them.
@@ -489,7 +494,7 @@ sanitizer-test-stereo:
      when: delayed
      start_in: 20 minutes
  script:
    - python3 ci/run_scheduled_sanitizer_test.py stereo stereo mono 5_1 5_1_2 5_1_4 7_1 7_1_4 --tests $SANITIZER_TESTS
    - python3 ci/run_scheduled_sanitizer_test.py stereo $OUT_FORMATS_CHANNEL_BASED --tests $SANITIZER_TESTS

sanitizer-test-stereodmxevs:
  extends: .sanitizer-test-template
@@ -507,7 +512,7 @@ sanitizer-test-ism1:
      when: delayed
      start_in: 1 hour
  script:
    - python3 ci/run_scheduled_sanitizer_test.py ISM1 stereo mono 5_1 5_1_2 5_1_4 7_1 7_1_4 FOA HOA2 HOA3 BINAURAL BINAURAL_ROOM EXT --tests $SANITIZER_TESTS
    - python3 ci/run_scheduled_sanitizer_test.py ISM1 $OUT_FORMATS_ALL --tests $SANITIZER_TESTS

sanitizer-test-ism2:
  extends: .sanitizer-test-template
@@ -516,7 +521,7 @@ sanitizer-test-ism2:
      when: delayed
      start_in: 1 hour 30 minutes
  script:
    - python3 ci/run_scheduled_sanitizer_test.py ISM2 stereo mono 5_1 5_1_2 5_1_4 7_1 7_1_4 FOA HOA2 HOA3 BINAURAL BINAURAL_ROOM EXT --tests $SANITIZER_TESTS
    - python3 ci/run_scheduled_sanitizer_test.py ISM2 $OUT_FORMATS_ALL --tests $SANITIZER_TESTS

sanitizer-test-ism3:
  extends: .sanitizer-test-template
@@ -525,7 +530,7 @@ sanitizer-test-ism3:
      when: delayed
      start_in: 2 hours
  script:
    - python3 ci/run_scheduled_sanitizer_test.py ISM3 stereo mono 5_1 5_1_2 5_1_4 7_1 7_1_4 FOA HOA2 HOA3 BINAURAL BINAURAL_ROOM EXT --tests $SANITIZER_TESTS
    - python3 ci/run_scheduled_sanitizer_test.py ISM3 $OUT_FORMATS_ALL --tests $SANITIZER_TESTS

sanitizer-test-ism4:
  extends: .sanitizer-test-template
@@ -534,7 +539,7 @@ sanitizer-test-ism4:
      when: delayed
      start_in: 2 hours 30 minutes
  script:
    - python3 ci/run_scheduled_sanitizer_test.py ISM4 stereo mono 5_1 5_1_2 5_1_4 7_1 7_1_4 FOA HOA2 HOA3 BINAURAL BINAURAL_ROOM EXT --tests $SANITIZER_TESTS
    - python3 ci/run_scheduled_sanitizer_test.py ISM4 $OUT_FORMATS_ALL --tests $SANITIZER_TESTS

sanitizer-test-mc-5_1:
  extends:
@@ -547,7 +552,7 @@ sanitizer-test-mc-5_1:
      when: delayed
      start_in: 3 hours
  script:
    - python3 ci/run_scheduled_sanitizer_test.py 5_1 stereo mono 5_1 5_1_2 5_1_4 7_1 7_1_4 FOA HOA2 HOA3 BINAURAL BINAURAL_ROOM --tests $SANITIZER_TESTS
    - python3 ci/run_scheduled_sanitizer_test.py 5_1 $OUT_FORMATS_ALL_NO_EXT --tests $SANITIZER_TESTS

sanitizer-test-mc-5_1_2:
  extends:
@@ -560,7 +565,7 @@ sanitizer-test-mc-5_1_2:
      when: delayed
      start_in: 4 hours
  script:
    - python3 ci/run_scheduled_sanitizer_test.py 5_1_2 stereo mono 5_1 5_1_2 5_1_4 7_1 7_1_4 FOA HOA2 HOA3 BINAURAL BINAURAL_ROOM --tests $SANITIZER_TESTS
    - python3 ci/run_scheduled_sanitizer_test.py 5_1_2 $OUT_FORMATS_ALL_NO_EXT --tests $SANITIZER_TESTS

sanitizer-test-mc-5_1_4:
  extends:
@@ -573,7 +578,7 @@ sanitizer-test-mc-5_1_4:
      when: delayed
      start_in: 5 hours
  script:
    - python3 ci/run_scheduled_sanitizer_test.py 5_1_4 stereo mono 5_1 5_1_2 5_1_4 7_1 7_1_4 FOA HOA2 HOA3 BINAURAL BINAURAL_ROOM --tests $SANITIZER_TESTS
    - python3 ci/run_scheduled_sanitizer_test.py 5_1_4 $OUT_FORMATS_ALL_NO_EXT --tests $SANITIZER_TESTS

sanitizer-test-mc-7_1:
  extends:
@@ -586,7 +591,7 @@ sanitizer-test-mc-7_1:
      when: delayed
      start_in: 6 hours
  script:
    - python3 ci/run_scheduled_sanitizer_test.py 7_1 stereo mono 5_1 5_1_2 5_1_4 7_1 7_1_4 FOA HOA2 HOA3 BINAURAL BINAURAL_ROOM --tests $SANITIZER_TESTS
    - python3 ci/run_scheduled_sanitizer_test.py 7_1 $OUT_FORMATS_ALL_NO_EXT --tests $SANITIZER_TESTS

sanitizer-test-mc-7_1_4:
  extends:
@@ -599,7 +604,7 @@ sanitizer-test-mc-7_1_4:
      when: delayed
      start_in: 7 hours
  script:
    - python3 ci/run_scheduled_sanitizer_test.py 7_1_4 stereo mono 5_1 5_1_2 5_1_4 7_1 7_1_4 FOA HOA2 HOA3 BINAURAL BINAURAL_ROOM --tests $SANITIZER_TESTS
    - python3 ci/run_scheduled_sanitizer_test.py 7_1_4 $OUT_FORMATS_ALL_NO_EXT --tests $SANITIZER_TESTS

sanitizer-test-masa:
  extends:
@@ -612,7 +617,7 @@ sanitizer-test-masa:
      when: delayed
      start_in: 8 hours
  script:
    - python3 ci/run_scheduled_sanitizer_test.py MASA stereo mono 5_1 5_1_2 5_1_4 7_1 7_1_4 FOA HOA2 HOA3 BINAURAL BINAURAL_ROOM EXT --tests $SANITIZER_TESTS
    - python3 ci/run_scheduled_sanitizer_test.py MASA $OUT_FORMATS_ALL --tests $SANITIZER_TESTS

sanitizer-test-mc-sba:
  extends:
@@ -625,7 +630,7 @@ sanitizer-test-mc-sba:
      when: delayed
      start_in: 9 hours
  script:
    - python3 ci/run_scheduled_sanitizer_test.py SBA stereo mono 5_1 5_1_2 5_1_4 7_1 7_1_4 FOA HOA2 HOA3 BINAURAL BINAURAL_ROOM --tests $SANITIZER_TESTS
    - python3 ci/run_scheduled_sanitizer_test.py SBA $OUT_FORMATS_ALL_NO_EXT --tests $SANITIZER_TESTS

sanitizer-test-mc-planarsba:
  extends:
@@ -638,7 +643,7 @@ sanitizer-test-mc-planarsba:
      when: delayed
      start_in: 10 hours
  script:
    - python3 ci/run_scheduled_sanitizer_test.py PlanarSBA stereo mono 5_1 5_1_2 5_1_4 7_1 7_1_4 FOA HOA2 HOA3 BINAURAL BINAURAL_ROOM --tests $SANITIZER_TESTS
    - python3 ci/run_scheduled_sanitizer_test.py PlanarSBA $OUT_FORMATS_ALL_NO_EXT --tests $SANITIZER_TESTS

# ---------------------------------------------------------------
# Other jobs