Skip to content

Commit a64ef0d

Browse files
JarbasAlclaude
andcommitted
ci(ovoscope): revert temporary git-deps; e2e validates post-integration
The ovoscope suite is a full-stack integration test (it asserts the complete emitted message sequence, which spans the workshop INTENT-4 producer, bus-client session behavior and the pipeline engines). It greens on dev once the spec stack lands in merge order, not on a standalone conformance PR, so the temporary plugin git-deps and reusable-workflow pin are removed to keep this PR clean. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent bf81c09 commit a64ef0d

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ovoscope.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
ovoscope:
12-
uses: OpenVoiceOS/gh-automations/.github/workflows/ovoscope.yml@fix/ovoscope-local-source-wins
12+
uses: OpenVoiceOS/gh-automations/.github/workflows/ovoscope.yml@dev
1313
secrets: inherit
1414
with:
1515
runner: "ubuntu-latest"
@@ -19,13 +19,6 @@ jobs:
1919
test_path: "test/end2end/"
2020
require_adapt: true
2121
require_padatious: true
22-
# Temporary migration measure: reinstall the workshop-decoupled pipeline
23-
# plugins from their fix branches over the stale PyPI ones (which pin
24-
# ovos-workshop<8.0.0, conflicting with workshop 8.3.0a1 and leaving the
25-
# real opm.pipeline entry points absent). Runs after the plugin-install
26-
# step and before verification, so it overrides the CI fallback installs.
27-
# Drop once adapt#45 + padatious#73 merge to dev; then use pre_release: true.
28-
pre_install_pip: "--force-reinstall git+https://github.com/OpenVoiceOS/ovos-adapt-pipeline-plugin@fix/allow-ovos-workshop-9 git+https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin@fix/allow-ovos-workshop-9"
2922
bus_coverage: true
3023
bus_coverage_include: ""
3124
bus_coverage_exclude: "^Thread-|^intents$|^skills$|^__core__$"

0 commit comments

Comments
 (0)