Skip to content

Commit

Permalink
Flakey ep merge tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dfitchett committed Jun 21, 2024
1 parent 31115b9 commit 9c2be2e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/ee-ep-merge-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@ jobs:
run: sleep 60s
shell: bash

- name: 'Wait for svc-bip-api container to start'
uses: department-of-veterans-affairs/[email protected]
with:
url: 'http://localhost:10401/actuator/health'
method: 'GET'
accept: 200
# Retry every 2 seconds
timeout: 2000
# Quit after 240 seconds
retries: 120

- name: 'Check disk space (Post-Build)'
uses: ./.github/actions/check-disk-space

Expand All @@ -94,6 +105,20 @@ jobs:
./gradlew :domain-ee:ee-ep-merge-app:endToEndTest
timeout-minutes: 15

- name: "Collect docker logs"
if: always()
uses: jwalton/gh-docker-logs@v2
with:
dest: './ep-merge-container-logs'

- name: "Upload artifact"
if: always()
uses: actions/upload-artifact@v4
with:
name: ep-merge-container-logs
path: ./ep-merge-container-logs/**
retention-days: 14

- name: 'Clean shutdown of all containers'
if: always()
shell: bash
Expand Down

0 comments on commit 9c2be2e

Please sign in to comment.