Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
fix(e2e): remove keyvault tests from feature validation (for now) (#1155
Browse files Browse the repository at this point in the history
)

* fix(e2e): remove keyvault tests from feature validation (for now)

* fix(docs): apply CI badge in correct README

* fix(ci): don't run e2e on master since we run full suite

* ref(e2e): use a different subscription for feature validation tests

* chore(ci): store e2e logs as test artifacts
  • Loading branch information
seanknox authored Aug 2, 2017
1 parent f82a59f commit 3d784d6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- run:
name: e2e tests
command: make bootstrap build test-e2e
- store_artifacts:
path: /go/src/github.com/Azure/acs-engine/_logs
master:
working_directory: /go/src/github.com/Azure/acs-engine
docker:
Expand All @@ -53,9 +55,16 @@ jobs:
echo 'export STAGE_TIMEOUT_MIN=30' >> $BASH_ENV
echo 'export NUM_OF_RETRIES=2' >> $BASH_ENV
echo 'export TEST_CONFIG=test/acse-conf/acse-feature-validation.json' >> $BASH_ENV
echo 'export SUBSCRIPTION_ID=${SUBSCRIPTION_ID_FEATURE_VALIDATION}' >> $BASH_ENV
echo 'export SERVICE_PRINCIPAL_CLIENT_ID=${SERVICE_PRINCIPAL_CLIENT_ID_FEATURE_VALIDATION}' >> $BASH_ENV
echo 'export SERVICE_PRINCIPAL_CLIENT_SECRET=${SERVICE_PRINCIPAL_CLIENT_SECRET_FEATURE_VALIDATION}' >> $BASH_ENV
echo 'export CLUSTER_SERVICE_PRINCIPAL_CLIENT_ID=${CLUSTER_SERVICE_PRINCIPAL_CLIENT_ID_FEATURE_VALIDATION}' >> $BASH_ENV
echo 'export CLUSTER_SERVICE_PRINCIPAL_CLIENT_SECRET=${CLUSTER_SERVICE_PRINCIPAL_CLIENT_SECRET_FEATURE_VALIDATION}' >> $BASH_ENV
- run:
name: Feature validation tests
command: make bootstrap build test-e2e
- store_artifacts:
path: /go/src/github.com/Azure/acs-engine/_logs

workflows:
version: 2
Expand All @@ -67,6 +76,9 @@ workflows:
- e2e:
requires:
- e2e-hold
filters:
branches:
ignore: /master/
- master:
filters:
branches:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Microsoft Azure Container Service Engine - Builds Docker Enabled Clusters
[![Coverage Status](https://coveralls.io/repos/github/Azure/acs-engine/badge.svg?branch=master)](https://coveralls.io/github/Azure/acs-engine?branch=master)
[![CircleCI](https://circleci.com/gh/Azure/acs-engine/tree/master.svg?style=svg)](https://circleci.com/gh/Azure/acs-engine/tree/master)

## Overview

Expand Down
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Microsoft Azure Container Service Engine - Builds Docker Enabled Clusters
[![CircleCI](https://circleci.com/gh/Azure/acs-engine/tree/master.svg?style=svg)](https://circleci.com/gh/Azure/acs-engine/tree/master)

## Overview

Expand Down
8 changes: 0 additions & 8 deletions test/acse-conf/acse-feature-validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@
"cluster_definition": "disks-storageaccount/swarmmode.json",
"location": "centralus"
},
{
"cluster_definition": "keyvaultcerts/swarm-windows.json",
"location": "westus"
},
{
"cluster_definition": "keyvaultcerts/swarmmode.json",
"location": "westus"
},
{
"cluster_definition": "kubernetesversions/kubernetes1.5.7.json",
"location": "centralus"
Expand Down

0 comments on commit 3d784d6

Please sign in to comment.