Skip to content

Commit

Permalink
Debug Java issue in Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jan 24, 2025
1 parent 4a18a81 commit 99bb862
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/vagrant-box-archivematica.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,12 @@ jobs:
vagrant init --minimal --no-tty archivematica-vagrant-v1.17.0 file://${{ github.workspace }}/archivematica-vagrant-v1.17.0.box
cat Vagrantfile
vagrant up --debug-timestamp --provider virtualbox
sleep 180
- name: Debug
run: |
vagrant ssh -c 'sudo service elasticsearch status'
- name: Test AM is running in the test VM
run: |
sleep 180
test $( \
curl \
--silent \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ build {
"servers"
]
playbook_file = "./provisioning/singlenode.yml"
extra_arguments = [
"-vvv"
]
}

provisioner "shell" {
Expand Down

0 comments on commit 99bb862

Please sign in to comment.