-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix go-integration-tests in Github CI workflow. (#3047)
* Fix go-integration-tests in Github CI workflow. Remove Armada 'server' as dependency for 'executor' startup, and have the former wait 30 seconds before starting, so the Executor should be running and healthy. Also save docker-compose logs and Pulsar container logs to GH artifacts for debugging purposes. Signed-off-by: Rich Scott <[email protected]> * Specify 'ubuntu-latest-4-cores' as runner for CI tests. Signed-off-by: Rich Scott <[email protected]> * Docker-Compose: Sleep 30 seconds before starting Armada server Also, remove troublesome and redundant createQueue() call - the call to CheckForArmadaRunning() immediately after it inovkes createQueue() first. Also, sleep 30 thirty seconds before creating the queue, to ensure that the Armada server is fully up and running. Signed-off-by: Rich Scott <[email protected]> --------- Signed-off-by: Rich Scott <[email protected]>
- Loading branch information
Showing
3 changed files
with
23 additions
and
9 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
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