From 7254db5d1666d64c1b53321a9fdffa9ff1863d25 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 13 Feb 2018 20:07:14 +0400 Subject: add aws-encryption-sdk as a downstream (#4106) they're probably important, let's not break them. --- Jenkinsfile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 474f502a..e152d921 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -148,6 +148,21 @@ def downstreams = [ inv test """ ], + [ + downstreamName: 'aws-encryption-sdk', + label: 'docker', + imageName: 'pyca/cryptography-runner-ubuntu-rolling', + script: """#!/bin/bash -xe + git clone --depth=1 https://github.com/awslabs/aws-encryption-sdk-python + cd aws-encryption-sdk-python + virtualenv .venv + source .venv/bin/activate + pip install ../cryptography + pip install pytest pytest-mock mock + pip install -e . + AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID="arn:aws:kms:us-west-2:nonsense" pytest -m local -l + """ + ], ] def checkout_git(label) { -- cgit v1.2.3