New SecOps anonymization pipeline (#2794)

* new secops anonymization pipeline

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
simonebruzzechesse
2025-02-17 19:23:19 +01:00
committed by GitHub
parent 1a4b298cc9
commit b0021cc0f1
16 changed files with 1610 additions and 1 deletions

View File

@@ -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: