Skip to content

Commit

Permalink
Merge pull request #44 from gbenhaim/add_stdci
Browse files Browse the repository at this point in the history
automation: Add STDCI
  • Loading branch information
phoracek authored Apr 11, 2019
2 parents 9a81019 + e1fe678 commit 439e9c9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions automation/check-patch.mounts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/var/run/docker.sock:/var/run/docker.sock
1 change: 1 addition & 0 deletions automation/check-patch.packages
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker
7 changes: 7 additions & 0 deletions automation/check-patch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash -xe

main() {
echo "TODO: Add functional tests"
}

[[ "${BASH_SOURCE[0]}" == "$0" ]] && main "$@"
7 changes: 7 additions & 0 deletions stdci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
runtime_requirements:
support_nesting_level: 2
isolation_level: container

reporting:
style: stdci

0 comments on commit 439e9c9

Please sign in to comment.