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

prepare: show block devices and mount points #32

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions prepare
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ for i in $(seq 1 90); do
sleep 1s
done

# Show block devices and mountpoints
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this useful globally? Our test logs are already super-big, so it might not be worth adding additional clutter.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah this might be not the right place, I will tag you in a Slack thread for the context about what I am trying to do.

$SSH "$(sshUser)@${VM_IP}" "sudo lsblk"
$SSH "$(sshUser)@${VM_IP}" "sudo cat /etc/fstab"

# RHEL in OpenStack must be subscribed here in order to install gitlab-runner
# dependencies (git)
SUBSCRIPTION_REQUIRED=$(jq -r '.subscriptionNeeded' "${JOB}/${CUSTOM_ENV_RUNNER}/config.json")
Expand Down
Loading