-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into UML-3013-kick-off-one-login-process
- Loading branch information
Showing
22 changed files
with
65 additions
and
63 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -71,11 +71,11 @@ jobs: | |
run_integration_tests: 'false' | ||
artifact_to_dl: '' | ||
steps: | ||
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 # pin@v3 | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3 | ||
|
||
- name: cache node modules | ||
id: cache-npm | ||
uses: actions/cache@04f198bf0b2a39f7230a4304bf07747a0bddf146 # [email protected] | ||
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # [email protected] | ||
env: | ||
cache-name: cache-node-modules | ||
with: | ||
|
@@ -94,7 +94,7 @@ jobs: | |
inputs.specific_path == 'all' || inputs.specific_path == matrix.svc_prefix | ||
- name: configure aws credentials | ||
uses: aws-actions/configure-aws-credentials@375a690dc0af3921541e5f427167f333d7e85f67 # [email protected] | ||
uses: aws-actions/configure-aws-credentials@e6c766a518826746395987edb73a1a5767d0b602 # [email protected] | ||
with: | ||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_ACTIONS }} | ||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_ACTIONS }} | ||
|
@@ -148,7 +148,7 @@ jobs: | |
- name: ecr login | ||
id: login_ecr | ||
uses: aws-actions/amazon-ecr-login@b5f9031d829ac39b7fd26092019aeca3ee6b3ebd # [email protected] | ||
uses: aws-actions/amazon-ecr-login@f8672cc4c5410eabbb9df3d9bb4c7ad01fc4cc3e # [email protected] | ||
with: | ||
registries: 311462405659 | ||
if: | | ||
|
@@ -214,7 +214,7 @@ jobs: | |
(inputs.specific_path == 'all' || inputs.specific_path == matrix.svc_prefix) | ||
- name: archive test results | ||
uses: actions/upload-artifact@65d862660abb392b8c4a3d1195a2108db131dd05 # [email protected] | ||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # [email protected] | ||
with: | ||
name: service-${{ matrix.svc_prefix }} | ||
path: build/service-${{ matrix.svc_prefix }} | ||
|
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 |
---|---|---|
|
@@ -15,10 +15,10 @@ jobs: | |
ecr-scan-results: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 # pin@v3 | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3 | ||
|
||
- name: configure AWS credentials ECR scan results | ||
uses: aws-actions/configure-aws-credentials@375a690dc0af3921541e5f427167f333d7e85f67 # [email protected] | ||
uses: aws-actions/configure-aws-credentials@e6c766a518826746395987edb73a1a5767d0b602 # [email protected] | ||
with: | ||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_ACTIONS }} | ||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_ACTIONS }} | ||
|
@@ -27,7 +27,7 @@ jobs: | |
role-session-name: OPGUseAnLPAECRScanGithubAction | ||
|
||
- name: install python | ||
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # [email protected] | ||
uses: actions/setup-python@e8111cec9d3dc15220d8a3b638f08419f57b906a # [email protected] | ||
with: | ||
python-version: '3.10' | ||
cache: 'pip' | ||
|
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,14 +20,14 @@ jobs: | |
- folder: 'environment' | ||
- folder: 'account' | ||
steps: | ||
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 # pin@v3 | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3 | ||
|
||
- uses: hashicorp/setup-terraform@8fa54e78fa196965551aa8c4a4eae3aee5568620 # [email protected] | ||
with: | ||
terraform_version: 1.5.6 | ||
|
||
- name: configure AWS credentials for terraform | ||
uses: aws-actions/configure-aws-credentials@375a690dc0af3921541e5f427167f333d7e85f67 # [email protected] | ||
uses: aws-actions/configure-aws-credentials@e6c766a518826746395987edb73a1a5767d0b602 # [email protected] | ||
with: | ||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_ACTIONS }} | ||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_ACTIONS }} | ||
|
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,13 +11,13 @@ jobs: | |
build-web: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 # pin@v3 | ||
- uses: actions/setup-node@869f4dd0c7f320ae834c2724d92a364de3893c24 # [email protected] | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3 | ||
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # [email protected] | ||
with: | ||
node-version-file: '.nvmrc' | ||
- name: cache node modules | ||
id: cache-npm | ||
uses: actions/cache@04f198bf0b2a39f7230a4304bf07747a0bddf146 # [email protected] | ||
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # [email protected] | ||
env: | ||
cache-name: cache-node-modules | ||
with: | ||
|
@@ -33,7 +33,7 @@ jobs: | |
cd service-front/web/ | ||
npm run build | ||
- name: archive dist | ||
uses: actions/upload-artifact@65d862660abb392b8c4a3d1195a2108db131dd05 # [email protected] | ||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # [email protected] | ||
with: | ||
name: dist-web | ||
path: service-front/web/dist/ |
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,13 +11,13 @@ jobs: | |
unit-test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 # pin@v3 | ||
- uses: actions/setup-node@869f4dd0c7f320ae834c2724d92a364de3893c24 # [email protected] | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3 | ||
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # [email protected] | ||
with: | ||
node-version-file: '.nvmrc' | ||
- name: cache node modules | ||
id: cache-npm | ||
uses: actions/cache@04f198bf0b2a39f7230a4304bf07747a0bddf146 # [email protected] | ||
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # [email protected] | ||
env: | ||
cache-name: cache-node-modules | ||
with: | ||
|
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 |
---|---|---|
|
@@ -16,10 +16,10 @@ jobs: | |
build-web: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 # pin@v3 | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3 | ||
|
||
- name: install python | ||
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # [email protected] | ||
uses: actions/setup-python@e8111cec9d3dc15220d8a3b638f08419f57b906a # [email protected] | ||
with: | ||
python-version: '3.10' | ||
cache: 'pip' | ||
|
@@ -51,7 +51,7 @@ jobs: | |
path: terraform/environment | ||
|
||
- name: configure aws credentials | ||
uses: aws-actions/configure-aws-credentials@375a690dc0af3921541e5f427167f333d7e85f67 # [email protected] | ||
uses: aws-actions/configure-aws-credentials@e6c766a518826746395987edb73a1a5767d0b602 # [email protected] | ||
with: | ||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_ACTIONS }} | ||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_ACTIONS }} | ||
|
@@ -86,7 +86,7 @@ jobs: | |
vendor/bin/behat | ||
- name: archive failed test screenshots | ||
uses: actions/upload-artifact@65d862660abb392b8c4a3d1195a2108db131dd05 # [email protected] | ||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # [email protected] | ||
with: | ||
name: behat-screenshots | ||
path: tests/smoke/failed_step_screenshots | ||
|
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 |
---|---|---|
|
@@ -58,7 +58,7 @@ jobs: | |
echo "admin-tag=$(echo ${TAG})" >> $GITHUB_OUTPUT | ||
fi | ||
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 # pin@v3 | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3 | ||
with: | ||
fetch-depth: '0' | ||
|
||
|
@@ -69,7 +69,7 @@ jobs: | |
terraform_version: 1.5.6 | ||
|
||
- name: configure AWS credentials for getting pagerduty token | ||
uses: aws-actions/configure-aws-credentials@375a690dc0af3921541e5f427167f333d7e85f67 # [email protected] | ||
uses: aws-actions/configure-aws-credentials@e6c766a518826746395987edb73a1a5767d0b602 # [email protected] | ||
with: | ||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_ACTIONS }} | ||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_ACTIONS }} | ||
|
@@ -86,7 +86,7 @@ jobs: | |
echo TF_VAR_pagerduty_token=$TF_VAR_pagerduty_token >> $GITHUB_ENV | ||
- name: configure AWS credentials for terraform | ||
uses: aws-actions/configure-aws-credentials@375a690dc0af3921541e5f427167f333d7e85f67 # [email protected] | ||
uses: aws-actions/configure-aws-credentials@e6c766a518826746395987edb73a1a5767d0b602 # [email protected] | ||
with: | ||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_ACTIONS }} | ||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_ACTIONS }} | ||
|
@@ -145,7 +145,7 @@ jobs: | |
|
||
- name: upload environment cluster config file | ||
if: inputs.terraform_path == 'environment' | ||
uses: actions/upload-artifact@65d862660abb392b8c4a3d1195a2108db131dd05 # [email protected] | ||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # [email protected] | ||
with: | ||
name: environment_config_file | ||
path: terraform/environment/cluster_config.json |
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 |
---|---|---|
|
@@ -5,12 +5,12 @@ jobs: | |
terraform_workflow: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 # pin@v3 | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3 | ||
with: | ||
fetch-depth: '0' | ||
|
||
- name: configure AWS credentials for terraform | ||
uses: aws-actions/configure-aws-credentials@375a690dc0af3921541e5f427167f333d7e85f67 # [email protected] | ||
uses: aws-actions/configure-aws-credentials@e6c766a518826746395987edb73a1a5767d0b602 # [email protected] | ||
with: | ||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_ACTIONS }} | ||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_ACTIONS }} | ||
|
@@ -25,7 +25,7 @@ jobs: | |
path: terraform/environment | ||
|
||
- name: install python | ||
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # [email protected] | ||
uses: actions/setup-python@e8111cec9d3dc15220d8a3b638f08419f57b906a # [email protected] | ||
with: | ||
python-version: '3.10' | ||
cache: 'pip' | ||
|
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 |
---|---|---|
|
@@ -24,10 +24,10 @@ jobs: | |
send-slack-notification: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 # pin@v3 | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3 | ||
|
||
- name: install python | ||
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # [email protected] | ||
uses: actions/setup-python@e8111cec9d3dc15220d8a3b638f08419f57b906a # [email protected] | ||
with: | ||
python-version: '3.10' | ||
cache: 'pip' | ||
|
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
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.