-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Create runner user after configured /etc/skel #48
base: master
Are you sure you want to change the base?
Conversation
Workflow Telemetry - Build image - jammy / build-jammyWorkflow telemetry for commit e18f2c641e3f5e368369fd058bf883bb91a846ce Step Tracegantt
title build-jammy
dateFormat x
axisFormat %H:%M:%S
tmate : 1736414955000, 1736433485000
Post tmate : done, 1736433485000, 1736433485000
Post Run Kesin11/actions-timeline@v2 : 1736433485000, 1736433486000
CPU MetricsMemory MetricsIO Metrics
Process TraceTop 100 processes with highest durationgantt
title build-jammy
dateFormat x
axisFormat %H:%M:%S
|
Workflow Telemetry - Build image - noble / build-nobleWorkflow telemetry for commit e18f2c641e3f5e368369fd058bf883bb91a846ce Step Tracegantt
title build-noble
dateFormat x
axisFormat %H:%M:%S
tmate : 1736414249000, 1736433485000
Post tmate : done, 1736433485000, 1736433485000
CPU MetricsMemory MetricsIO Metrics
Process TraceTop 100 processes with highest durationgantt
title build-noble
dateFormat x
axisFormat %H:%M:%S
|
Workflow Telemetry - Build image - noble / build-nobleWorkflow telemetry for commit e18f2c641e3f5e368369fd058bf883bb91a846ce Step Tracegantt
title build-noble
dateFormat x
axisFormat %H:%M:%S
tmate : 1736478872000, 1736498469000
Post tmate : done, 1736498469000, 1736498469000
CPU MetricsMemory MetricsIO Metrics
Process TraceTop 100 processes with highest durationgantt
title build-noble
dateFormat x
axisFormat %H:%M:%S
|
Workflow Telemetry - Build image - noble / build-nobleWorkflow telemetry for commit e1ba9c8cf3ab0db69b9eaa64410093b5d8639d12 Step Tracegantt
title build-noble
dateFormat x
axisFormat %H:%M:%S
Set up job : milestone, 1736997843000, 1736997845000
Run actions/checkout@v4 : 1736997845000, 1736997845000
Run catchpoint/workflow-telemetry-action@v2 : 1736997845000, 1736997846000
Run Kesin11/actions-timeline@v2 : 1736997846000, 1736997846000
Run whywaita/setup-lxd@v1 : 1736997846000, 1736997862000
Setup distrobuilder : 1736997862000, 1736997866000
Delete unused file : 1736997866000, 1736997968000
Run hashicorp/setup-packer@main : 1736997968000, 1736997969000
Display storage information : 1736997969000, 1736997969000
Clone actions/runner-images : 1736997969000, 1736997970000
Clear duplicate entry in nftables (only jammy) : 1736997970000, 1736997971000
Apply LXD patch : 1736997971000, 1736997971000
packer init : 1736997971000, 1736997972000
packer validate packer.json : 1736997972000, 1736997972000
packer build packer.json : 1736997972000, 1736999828000
Stop container : 1736999828000, 1736999830000
Remove swap : 1736999830000, 1736999830000
Build by distrobuilder : 1736999830000, 1737002918000
Remove container : 1737002918000, 1737002944000
Upload artifact : 1737002944000, 1737003221000
Upload SoftwareReport.md : 1737003221000, 1737003222000
Upload software-report.json : 1737003222000, 1737003222000
tmate : done, 1737003222000, 1737003222000
CPU MetricsMemory MetricsIO Metrics
Process TraceTop 100 processes with highest durationgantt
title build-noble
dateFormat x
axisFormat %H:%M:%S
|
Workflow Telemetry - Build image - jammy / build-jammyWorkflow telemetry for commit e1ba9c8cf3ab0db69b9eaa64410093b5d8639d12 Step Tracegantt
title build-jammy
dateFormat x
axisFormat %H:%M:%S
tmate : 1737001011000, 1737018605000
Post tmate : done, 1737018605000, 1737018605000
CPU MetricsMemory MetricsIO Metrics
Process TraceTop 100 processes with highest durationgantt
title build-jammy
dateFormat x
axisFormat %H:%M:%S
|
After generating an image,
/home/runner
doesn't have/home/runner/.cargo
.Because the
runner
user creates before setting/etc/skel
.This PR change creates a position after configuring
/etc/skel
.