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

Ability to ssh to github actions runnner. #343

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

sanebay
Copy link
Contributor

@sanebay sanebay commented Mar 1, 2024

ssh via tmate will close the VM, if UT's fail. so put a sleep instead and build manually.

@sanebay sanebay requested review from szmyd, yamingk and hkadayam March 1, 2024 01:20
ssh via tmate will close the VM, if UT's fail. so put a sleep instead
and build manually.
@@ -83,6 +83,7 @@ on:
jobs:
BuildHomestoreDeps:
runs-on: ${{ inputs.platform }}
timeout-minutes: 1440
Copy link
Contributor Author

Choose a reason for hiding this comment

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

From net, to add this to keep the VM for longer time.

- name: Create and Test Package
run: |
sanitize=$([[ "${{ inputs.tooling }}" == "Sanitize" ]] && echo "True" || echo "False")
pre=$([[ "${{ inputs.build-type }}" != "Debug" ]] && echo "-o sisl:prerelease=${{ inputs.prerelease }}" || echo "")
sudo rm -rf /usr/local/lib/android/
Copy link
Contributor Author

Choose a reason for hiding this comment

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

For sanitize build, VM is too low on space. By removing this unwanted folder, we get some 10G extra.

Copy link
Collaborator

@szmyd szmyd left a comment

Choose a reason for hiding this comment

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

makes sense; how is it used?

@sanebay
Copy link
Contributor Author

sanebay commented Mar 5, 2024

makes sense; how is it used?
In actions, there is a tab for Setup tmate session which gives details about the ssh connection.

image

@sanebay sanebay merged commit 29f9d6f into eBay:master Mar 5, 2024
20 checks passed
@sanebay sanebay deleted the add_tmate_ssh branch March 5, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants