Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Skinstad Drabitzius <[email protected]>
  • Loading branch information
danielskinstad committed Jan 22, 2025
1 parent f782a07 commit f85ec19
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions gitlab-pipeline/stage/trigger-integration.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.template:trigger:integration-tests:
stage: trigger:integration
inherit:
variables: false
variables:
MENDER_CLIENT_TAG: mender-$INTEGRATION_REV
MENDER_GATEWAY_QEMU_TAG: mender-$INTEGRATION_REV
Expand All @@ -19,3 +17,17 @@ trigger:integration-tests:manual:
needs: []
when: manual
extends: .template:trigger:integration-tests


trigger:integration-tests:client-acceptance:
extends: .template:trigger:integration-tests
variables:
MENDER_CLIENT_TAG: $MENDER_REV
MENDER_GATEWAY_QEMU_TAG: $MENDER_GATEWAY_QEMU_TAG
MENDER_GATEWAY_TAG: $MENDER_GATEWAY_REV
BUILD_CLIENT: "true"
needs: ["build:client:qemu"]
when: always
# rules:
# - if: $RUN_MENDER_CLIENT_ACCEPTANCE == "true"
# when: always

0 comments on commit f85ec19

Please sign in to comment.