Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ecr-access job: fix slack notification in case of failure #2503

Closed
wants to merge 1 commit into from

Conversation

paulineribeyre
Copy link
Contributor

Before:

  File "/home/ubuntu/cloud-automation/files/scripts/ecr-access-job.py", line 46, in get_configs
    raise Exception("Missing 'ECR_ACCESS_JOB_ARN' environment variable")
Exception: Missing 'ECR_ACCESS_JOB_ARN' environment variable

After:

  File "/home/ubuntu/cloud-automation/files/scripts/ecr-access-job.py", line 46, in get_configs
    raise Exception("Missing 'ECR_ACCESS_JOB_ARN' environment variable")
Exception: Missing 'ECR_ACCESS_JOB_ARN' environment variable
Failure - Exit code: 1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    92  100     2  100    90      8    365 --:--:-- --:--:-- --:--:--   373

After in case of success:

Success - Exit code: 0
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    92  100     2  100    90      7    352 --:--:-- --:--:-- --:--:--   362

New Features

Breaking Changes

Bug Fixes

Improvements

Dependency updates

Deployment changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant