Commit 1dab09fd authored by Fabian Müller's avatar Fabian Müller
Browse files

Port common infrastructure and variables

parent 266050e7
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
variables:
  TESTV_DIR: "/usr/local/testv"
  LTV_DIR: "/usr/local/ltv"
  BUILD_OUTPUT: "build_output.txt"
  EXIT_CODE_NON_BE: 123
  EXIT_CODE_FAIL: 1
  TESTS_DIR_CODEC_BE_ON_MR: "tests/codec_be_on_mr_nonselection"
  IVAS_PIPELINE_NAME: ''
  GIT_CLEAN_FLAGS: -ffdxq
  TESTCASE_TIMEOUT_STV_SANITIZERS: 180
  TESTCASE_TIMEOUT_LTV_SANITIZERS: 2400
  BASOP_REFERENCE_BRANCH: "ivas-float-update"
  SCALE_FACTOR: "3.162"

main.yml

0 → 100644
+18 −0
Original line number Diff line number Diff line
include:
  # variables can be overwritten easily if needed
  - local: includes/default-variables.yml

default:
  # by default, we want all jobs to be interruptible, and we need to configure this explicitly
  interruptible: true

# we can define all stages centrally
stages:
  - .pre
  - maintenance
  - prevalidate
  - build
  - test
  - compare
  - postvalidate
  - deploy