Activate GHA for fast-dev-gke branch
This commit is contained in:
committed by
Julio Castillo
parent
c8cbf9b7d7
commit
06c3fb3757
13
.github/workflows/linting.yml
vendored
13
.github/workflows/linting.yml
vendored
@@ -1,4 +1,4 @@
|
||||
# Copyright 2022 Google LLC
|
||||
1# Copyright 2022 Google LLC
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@@ -17,6 +17,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- fast-dev
|
||||
- fast-dev-gke
|
||||
- master
|
||||
tags:
|
||||
- ci
|
||||
@@ -61,13 +62,3 @@ jobs:
|
||||
id: documentation-links-fabric
|
||||
run: |
|
||||
python3 tools/check_links.py .
|
||||
|
||||
# markdown-link-check:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@master
|
||||
# - uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
# with:
|
||||
# use-quiet-mode: "yes"
|
||||
# use-verbose-mode: "yes"
|
||||
# config-file: ".github/workflows/markdown-link-check.json"
|
||||
|
||||
9
.github/workflows/markdown-link-check.json
vendored
9
.github/workflows/markdown-link-check.json
vendored
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"aliveStatusCodes": [429, 200],
|
||||
"retryOn429": false,
|
||||
"ignorePatterns": [
|
||||
{
|
||||
"pattern": "^https://medium.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
@@ -19,6 +19,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- fast-dev
|
||||
- fast-dev-gke
|
||||
- master
|
||||
tags:
|
||||
- ci
|
||||
@@ -44,7 +45,7 @@ jobs:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.9"
|
||||
|
||||
|
||||
- name: Run tests on documentation examples
|
||||
run: |
|
||||
mkdir -p ${{ env.TF_PLUGIN_CACHE_DIR }}
|
||||
@@ -71,7 +72,7 @@ jobs:
|
||||
with:
|
||||
terraform_version: 1.1.4
|
||||
terraform_wrapper: false
|
||||
|
||||
|
||||
- name: Run tests environments
|
||||
run: |
|
||||
mkdir -p ${{ env.TF_PLUGIN_CACHE_DIR }}
|
||||
@@ -98,9 +99,9 @@ jobs:
|
||||
with:
|
||||
terraform_version: 1.1.4
|
||||
terraform_wrapper: false
|
||||
|
||||
|
||||
- name: Run tests modules
|
||||
run: |
|
||||
run: |
|
||||
mkdir -p ${{ env.TF_PLUGIN_CACHE_DIR }}
|
||||
pip install -r tests/requirements.txt
|
||||
pytest -vv tests/modules
|
||||
|
||||
Reference in New Issue
Block a user