Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.
Draft
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
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
variables:
PYTHONUNBUFFERED: "1"
default:
interruptible: true

stages:
- containers
Expand Down Expand Up @@ -325,8 +327,10 @@ test-on-netgear-rax40:
needs: ["build-for-netgear-rax40"]

run-certification-tests:
interruptible: false
stage: test
variables:
GIT_STRATEGY: clone
# TESTS_TO_RUN needs to be set by the user (or the pipeline schedule)
GIT_CLONE_PATH: "/builds/prpl-foundation/prplmesh/prplMesh/"
# device to test with: prplmesh for dummy bwl, axepoint for dwpal on axepoint
Expand Down
3 changes: 2 additions & 1 deletion ci/certification/generic.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.certification-generic:
interruptible: false
variables:
GIT_STRATEGY: clone
# DEVICE_UNDER_TEST need to be set when extending the job
GIT_CLONE_PATH: "/builds/prpl-foundation/prplmesh/prplMesh/"
script:
- echo $CI_COMMIT_DESCRIPTION
- ci/git-clean-reset.sh /easymesh_cert "$(<"ci/easymesh_cert_version")"
- sudo /easymesh_cert/run_test_file.py -v -o logs -d $DEVICE_UNDER_TEST "${CI_JOB_NAME%%:*}"
artifacts:
Expand Down