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

Support default user is not /etc/passwd 's last line #47

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

whywaita
Copy link
Owner

@whywaita whywaita commented Jan 6, 2025

Fix an it

Before

$ cut -d: -f6 /etc/passwd | tail -1
/var/lib/chrony

After

$ cut -d: -f1,6 /etc/passwd | grep "runner:" | cut -d: -f2
/home/runner

@whywaita whywaita merged commit a145ac1 into master Jan 6, 2025
1 of 3 checks passed
Copy link

github-actions bot commented Jan 6, 2025

Workflow Telemetry - Build image - noble / build-noble

Workflow telemetry for commit 2087ca538e127d47a0566e8d078fa2c9b5fc5191
You can access workflow job details here

Step Trace

gantt
	title build-noble
	dateFormat x
	axisFormat %H:%M:%S
	Set up job : milestone, 1736143152000, 1736143154000
	Run actions/checkout@v4 : 1736143154000, 1736143154000
	Run catchpoint/workflow-telemetry-action@v2 : 1736143154000, 1736143155000
	Run Kesin11/actions-timeline@v2 : 1736143155000, 1736143155000
	Run whywaita/setup-lxd@v1 : 1736143155000, 1736143166000
	Setup distrobuilder : 1736143166000, 1736143173000
	Delete unused file : 1736143173000, 1736143221000
	Run hashicorp/setup-packer@main : 1736143221000, 1736143222000
	Display storage information : 1736143222000, 1736143222000
	Clone actions/runner-images : 1736143222000, 1736143223000
	Clear duplicate entry in nftables (only jammy) : 1736143223000, 1736143224000
	Apply LXD patch : 1736143224000, 1736143224000
	packer init : 1736143224000, 1736143225000
	packer validate packer.json : 1736143225000, 1736143225000
	packer build packer.json : 1736143225000, 1736145553000
	Stop container : 1736145553000, 1736145555000
	Remove swap : 1736145555000, 1736145555000
	Build by distrobuilder : 1736145555000, 1736148651000
	Remove container : 1736148651000, 1736148678000
	Upload artifact : 1736148678000, 1736148959000
	Upload SoftwareReport.md : 1736148959000, 1736148959000
	Upload software-report.json : 1736148959000, 1736148960000
	tmate : done, 1736148960000, 1736148960000

Loading

CPU Metrics

chart_stacked_area_time_95db00eb-f125-4f52-85c5-95e5c236c8ca

Memory Metrics

chart_stacked_area_time_06c40018-529f-4edd-bb8e-bcf6da531d1f

IO Metrics

Read Write
Network I/O chart_line_time_8e935cba-2b9f-4380-86a6-073d13183a7c chart_line_time_77036728-7a24-42ad-bbe6-905be146f1ee
Disk I/O chart_line_time_315f14da-9a75-4719-8ffb-ba931ea1854d chart_line_time_09f3bb4f-13b2-494c-8743-3220830b26bd

Process Trace

Top 100 processes with highest duration

gantt
	title build-noble
	dateFormat x
	axisFormat %H:%M:%S

Loading

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.

1 participant