1515
1616jobs :
1717 build :
18- uses : LerianStudio/github-actions-shared-workflows/.github/workflows/build.yml@v1.10.2
18+ uses : LerianStudio/github-actions-shared-workflows/.github/workflows/build.yml@v1.11.0
1919 with :
2020 runner_type : " blacksmith-4vcpu-ubuntu-2404"
2121 # Monorepo configuration
@@ -42,16 +42,20 @@ jobs:
4242 # =========================
4343 update_gitops :
4444 needs : [build]
45- if : (contains(github.ref, '-beta') || contains(github.ref, '-rc')) && needs.build.result == 'success'
46- uses : LerianStudio/github-actions-shared-workflows/.github/workflows/gitops-update.yml@v1.10.2
45+ if : needs.build.result == 'success'
46+ uses : LerianStudio/github-actions-shared-workflows/.github/workflows/gitops-update.yml@v1.11.0
4747 with :
4848 runner_type : " firmino-lxc-runners"
4949 gitops_repository : " LerianStudio/midaz-firmino-gitops"
5050 gitops_server : " firmino"
5151 app_name : " reporter"
5252 artifact_pattern : " gitops-tags-reporter-*"
53- yaml_key_mappings : ' {"manager.tag": ".manager.image.tag", "worker.tag": ".worker.image.tag"}'
54- configmap_updates : ' {"manager.tag": ".manager.configmap.VERSION", "worker.tag": ".worker.configmap.VERSION"}'
53+ gitops_file_dev : " gitops/environments/firmino/helmfile/applications/dev/reporter/values.yaml"
54+ gitops_file_stg : " gitops/environments/firmino/helmfile/applications/stg/reporter/values.yaml"
55+ gitops_file_prd : " gitops/environments/firmino/helmfile/applications/prd/reporter/values.yaml"
56+ gitops_file_sandbox : " gitops/environments/firmino/helmfile/applications/sandbox/reporter/values.yaml"
57+ yaml_key_mappings : ' {"reporter-manager.tag": ".manager.image.tag", "reporter-worker.tag": ".worker.image.tag"}'
58+ configmap_updates : ' {"reporter-manager.tag": ".manager.configmap.VERSION", "reporter-worker.tag": ".worker.configmap.VERSION"}'
5559 commit_message_prefix : " reporter"
5660 enable_argocd_sync : true
5761 argocd_app_name : " firmino-reporter"
@@ -61,15 +65,15 @@ jobs:
6165 # =========================
6266 # E2E TESTS
6367 # =========================
64- api-dog-e2e-tests :
65- needs : update_gitops
66- if : (contains(github.ref, '-beta') || contains(github.ref, '-rc')) && needs.update_gitops.result == 'success'
67- uses : LerianStudio/github-actions-shared-workflows/.github/workflows/api-dog-e2e-tests.yml@v1.10.2
68- with :
69- runner_type : " firmino-lxc-runners"
70- auto_detect_environment : true
71- secrets :
72- test_scenario_id : ${{ secrets.REPORTER_APIDOG_TEST_SCENARIO_ID }}
73- apidog_access_token : ${{ secrets.APIDOG_ACCESS_TOKEN }}
74- dev_environment_id : ${{ secrets.REPORTER_APIDOG_DEV_ENVIRONMENT_ID }}
75- stg_environment_id : ${{ secrets.REPORTER_APIDOG_STG_ENVIRONMENT_ID }}
68+ # api-dog-e2e-tests:
69+ # needs: [ update_gitops]
70+ # if: needs.update_gitops.result == 'success'
71+ # uses: LerianStudio/github-actions-shared-workflows/.github/workflows/api-dog-e2e-tests.yml@v1.11.0
72+ # with:
73+ # runner_type: "firmino-lxc-runners"
74+ # auto_detect_environment: true
75+ # secrets:
76+ # test_scenario_id: ${{ secrets.REPORTER_APIDOG_TEST_SCENARIO_ID }}
77+ # apidog_access_token: ${{ secrets.APIDOG_ACCESS_TOKEN }}
78+ # dev_environment_id: ${{ secrets.REPORTER_APIDOG_DEV_ENVIRONMENT_ID }}
79+ # stg_environment_id: ${{ secrets.REPORTER_APIDOG_STG_ENVIRONMENT_ID }}
0 commit comments