Skip to content

Commit e12e726

Browse files
committed
workflows: disregard e2e_aws status
The CI job for AWS has failed for a while now and we still don't know the cause. Instead of disabling it completely, let's just ignore its status because it is still worth running it (e.g. catch build/setup/infra issues). Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
1 parent 4968768 commit e12e726

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/e2e_aws.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
needs: aws-credentials
6969
if: needs.aws-credentials.outputs.has_secrets == 'true'
7070
runs-on: ubuntu-22.04
71+
# TODO: AWS tests has failed for a while now, remove when we find a fix.
72+
continue-on-error: true
7173
defaults:
7274
run:
7375
working-directory: src/cloud-api-adaptor

0 commit comments

Comments
 (0)