-
Notifications
You must be signed in to change notification settings - Fork 0
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
8 changed files
with
77 additions
and
9 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
.github/workflows/_skip_test-container-image-build copy.yml
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: "Test Build Container Image" | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
paths-ignore: | ||
- .github/workflows/_test-container-image-build.yml | ||
- .github/workflows/container-image-build.yml | ||
- .github/workflows/container-image-release.yml | ||
|
||
jobs: | ||
container_image_build_regression_test: | ||
name: Test using devops-terraform-ci@main | ||
runs-on: ubuntu-latest | ||
steps: | ||
- run: 'echo "No build required" ' |
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,4 +1,4 @@ | ||
name: "[Test] Skip Destroy Terraform stacks" | ||
name: "Test Destroy Terraform stacks" | ||
|
||
on: | ||
pull_request: | ||
|
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,4 +1,4 @@ | ||
name: "[Test] Skip Deploy Terraform stacks" | ||
name: "Test Deploy Terraform stacks" | ||
|
||
on: | ||
pull_request: | ||
|
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: "Test Build Container Image" | ||
# Regression testing to try and catch and breaking changes | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
paths: | ||
- .github/workflows/_test-container-image-build.yml | ||
- .github/workflows/container-image-build.yml | ||
- .github/workflows/container-image-release.yml | ||
|
||
jobs: | ||
container_image_build_regression_test: | ||
name: Test using devops-terraform-ci@main | ||
uses: ./.github/workflows/container-image-build.yml | ||
with: | ||
repo: UKHSA-Internal/devops-terraform-ci | ||
ref: "main" | ||
release_after_build: false | ||
permissions: | ||
id-token: write | ||
contents: write | ||
actions: read |
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