New SecOps anonymization pipeline (#2794)
* new secops anonymization pipeline Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
committed by
GitHub
parent
1a4b298cc9
commit
b0021cc0f1
22
.github/workflows/tests.yml
vendored
22
.github/workflows/tests.yml
vendored
@@ -128,6 +128,28 @@ jobs:
|
||||
with:
|
||||
MODULE: Blueprint Examples
|
||||
|
||||
examples-project-templates:
|
||||
runs-on: ubuntu-latest
|
||||
needs: setup-tf-providers
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Call composite action fabric-tests
|
||||
uses: ./.github/actions/fabric-tests
|
||||
with:
|
||||
PYTHON_VERSION: ${{ env.PYTHON_VERSION }}
|
||||
TERRAFORM_VERSION: ${{ env.DEFAULT_TERRAFORM_VERSION }}
|
||||
TERRAFORM_FLAVOUR: ${{ env.DEFAULT_TERRAFORM_FLAVOUR }}
|
||||
|
||||
- name: Run tests on documentation examples
|
||||
run: pytest -vv -n4 --tb=line --junit-xml=test-results-raw.xml -k fast/project-templates/ tests/examples
|
||||
|
||||
- name: Create report
|
||||
uses: ./.github/actions/post-fabric-tests
|
||||
if: always()
|
||||
with:
|
||||
MODULE: Project Templates Examples
|
||||
|
||||
examples-modules:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
|
||||
Reference in New Issue
Block a user