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

RHOAIENG-16076: tests(gha): use the same registry, tag, and output image name in all workflow tasks #780

Commits on Nov 25, 2024

  1. RHOAIENG-16076: tests(gha): use the same registry, tag, and output im…

    …age name in all branches
    jiridanek committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    1e2e3a6 View commit details
    Browse the repository at this point in the history
  2. RHOAIENG-16076: fix(gha): move the trivy db to the lvm volume as to n…

    …ot run out of disk space
    
    When I was testing this in the all-in-one PR, I had 4096 MB reserved on /.
    I did not realize that trivy relied on that disk space.
    
    ```
    build (codeserver-ubi9-python-3.11) / build
    System.IO.IOException: No space left on device : '/home/runner/runners/2.320.0/_diag/Worker_20241125-163906-utc.log'
    Unhandled exception. System.IO.IOException: No space left on device : '/home/runner/runners/2.320.0/_diag/Worker_20241125-163906-utc.log'
       at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
       at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite()
       at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
       at System.Diagnostics.TextWriterTraceListener.Flush()
       at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id)
       at GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)
       at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
       at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut)
       at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
    System.IO.IOException: No space left on device : '/home/runner/runners/2.320.0/_diag/Worker_20241125-163906-utc.log'
       at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
       at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite()
       at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
       at System.Diagnostics.TextWriterTraceListener.Flush()
       at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id)
       at GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)
       at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
       at GitHub.Runner.Common.Tracing.Error(Exception exception)
       at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
       at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
       at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite()
       at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
       at System.Diagnostics.TextWriterTraceListener.Flush()
       at System.Diagnostics.TraceSource.Flush()
       at GitHub.Runner.Common.TraceManager.Dispose(Boolean disposing)
       at GitHub.Runner.Common.TraceManager.Dispose()
       at GitHub.Runner.Common.HostContext.Dispose(Boolean disposing)
       at GitHub.Runner.Common.HostContext.Dispose()
       at GitHub.Runner.Worker.Program.Main(String[] args)
    ```
    jiridanek committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    39643bc View commit details
    Browse the repository at this point in the history