-
Notifications
You must be signed in to change notification settings - Fork 126
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
4 changed files
with
2 additions
and
19 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 |
---|---|---|
|
@@ -8,7 +8,6 @@ on: | |
- '*' | ||
|
||
env: | ||
|
||
front_debian8_components: 'tyr-web instances-configurator' | ||
backend_debian8_components: 'kraken tyr-beat tyr-worker mock-kraken eitri' | ||
|
||
|
@@ -17,7 +16,6 @@ env: | |
PRD_ECR_REGISTRY: "162230498103.dkr.ecr.eu-west-1.amazonaws.com" | ||
|
||
jobs: | ||
|
||
common_variables: | ||
name: Common variables | ||
runs-on: [self-hosted, corefront, sandbox] | ||
|
@@ -232,9 +230,6 @@ jobs: | |
docker tag navitia/tyr-worker ${tyr_worker_tag} | ||
docker push ${tyr_worker_tag} | ||
- name: failure notification | ||
if: failure() | ||
run: | | ||
|
@@ -273,7 +268,6 @@ jobs: | |
submodules: recursive | ||
token: ${{ steps.ci-core-app-token.outputs.token }} | ||
|
||
|
||
- name: Login to Amazon ECR | ||
uses: aws-actions/amazon-ecr-login@v1 | ||
env: | ||
|
@@ -331,13 +325,11 @@ jobs: | |
rm -rf ./.??* | ||
publish_aws: | ||
runs-on: [self-hosted, corefront, sandbox] | ||
name: Aws Dispatch (Dev) | ||
needs: [debian8_front_images, debian8_back_images, debian11_images, common_variables] | ||
steps: | ||
|
||
- name: Generate token for aws images | ||
id: app-token | ||
uses: getsentry/[email protected] | ||
|
@@ -363,7 +355,6 @@ jobs: | |
event-type: build-trigger | ||
client-payload: '{"branch": "release", "tag": "${{ needs.common_variables.outputs.RELEASE_TAG }}"}' | ||
|
||
|
||
- name: failure notification | ||
if: failure() | ||
run: | | ||
|
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