Konflux update v-rising #1

Merged
james merged 8 commits from konflux-v-rising into main 2026-04-28 01:11:35 +00:00
Contributor

Pipelines as Code configuration proposal

To start the PipelineRun, add a new comment with content /ok-to-test

For more detailed information about running a PipelineRun, please refer to Pipelines as Code documentation Running the PipelineRun

To customize the proposed PipelineRuns after merge, please refer to Build Pipeline customization

Please follow the block sequence indentation style introduced by the proprosed PipelineRuns YAMLs, or keep using consistent indentation level through your customized PipelineRuns. When different levels are mixed, it will be changed to the proposed style.

# Pipelines as Code configuration proposal To start the PipelineRun, add a new comment with content `/ok-to-test` For more detailed information about running a PipelineRun, please refer to Pipelines as Code documentation [Running the PipelineRun](https://pipelinesascode.com/docs/guide/running/) To customize the proposed PipelineRuns after merge, please refer to [Build Pipeline customization](https://konflux-ci.dev/docs/building/customizing-the-build/) Please follow the block sequence indentation style introduced by the proprosed PipelineRuns YAMLs, or keep using consistent indentation level through your customized PipelineRuns. When different levels are mixed, it will be changed to the proposed style.
Signed-off-by: konflux <konflux@no-reply.konflux-ci.dev>
Konflux update v-rising
Some checks are pending
Konflux - jharmison.dev Pending approval, waiting for an /ok-to-test
dc8fe93c8e
Signed-off-by: konflux <konflux@no-reply.konflux-ci.dev>
Author
Contributor

Konflux - jharmison.dev is skipping this commit.
User konflux is not allowed to trigger CI via pull_request in this repo.

Konflux - jharmison.dev is skipping this commit. User konflux is not allowed to trigger CI via pull_request in this repo.
james force-pushed konflux-v-rising from dc8fe93c8e
Some checks are pending
Konflux - jharmison.dev Pending approval, waiting for an /ok-to-test
to ccf225c68d
Some checks failed
Konflux - jharmison.dev / v-rising-on-pull-request Failed
2026-04-27 22:39:33 +00:00
Compare
Author
Contributor

Konflux - jharmison.dev/v-rising-on-pull-request-h2c82 is running.

Starting Pipelinerun v-rising-on-pull-request-h2c82 in namespace tenant-game-servers

You can monitor the execution using the Konflux - jharmison.dev PipelineRun viewer or through the command line by
using the tkn CLI with the following command:

tkn pr logs -n tenant-game-servers v-rising-on-pull-request-h2c82 -f

Konflux - jharmison.dev/v-rising-on-pull-request-h2c82 is running. Starting Pipelinerun <b>[v-rising-on-pull-request-h2c82](https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-h2c82)</b> in namespace <b>tenant-game-servers</b> You can monitor the execution using the [Konflux - jharmison.dev](https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-h2c82) PipelineRun viewer or through the command line by using the [tkn](https://tekton.dev/docs/cli/#installation) CLI with the following command: <code>tkn pr logs -n tenant-game-servers v-rising-on-pull-request-h2c82 -f</code>
Author
Contributor

Konflux - jharmison.dev/v-rising-on-pull-request-h2c82 has failed.


Task Statuses:

StatusDurationName
Succeeded 7 seconds

init

Succeeded 8 seconds

clone-repository

Succeeded 18 seconds

prefetch-dependencies

Failed 10 seconds

build-container


Failure snippet:

task build-container has the status "Failed":
[2026-04-27T22:40:19,514371703+00:00] Setup prefetched
Trying to pull registry.jharmison.com/game-servers/steamcmd-wine-gui:v2.0.0...
Error: unable to copy from source docker://registry.jharmison.com/game-servers/steamcmd-wine-gui:v2.0.0: initializing source docker://registry.jharmison.com/game-servers/steamcmd-wine-gui:v2.0.0: reading manifest v2.0.0 in registry.jharmison.com/game-servers/steamcmd-wine-gui: manifest unknown
Konflux - jharmison.dev/v-rising-on-pull-request-h2c82 has <b>failed</b>. <ul> <li><b>Namespace</b>: <a href="https://konflux.jharmison.dev/ns/tenant-game-servers">tenant-game-servers</a></li> <li><b>PipelineRun:</b> <a href="https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-h2c82">v-rising-on-pull-request-h2c82</a></li> </ul> <hr> <h4>Task Statuses:</h4> <table> <tr><th>Status</th><th>Duration</th><th>Name</th></tr> <tr> <td>Succeeded</td> <td>7 seconds</td><td> [init](https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-h2c82/logs/init) </td></tr> <tr> <td>Succeeded</td> <td>8 seconds</td><td> [clone-repository](https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-h2c82/logs/clone-repository) </td></tr> <tr> <td>Succeeded</td> <td>18 seconds</td><td> [prefetch-dependencies](https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-h2c82/logs/prefetch-dependencies) </td></tr> <tr> <td>Failed</td> <td>10 seconds</td><td> [build-container](https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-h2c82/logs/build-container) </td></tr> </table> <hr> <h4>Failure snippet:</h4> task <b>build-container</b> has the status <b>"Failed"</b>: <pre>[2026-04-27T22:40:19,514371703+00:00] Setup prefetched Trying to pull registry.jharmison.com/game-servers/steamcmd-wine-gui:v2.0.0... Error: unable to copy from source docker://registry.jharmison.com/game-servers/steamcmd-wine-gui:v2.0.0: initializing source docker://registry.jharmison.com/game-servers/steamcmd-wine-gui:v2.0.0: reading manifest v2.0.0 in registry.jharmison.com/game-servers/steamcmd-wine-gui: manifest unknown</pre>
fix: use new base
All checks were successful
Konflux - jharmison.dev / v-rising-on-pull-request Success
eceb25bcbf
Author
Contributor

Konflux - jharmison.dev/v-rising-on-pull-request-hxvz6 is running.

Starting Pipelinerun v-rising-on-pull-request-hxvz6 in namespace tenant-game-servers

You can monitor the execution using the Konflux - jharmison.dev PipelineRun viewer or through the command line by
using the tkn CLI with the following command:

tkn pr logs -n tenant-game-servers v-rising-on-pull-request-hxvz6 -f

Konflux - jharmison.dev/v-rising-on-pull-request-hxvz6 is running. Starting Pipelinerun <b>[v-rising-on-pull-request-hxvz6](https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-hxvz6)</b> in namespace <b>tenant-game-servers</b> You can monitor the execution using the [Konflux - jharmison.dev](https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-hxvz6) PipelineRun viewer or through the command line by using the [tkn](https://tekton.dev/docs/cli/#installation) CLI with the following command: <code>tkn pr logs -n tenant-game-servers v-rising-on-pull-request-hxvz6 -f</code>
Author
Contributor

Konflux - jharmison.dev/v-rising-on-pull-request-hxvz6 has successfully validated your commit.


Task Statuses:

StatusDurationName
Succeeded 3 seconds

init

Succeeded 8 seconds

clone-repository

Succeeded 18 seconds

prefetch-dependencies

Succeeded 24 minutes

build-container

Succeeded 11 seconds

sast-shell-check

Succeeded 9 seconds

sast-unicode-check

Succeeded 6 seconds

apply-tags

Konflux - jharmison.dev/v-rising-on-pull-request-hxvz6 has <b>successfully</b> validated your commit. <ul> <li><b>Namespace</b>: <a href="https://konflux.jharmison.dev/ns/tenant-game-servers">tenant-game-servers</a></li> <li><b>PipelineRun:</b> <a href="https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-hxvz6">v-rising-on-pull-request-hxvz6</a></li> </ul> <hr> <h4>Task Statuses:</h4> <table> <tr><th>Status</th><th>Duration</th><th>Name</th></tr> <tr> <td>Succeeded</td> <td>3 seconds</td><td> [init](https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-hxvz6/logs/init) </td></tr> <tr> <td>Succeeded</td> <td>8 seconds</td><td> [clone-repository](https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-hxvz6/logs/clone-repository) </td></tr> <tr> <td>Succeeded</td> <td>18 seconds</td><td> [prefetch-dependencies](https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-hxvz6/logs/prefetch-dependencies) </td></tr> <tr> <td>Succeeded</td> <td>24 minutes</td><td> [build-container](https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-hxvz6/logs/build-container) </td></tr> <tr> <td>Succeeded</td> <td>11 seconds</td><td> [sast-shell-check](https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-hxvz6/logs/sast-shell-check) </td></tr> <tr> <td>Succeeded</td> <td>9 seconds</td><td> [sast-unicode-check](https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-hxvz6/logs/sast-unicode-check) </td></tr> <tr> <td>Succeeded</td> <td>6 seconds</td><td> [apply-tags](https://konflux.jharmison.dev/ns/tenant-game-servers/pipelinerun/v-rising-on-pull-request-hxvz6/logs/apply-tags) </td></tr> </table>
james merged commit b721cb75a7 into main 2026-04-28 01:11:35 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
game-servers/v-rising!1
No description provided.