From 1db57643028eaf6b93fb534e137751c179270910 Mon Sep 17 00:00:00 2001 From: Gleb Boushev Date: Fri, 19 Feb 2021 18:18:16 +0300 Subject: [PATCH] WIFI-1576 Update README.md (#20) * Update README.md --- .github/workflows/cloud-controller-build.yaml | 5 +---- README.md | 9 +++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cloud-controller-build.yaml b/.github/workflows/cloud-controller-build.yaml index 369666302..241b23951 100644 --- a/.github/workflows/cloud-controller-build.yaml +++ b/.github/workflows/cloud-controller-build.yaml @@ -37,10 +37,6 @@ env: on: workflow_dispatch: - pull_request: - branches: - - master - - feature/wifi-1350 jobs: generate-matrix: @@ -60,6 +56,7 @@ jobs: needs: [ generate-matrix ] strategy: matrix: ${{ fromJson( needs.generate-matrix.outputs.matrix ) }} + fail-fast: false steps: - name: Checkout pki scripts repo uses: actions/checkout@v2 diff --git a/README.md b/README.md index 2a6719685..ab5503da0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ ## TIP Open WiFi Testing This repository contains the test automation framework and scripts for TIP Open WiFi. +## Cloud Controller build +You can provision additional cloud controllers for your tests using [update cloud controllers](https://github.com/Telecominfraproject/wlan-testing/actions?query=workflow%3A%22update+cloud+controllers+build%22) build. To add additional cloud controller add another json object to the `testbeds` variable at line 19, where + +1. number == NOLA testbed number this cloud controller is assigned to +2. version == docker images version to use with this particular deployment. supports 3 options: + 1. "latest" - will use `0.0.1-SNAPSHOT` images + 2. "" - will use `0.0.1-SNAPSHOT-yyyy-mm-dd` images from yesterdays date + 3. "yyyy-mm-dd" - will use `0.0.1-SNAPHOST-yyyy-mm-dd` with the date provided (if they are available, if not build will fail). + ## Motivation Automate Automate and Automate!