Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Runner/suites/Multimedia/Audio/AudioRecord/AudioRecord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ params:
DURATIONS: "" # Recording durations: short, medium, long (legacy mode only, not used in config discovery mode), default: unset
RECORD_SECONDS: "5s" # Recording duration with unit suffix (e.g., "5s", "10s", "30s"), default: 5s
LOOPS: 1 # Number of recording loops, default: 1
TIMEOUT: 0 # Recording timeout per loop (e.g., 15s, 0=none), default: 0
TIMEOUT: 0 # Explicit timeout override per loop (e.g., 15s, 0=automatic), default: 0
AUDIO_RECORD_START_GRACE: 5 # Startup headroom added to the automatic recorder watchdog, default: 5s
STRICT: 0 # Enable strict mode (fail on any error), default: 0
DMESG_SCAN: 1 # Scan dmesg for errors after recording, default: 1
VERBOSE: 0 # Enable verbose logging, default: 0
Expand All @@ -26,5 +27,5 @@ run:
steps:
- REPO_PATH=$PWD
- cd Runner/suites/Multimedia/Audio/AudioRecord/
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" --lava-testcase-id "${LAVA_TESTCASE_ID}" || true
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --start-grace "${AUDIO_RECORD_START_GRACE}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" --lava-testcase-id "${LAVA_TESTCASE_ID}" || true
- $REPO_PATH/Runner/utils/send-to-lava.sh AudioRecord${RES_SUFFIX:+_${RES_SUFFIX}}.res
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ params:
DURATIONS: "" # Recording durations: short, medium, long (legacy mode only, not used in config discovery mode), default: unset
RECORD_SECONDS: "5s" # Recording duration with unit suffix (e.g., "5s", "10s", "30s"), default: 5s
LOOPS: 1 # Number of recording loops, default: 1
TIMEOUT: 0 # Recording timeout per loop (e.g., 15s, 0=none), default: 0
TIMEOUT: 0 # Explicit timeout override per loop (e.g., 15s, 0=automatic), default: 0
AUDIO_RECORD_START_GRACE: 5 # Startup headroom added to the automatic recorder watchdog, default: 5s
STRICT: 0 # Enable strict mode (fail on any error), default: 0
DMESG_SCAN: 1 # Scan dmesg for errors after recording, default: 1
VERBOSE: 0 # Enable verbose logging, default: 0
Expand All @@ -25,5 +26,5 @@ run:
steps:
- REPO_PATH=$PWD
- cd Runner/suites/Multimedia/Audio/AudioRecord/
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --start-grace "${AUDIO_RECORD_START_GRACE}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- $REPO_PATH/Runner/utils/send-to-lava.sh AudioRecord${RES_SUFFIX:+_${RES_SUFFIX}}.res
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ params:
DURATIONS: "" # Recording durations: short, medium, long (legacy mode only, not used in config discovery mode), default: unset
RECORD_SECONDS: "5s" # Recording duration with unit suffix (e.g., "5s", "10s", "30s"), default: 5s
LOOPS: 1 # Number of recording loops, default: 1
TIMEOUT: 0 # Recording timeout per loop (e.g., 15s, 0=none), default: 0
TIMEOUT: 0 # Explicit timeout override per loop (e.g., 15s, 0=automatic), default: 0
AUDIO_RECORD_START_GRACE: 5 # Startup headroom added to the automatic recorder watchdog, default: 5s
STRICT: 0 # Enable strict mode (fail on any error), default: 0
DMESG_SCAN: 1 # Scan dmesg for errors after recording, default: 1
VERBOSE: 0 # Enable verbose logging, default: 0
Expand All @@ -25,5 +26,5 @@ run:
steps:
- REPO_PATH=$PWD
- cd Runner/suites/Multimedia/Audio/AudioRecord/
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --start-grace "${AUDIO_RECORD_START_GRACE}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- $REPO_PATH/Runner/utils/send-to-lava.sh AudioRecord${RES_SUFFIX:+_${RES_SUFFIX}}.res
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ params:
DURATIONS: "" # Recording durations: short, medium, long (legacy mode only, not used in config discovery mode), default: unset
RECORD_SECONDS: "5s" # Recording duration with unit suffix (e.g., "5s", "10s", "30s"), default: 5s
LOOPS: 1 # Number of recording loops, default: 1
TIMEOUT: 0 # Recording timeout per loop (e.g., 15s, 0=none), default: 0
TIMEOUT: 0 # Explicit timeout override per loop (e.g., 15s, 0=automatic), default: 0
AUDIO_RECORD_START_GRACE: 5 # Startup headroom added to the automatic recorder watchdog, default: 5s
STRICT: 0 # Enable strict mode (fail on any error), default: 0
DMESG_SCAN: 1 # Scan dmesg for errors after recording, default: 1
VERBOSE: 0 # Enable verbose logging, default: 0
Expand All @@ -25,5 +26,5 @@ run:
steps:
- REPO_PATH=$PWD
- cd Runner/suites/Multimedia/Audio/AudioRecord/
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --start-grace "${AUDIO_RECORD_START_GRACE}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- $REPO_PATH/Runner/utils/send-to-lava.sh AudioRecord${RES_SUFFIX:+_${RES_SUFFIX}}.res
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ params:
DURATIONS: "" # Recording durations: short, medium, long (legacy mode only, not used in config discovery mode), default: unset
RECORD_SECONDS: "5s" # Recording duration with unit suffix (e.g., "5s", "10s", "30s"), default: 5s
LOOPS: 1 # Number of recording loops, default: 1
TIMEOUT: 0 # Recording timeout per loop (e.g., 15s, 0=none), default: 0
TIMEOUT: 0 # Explicit timeout override per loop (e.g., 15s, 0=automatic), default: 0
AUDIO_RECORD_START_GRACE: 5 # Startup headroom added to the automatic recorder watchdog, default: 5s
STRICT: 0 # Enable strict mode (fail on any error), default: 0
DMESG_SCAN: 1 # Scan dmesg for errors after recording, default: 1
VERBOSE: 0 # Enable verbose logging, default: 0
Expand All @@ -25,5 +26,5 @@ run:
steps:
- REPO_PATH=$PWD
- cd Runner/suites/Multimedia/Audio/AudioRecord/
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --start-grace "${AUDIO_RECORD_START_GRACE}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- $REPO_PATH/Runner/utils/send-to-lava.sh AudioRecord${RES_SUFFIX:+_${RES_SUFFIX}}.res
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ params:
DURATIONS: "" # Recording durations: short, medium, long (legacy mode only, not used in config discovery mode), default: unset
RECORD_SECONDS: "5s" # Recording duration with unit suffix (e.g., "5s", "10s", "30s"), default: 5s
LOOPS: 1 # Number of recording loops, default: 1
TIMEOUT: 0 # Recording timeout per loop (e.g., 15s, 0=none), default: 0
TIMEOUT: 0 # Explicit timeout override per loop (e.g., 15s, 0=automatic), default: 0
AUDIO_RECORD_START_GRACE: 5 # Startup headroom added to the automatic recorder watchdog, default: 5s
STRICT: 0 # Enable strict mode (fail on any error), default: 0
DMESG_SCAN: 1 # Scan dmesg for errors after recording, default: 1
VERBOSE: 0 # Enable verbose logging, default: 0
Expand All @@ -25,5 +26,5 @@ run:
steps:
- REPO_PATH=$PWD
- cd Runner/suites/Multimedia/Audio/AudioRecord/
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --start-grace "${AUDIO_RECORD_START_GRACE}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- $REPO_PATH/Runner/utils/send-to-lava.sh AudioRecord${RES_SUFFIX:+_${RES_SUFFIX}}.res
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ params:
DURATIONS: "" # Recording durations: short, medium, long (legacy mode only, not used in config discovery mode), default: unset
RECORD_SECONDS: "5s" # Recording duration with unit suffix (e.g., "5s", "10s", "30s"), default: 5s
LOOPS: 1 # Number of recording loops, default: 1
TIMEOUT: 0 # Recording timeout per loop (e.g., 15s, 0=none), default: 0
TIMEOUT: 0 # Explicit timeout override per loop (e.g., 15s, 0=automatic), default: 0
AUDIO_RECORD_START_GRACE: 5 # Startup headroom added to the automatic recorder watchdog, default: 5s
STRICT: 0 # Enable strict mode (fail on any error), default: 0
DMESG_SCAN: 1 # Scan dmesg for errors after recording, default: 1
VERBOSE: 0 # Enable verbose logging, default: 0
Expand All @@ -25,5 +26,5 @@ run:
steps:
- REPO_PATH=$PWD
- cd Runner/suites/Multimedia/Audio/AudioRecord/
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --start-grace "${AUDIO_RECORD_START_GRACE}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- $REPO_PATH/Runner/utils/send-to-lava.sh AudioRecord${RES_SUFFIX:+_${RES_SUFFIX}}.res
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ params:
DURATIONS: "" # Recording durations: short, medium, long (legacy mode only, not used in config discovery mode), default: unset
RECORD_SECONDS: "5s" # Recording duration with unit suffix (e.g., "5s", "10s", "30s"), default: 5s
LOOPS: 1 # Number of recording loops, default: 1
TIMEOUT: 0 # Recording timeout per loop (e.g., 15s, 0=none), default: 0
TIMEOUT: 0 # Explicit timeout override per loop (e.g., 15s, 0=automatic), default: 0
AUDIO_RECORD_START_GRACE: 5 # Startup headroom added to the automatic recorder watchdog, default: 5s
STRICT: 0 # Enable strict mode (fail on any error), default: 0
DMESG_SCAN: 1 # Scan dmesg for errors after recording, default: 1
VERBOSE: 0 # Enable verbose logging, default: 0
Expand All @@ -25,5 +26,5 @@ run:
steps:
- REPO_PATH=$PWD
- cd Runner/suites/Multimedia/Audio/AudioRecord/
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --start-grace "${AUDIO_RECORD_START_GRACE}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- $REPO_PATH/Runner/utils/send-to-lava.sh AudioRecord${RES_SUFFIX:+_${RES_SUFFIX}}.res
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ params:
DURATIONS: "" # Recording durations: short, medium, long (legacy mode only, not used in config discovery mode), default: unset
RECORD_SECONDS: "5s" # Recording duration with unit suffix (e.g., "5s", "10s", "30s"), default: 5s
LOOPS: 1 # Number of recording loops, default: 1
TIMEOUT: 0 # Recording timeout per loop (e.g., 15s, 0=none), default: 0
TIMEOUT: 0 # Explicit timeout override per loop (e.g., 15s, 0=automatic), default: 0
AUDIO_RECORD_START_GRACE: 5 # Startup headroom added to the automatic recorder watchdog, default: 5s
STRICT: 0 # Enable strict mode (fail on any error), default: 0
DMESG_SCAN: 1 # Scan dmesg for errors after recording, default: 1
VERBOSE: 0 # Enable verbose logging, default: 0
Expand All @@ -25,5 +26,5 @@ run:
steps:
- REPO_PATH=$PWD
- cd Runner/suites/Multimedia/Audio/AudioRecord/
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --start-grace "${AUDIO_RECORD_START_GRACE}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- $REPO_PATH/Runner/utils/send-to-lava.sh AudioRecord${RES_SUFFIX:+_${RES_SUFFIX}}.res
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ params:
DURATIONS: "" # Recording durations: short, medium, long (legacy mode only, not used in config discovery mode), default: unset
RECORD_SECONDS: "5s" # Recording duration with unit suffix (e.g., "5s", "10s", "30s"), default: 5s
LOOPS: 1 # Number of recording loops, default: 1
TIMEOUT: 0 # Recording timeout per loop (e.g., 15s, 0=none), default: 0
TIMEOUT: 0 # Explicit timeout override per loop (e.g., 15s, 0=automatic), default: 0
AUDIO_RECORD_START_GRACE: 5 # Startup headroom added to the automatic recorder watchdog, default: 5s
STRICT: 0 # Enable strict mode (fail on any error), default: 0
DMESG_SCAN: 1 # Scan dmesg for errors after recording, default: 1
VERBOSE: 0 # Enable verbose logging, default: 0
Expand All @@ -25,5 +26,5 @@ run:
steps:
- REPO_PATH=$PWD
- cd Runner/suites/Multimedia/Audio/AudioRecord/
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --start-grace "${AUDIO_RECORD_START_GRACE}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- $REPO_PATH/Runner/utils/send-to-lava.sh AudioRecord${RES_SUFFIX:+_${RES_SUFFIX}}.res
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ params:
DURATIONS: "" # Recording durations: short, medium, long (legacy mode only, not used in config discovery mode), default: unset
RECORD_SECONDS: "5s" # Recording duration with unit suffix (e.g., "5s", "10s", "30s"), default: 5s
LOOPS: 1 # Number of recording loops, default: 1
TIMEOUT: 0 # Recording timeout per loop (e.g., 15s, 0=none), default: 0
TIMEOUT: 0 # Explicit timeout override per loop (e.g., 15s, 0=automatic), default: 0
AUDIO_RECORD_START_GRACE: 5 # Startup headroom added to the automatic recorder watchdog, default: 5s
STRICT: 0 # Enable strict mode (fail on any error), default: 0
DMESG_SCAN: 1 # Scan dmesg for errors after recording, default: 1
VERBOSE: 0 # Enable verbose logging, default: 0
Expand All @@ -25,5 +26,5 @@ run:
steps:
- REPO_PATH=$PWD
- cd Runner/suites/Multimedia/Audio/AudioRecord/
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- ./run.sh --backend "${AUDIO_BACKEND}" --source "${SOURCE_CHOICE}" --config-name "${CONFIG_NAMES}" --config-filter "${CONFIG_FILTER}" --record-seconds "${RECORD_SECONDS}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --start-grace "${AUDIO_RECORD_START_GRACE}" --strict "${STRICT}" --res-suffix "${RES_SUFFIX}" || true
- $REPO_PATH/Runner/utils/send-to-lava.sh AudioRecord${RES_SUFFIX:+_${RES_SUFFIX}}.res
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ params:
SOURCE: "mic"
LOOPS: "1"
TIMEOUT: "0"
AUDIO_RECORD_START_GRACE: "5"
RECORD_SECONDS: "30s"

run:
steps:
- REPO_PATH=$PWD
- cd Runner/suites/Multimedia/Audio/AudioRecord/
- ./run.sh --backend "${BACKEND}" --source "${SOURCE}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --record-seconds "${RECORD_SECONDS}" --audio-bootstrap false || true
- ./run.sh --backend "${BACKEND}" --source "${SOURCE}" --loops "${LOOPS}" --timeout "${TIMEOUT}" --start-grace "${AUDIO_RECORD_START_GRACE}" --record-seconds "${RECORD_SECONDS}" --audio-bootstrap false || true
- ./send-to-lava.sh AudioRecord.res
Loading
Loading