3939 description : ' relay-harness ref to run (e.g. origin/main, a branch, or a SHA)'
4040 required : false
4141 default : ' origin/main'
42- tsdb_tag :
43- description : ' obsidian-tsdb release tag to install in slots'
44- required : false
45- default : ' 1.0.12'
4642
4743env :
4844 GCP_PROJECT : tactile-timer-426817-t6
@@ -454,19 +450,6 @@ jobs:
454450 echo "Relay harness checkout:"
455451 git show -s --format=' commit: %H%n subject: %s'
456452
457- # Pull the prebuilt TSDB metrics plugin from its GitHub release
458- # (pinned tag) instead of cloning and building it from source.
459- echo ">>> tsdb: reached download step (relay-harness ok)"
460- mkdir -p ~/system3/obsidian-metrics/dist/tsdb
461- TSDB_TAG='${{ inputs.tsdb_tag || '1.0.12' }}'
462- for f in main.js manifest.json styles.css; do
463- url="https://github.com/dtkav/obsidian-tsdb/releases/download/${TSDB_TAG}/$f"
464- echo ">>> fetching tsdb $f"
465- wget -q -O ~/system3/obsidian-metrics/dist/tsdb/"$f" "$url" \
466- || { echo ">>> WGET FAILED for $f (exit $?)"; exit 1; }
467- done
468- echo ">>> tsdb download done"
469-
470453 # Install uv (no apt/sudo) and the test-harness Python deps into a
471454 # venv, then export the interpreter so run-test-plan-suite.sh runs
472455 # against that Python.
@@ -491,7 +474,6 @@ jobs:
491474 echo ">>> playwright ok"
492475
493476 export RELAY_PLUGIN_DIR=~/relay-plugin
494- export RELAY_OBSIDIAN_METRICS_PLUGIN_DIR="$HOME/system3/obsidian-metrics/dist/tsdb"
495477 if [ -n "$PROFILE_FLAGS" ]; then
496478 export RELAY_PROFILE_FLAG_OVERRIDES="$PROFILE_FLAGS"
497479 echo ">>> profile flag overrides: $RELAY_PROFILE_FLAG_OVERRIDES"
0 commit comments