From b13fcbe29a61025e238d2dabe77da7cc12d84ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miles=20St=C3=B6tzner?= Date: Sun, 16 Jul 2023 18:16:22 +0200 Subject: [PATCH] fix lfs --- .github/workflows/night.yaml | 7 +++++-- README.md | 5 +++-- docs/docs/orchestrators.md | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/night.yaml b/.github/workflows/night.yaml index 311fb31330..65ffe2e4ac 100644 --- a/.github/workflows/night.yaml +++ b/.github/workflows/night.yaml @@ -2,7 +2,7 @@ name: Night on: workflow_dispatch: schedule: - - cron: '20 4 * * *' + - cron: '20 4 * * 2' push: branches: - fix/night-workflow @@ -14,6 +14,8 @@ jobs: steps: - name: (PREPARE) Checkout Repository uses: actions/checkout@v3 + with: + lfs: true - name: (PREPARE) Setup Git run: | @@ -94,6 +96,7 @@ jobs: # GitHub runner seems not to support ipv6, thus, we can not test on bwCloud. # See https://github.com/actions/runner-images/issues/668 - name: (EXAMPLES) Deploy the enterprise plan of unfurl-artifacts on GCP + id: unfurl-artifacts-deploy run: | vintner orchestrators init unfurl vintner orchestrators enable --orchestrator unfurl @@ -110,4 +113,4 @@ jobs: - name: (EXAMPLES) Undeploy the enterprise plan of unfurl-artifacts on GCP run: vintner instances undeploy --instance artifacts - if: always() + if: failure() && (steps['unfurl-artifacts-deploy']outcome == 'failure' || steps['unfurl-artifacts-deploy']outcome == 'success') diff --git a/README.md b/README.md index 42598d4043..bd23730a89 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ > Check out the [step-by-step guide](https://vintner.opentosca.org/variability4tosca/guides/artifacts) for the publication submitted at _CoopIS 2023_. Additional links are [below](#step-by-step-guides). -[![release](https://github.com/opentosca/opentosca-vintner/actions/workflows/release.yaml/badge.svg?branch=main)](https://github.com/opentosca/opentosca-vintner/actions/workflows/release.yaml) -[![Codacy Badge](https://app.codacy.com/project/badge/Grade/acec5103cf9b4f1bb1fa25bc5a99076d)](https://www.codacy.com/gh/OpenTOSCA/opentosca-vintner/dashboard?utm_source=github.com&utm_medium=referral&utm_content=OpenTOSCA/opentosca-vintner&utm_campaign=Badge_Grade) +[![Release](https://github.com/opentosca/opentosca-vintner/actions/workflows/release.yaml/badge.svg?branch=main)](https://github.com/opentosca/opentosca-vintner/actions/workflows/release.yaml) +[![Night](https://github.com/OpenTOSCA/opentosca-vintner/actions/workflows/night.yaml/badge.svg)](https://github.com/OpenTOSCA/opentosca-vintner/actions/workflows/night.yaml) +[![Codacy Style Badge](https://app.codacy.com/project/badge/Grade/acec5103cf9b4f1bb1fa25bc5a99076d)](https://www.codacy.com/gh/OpenTOSCA/opentosca-vintner/dashboard?utm_source=github.com&utm_medium=referral&utm_content=OpenTOSCA/opentosca-vintner&utm_campaign=Badge_Grade) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](https://vintner.opentosca.org/code-of-conduct) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Platforms](https://img.shields.io/badge/Platforms-Linux%20%7C%20Windows-606c38.svg)](https://vintner.opentosca.org) diff --git a/docs/docs/orchestrators.md b/docs/docs/orchestrators.md index 5cad7be3d6..58ef5e5816 100644 --- a/docs/docs/orchestrators.md +++ b/docs/docs/orchestrators.md @@ -23,7 +23,7 @@ vintner orchestrators enable --orchestrator xopera-wsl ## Unfurl ```shell linenums="1" -pip install unfurl[full] +pip install unfurl unfurl home --init vintner orchestrators init unfurl @@ -32,7 +32,7 @@ vintner orchestrators enable --orchestrator unfurl ## Unfurl WSL ```shell linenums="1" -pip install unfurl[full] +pip install unfurl unfurl home --init vintner orchestrators init unfurl-wsl