Skip to content

Commit

Permalink
Merge pull request #324 from projectcalico/semaphore-setup
Browse files Browse the repository at this point in the history
Add semaphore.yml
  • Loading branch information
Neil Jerram committed Sep 10, 2019
2 parents 25d0307 + d04f24d commit 42fa2d8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .semaphore/semaphore.yml
@@ -0,0 +1,15 @@
version: v1.0
name: node
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
blocks:
- name: Run k8s-tests
task:
jobs:
- name: Download code and run tests
commands:
# Checkout the code and run the Kubernetes tests.
- checkout
- make k8s-test

0 comments on commit 42fa2d8

Please sign in to comment.