-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
57 changed files
with
250 additions
and
249 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @PaloAltoNetworks/gcp-vmseries-modules-codeowners | ||
* @PaloAltoNetworks/gcp-swfw-modules-codeowners |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,12 +20,12 @@ on: | |
description: ID of the PR that triggered this workflow | ||
type: string | ||
required: true | ||
pr-title: | ||
pr-title: | ||
description: Title of the PR that triggered this workflow | ||
type: string | ||
required: true | ||
comment-id: | ||
description: 'The comment-id of the slash command' | ||
description: "The comment-id of the slash command" | ||
type: string | ||
required: true | ||
branch: | ||
|
@@ -40,7 +40,7 @@ jobs: | |
contents: read | ||
pull-requests: write | ||
id-token: write | ||
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/[email protected] | ||
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/[email protected] | ||
secrets: inherit | ||
with: | ||
cloud: gcp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ run-name: "On demand Idempotence test for PR - (#${{ github.event.inputs.pr-id } | |
|
||
permissions: | ||
contents: read | ||
|
||
concurrency: chatops-apply | ||
|
||
on: | ||
|
@@ -20,12 +20,12 @@ on: | |
description: ID of the PR that triggered this workflow | ||
type: string | ||
required: true | ||
pr-title: | ||
pr-title: | ||
description: Title of the PR that triggered this workflow | ||
type: string | ||
required: true | ||
comment-id: | ||
description: 'The comment-id of the slash command' | ||
description: "The comment-id of the slash command" | ||
type: string | ||
required: true | ||
branch: | ||
|
@@ -40,7 +40,7 @@ jobs: | |
contents: read | ||
pull-requests: write | ||
id-token: write | ||
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/[email protected] | ||
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/[email protected] | ||
secrets: inherit | ||
with: | ||
cloud: gcp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ on: | |
jobs: | ||
lint_pr_title: | ||
name: Lint PR | ||
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/[email protected] | ||
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,12 +20,12 @@ on: | |
description: ID of the PR that triggered this workflow | ||
type: string | ||
required: true | ||
pr-title: | ||
pr-title: | ||
description: Title of the PR that triggered this workflow | ||
type: string | ||
required: true | ||
comment-id: | ||
description: 'The comment-id of the slash command' | ||
description: "The comment-id of the slash command" | ||
type: string | ||
required: true | ||
branch: | ||
|
@@ -40,7 +40,7 @@ jobs: | |
contents: read | ||
pull-requests: write | ||
id-token: write | ||
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/[email protected] | ||
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/[email protected] | ||
secrets: inherit | ||
with: | ||
cloud: gcp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,12 +13,12 @@ on: | |
- reopened | ||
- synchronize | ||
- ready_for_review | ||
branches: ['main'] | ||
branches: ["main"] | ||
|
||
jobs: | ||
pr_ci_wrkflw: | ||
name: Run CI | ||
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/[email protected] | ||
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/[email protected] | ||
if: github.actor != 'dependabot[bot]' | ||
secrets: inherit | ||
with: | ||
|
@@ -27,4 +27,4 @@ jobs: | |
validate_max_parallel: 20 | ||
test_max_parallel: 10 | ||
fail_fast: false | ||
terratest_action: Plan # keep in mind that this has to start with capital letter | ||
terratest_action: Plan # keep in mind that this has to start with capital letter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,18 +8,18 @@ permissions: | |
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: 0 1 1 * * # 1am of every 1st day of every month | ||
- cron: 0 1 1 * * # 1am of every 1st day of every month | ||
|
||
jobs: | ||
update: | ||
name: "Update Pre-Commit dependencies" | ||
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/[email protected] | ||
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/[email protected] | ||
|
||
pre-commit: | ||
name: Run Pre-Commit with the udpated config | ||
needs: [update] | ||
if: needs.update.outputs.pr_operation == 'created' || needs.update.outputs.pr_operation == 'updated' | ||
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/[email protected] | ||
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/[email protected] | ||
with: | ||
pre-commit-hooks: terraform_fmt terraform_docs terraform_tflint checkov | ||
branch: pre-commit-dependencies-update | ||
|
@@ -28,7 +28,7 @@ jobs: | |
name: Give comment on the PR if pre-commit failed | ||
needs: [pre-commit, update] | ||
if: always() && (needs.pre-commit.result == 'failure' || needs.pre-commit.result == 'success') | ||
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/[email protected] | ||
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/[email protected] | ||
with: | ||
pr_number: ${{ needs.update.outputs.pr_number }} | ||
job_result: ${{ needs.pre-commit.result }} | ||
job_result: ${{ needs.pre-commit.result }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
name: Release CI | ||
run-name: "Continous Release" | ||
|
||
|
||
permissions: | ||
contents: write | ||
issues: read | ||
|
@@ -10,18 +9,18 @@ permissions: | |
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 1 * * 4' # this means every Thursday @1am UTC | ||
- cron: "0 1 * * 4" # this means every Thursday @1am UTC | ||
|
||
concurrency: release | ||
|
||
jobs: | ||
release_wrkflw: | ||
name: Do release | ||
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/[email protected] | ||
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/[email protected] | ||
secrets: inherit | ||
with: | ||
cloud: gcp | ||
validate_max_parallel: 20 | ||
test_max_parallel: 5 | ||
fail_fast: false | ||
terratest_action: Idempotence # keep in mind that this has to start with capital letter | ||
terratest_action: Idempotence # keep in mind that this has to start with capital letter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,12 @@ on: | |
description: ID of the PR that triggered this workflow | ||
type: string | ||
required: true | ||
pr-title: | ||
pr-title: | ||
description: Title of the PR that triggered this workflow | ||
type: string | ||
required: true | ||
comment-id: | ||
description: 'The comment-id of the slash command' | ||
description: "The comment-id of the slash command" | ||
type: string | ||
required: true | ||
branch: | ||
|
@@ -53,7 +53,7 @@ jobs: | |
needs: init | ||
permissions: | ||
contents: read | ||
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/[email protected] | ||
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/[email protected] | ||
secrets: inherit | ||
with: | ||
pre-commit-hooks: terraform_fmt terraform_docs terraform_tflint checkov | ||
|
@@ -76,4 +76,4 @@ jobs: | |
body: | | ||
> Job result: ${{ needs.test.result == 'success' && 'SUCCESS' || 'FAILURE' }} | ||
reactions: ${{ needs.test.result == 'success' && '+1' || '-1' }} | ||
reactions-edit-mode: replace | ||
reactions-edit-mode: replace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,12 +18,12 @@ on: | |
description: ID of the PR that triggered this workflow | ||
type: string | ||
required: true | ||
pr-title: | ||
pr-title: | ||
description: Title of the PR that triggered this workflow | ||
type: string | ||
required: true | ||
comment-id: | ||
description: 'The comment-id of the slash command' | ||
description: "The comment-id of the slash command" | ||
type: string | ||
required: true | ||
branch: | ||
|
@@ -41,7 +41,7 @@ jobs: | |
contents: read | ||
pull-requests: write | ||
id-token: write | ||
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/[email protected] | ||
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/[email protected] | ||
secrets: inherit | ||
with: | ||
cloud: gcp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.