Skip to content

ci: Remove broken parameter for run-vlab.yaml workflow, disable VLAB upgrade tests#1298

Merged
qmonnet merged 2 commits intomainfrom
pr/qmonnet/fix-dev-workflow
Feb 19, 2026
Merged

ci: Remove broken parameter for run-vlab.yaml workflow, disable VLAB upgrade tests#1298
qmonnet merged 2 commits intomainfrom
pr/qmonnet/fix-dev-workflow

Conversation

@qmonnet
Copy link
Member

@qmonnet qmonnet commented Feb 19, 2026

The run-vlab.yml workflow that we pull from the Fabricator repository recently removed the deprecated "gateway_agentless" argument for the workflow (Fabricator commit afd17dc75f1a ("chore: do not pass agentless flag as it's noop")). As a result, our workflow in dataplane is currently broken:

Invalid workflow file: .github/workflows/dev.yml#L442
The workflow is not valid. .github/workflows/dev.yml (Line: 442, Col: 26): Invalid input, gateway_agentless is not defined in the referenced workflow.

Remove the parameter to fix the workflow.

Link: githedgehog/fabricator@afd17dc

In a second commit, we disable VLAB upgrade tests: Sergei reports they're not currently working (or supported) for tests running with the gateway.

The run-vlab.yml workflow that we pull from the Fabricator repository
recently removed the deprecated "gateway_agentless" argument for the
workflow (Fabricator commit afd17dc75f1a ("chore: do not pass agentless
flag as it's noop")). As a result, our workflow in dataplane is
currently broken:

    Invalid workflow file: .github/workflows/dev.yml#L442
    The workflow is not valid. .github/workflows/dev.yml (Line: 442, Col: 26): Invalid input, gateway_agentless is not defined in the referenced workflow.

Remove the parameter to fix the workflow.

Link: githedgehog/fabricator@afd17dc
Signed-off-by: Quentin Monnet <qmo@qmon.net>
@qmonnet qmonnet requested a review from a team as a code owner February 19, 2026 14:28
@qmonnet qmonnet requested review from daniel-noland and removed request for a team February 19, 2026 14:28
@qmonnet qmonnet added the ci Continuous Integration label Feb 19, 2026
@qmonnet qmonnet enabled auto-merge February 19, 2026 14:29
Copy link
Contributor

@Fredi-raspall Fredi-raspall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@qmonnet qmonnet added this pull request to the merge queue Feb 19, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 19, 2026
@qmonnet qmonnet added this pull request to the merge queue Feb 19, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 19, 2026
@sergeymatov sergeymatov added this pull request to the merge queue Feb 19, 2026
Turn off upgrade tests for the CI, in particular for the merge queue.
Sergei reports that these are currently broken and not supported for
tests running with the gateway. We'll re-enable them in the future.

Signed-off-by: Quentin Monnet <qmo@qmon.net>
@qmonnet qmonnet removed this pull request from the merge queue due to a manual request Feb 19, 2026
@qmonnet qmonnet enabled auto-merge February 19, 2026 16:22
@qmonnet qmonnet changed the title ci: Remove broken parameter for run-vlab.yaml workflow ci: Remove broken parameter for run-vlab.yaml workflow, disable VLAB upgrade tests Feb 19, 2026
@qmonnet qmonnet added this pull request to the merge queue Feb 19, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 19, 2026
@qmonnet qmonnet added this pull request to the merge queue Feb 19, 2026
Merged via the queue into main with commit a430c90 Feb 19, 2026
21 checks passed
@qmonnet qmonnet deleted the pr/qmonnet/fix-dev-workflow branch February 19, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Continuous Integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments