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

Use dev harbor for staging images #28

Closed
wants to merge 4 commits into from
Closed

Conversation

DavidFair
Copy link
Collaborator

This tests our dev environment for CI / CD pipelines and allows us to prototype PRs here too.

This tests our dev environment for CI / CD pipelines and allows us to
prototype PRs here too.
We're running out of space on some of the builds, try to remove the
caching layer to see if this gives us some breathing room instead
Bumps the various docker actions to the latest v3, which uses a newer
version of node
Our builds are currently running out of space, lets increase the working
area by freeing up approx 10GB of unused toolchains
Comment on lines +32 to +35
- name: Free up additional space
run : |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe better:

Suggested change
- name: Free up additional space
run : |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: jlumbroso/free-disk-space@v1.3.1
with:
docker-images: false
large-packages: false

or

Suggested change
- name: Free up additional space
run : |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: jlumbroso/free-disk-space@v1.3.1
with:
tool-cache: true
docker-images: false
large-packages: false

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

👍 - I didn't realise there was an action now to handle this
I'll put in another commit once we get test.harbor back up to give us a target to push to

@DavidFair DavidFair closed this Sep 10, 2024
@khalford khalford deleted the Point_to_test_harbor branch September 30, 2024 12:57
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.

3 participants