Skip to content

integration-service update#12797

Open
rh-tap-build-team[bot] wants to merge 1 commit into
mainfrom
integration-service
Open

integration-service update#12797
rh-tap-build-team[bot] wants to merge 1 commit into
mainfrom
integration-service

Conversation

@rh-tap-build-team

@rh-tap-build-team rh-tap-build-team Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Included PRs:

Changelog

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Kustomize Render Diff

Comparing 0a134612b1099dffa2

Component Environment Changes
components/integration/development development +22 -2
components/integration/staging/base staging +22 -2
components/integration/staging/stone-stage-p01 staging +22 -2

Total: 3 components, +66 -6 lines

📋 Full diff available in the workflow summary and as a downloadable artifact.

@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.11%. Comparing base (0a13461) to head (917d31b).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #12797   +/-   ##
=======================================
  Coverage   57.11%   57.11%           
=======================================
  Files          23       23           
  Lines        1455     1455           
=======================================
  Hits          831      831           
  Misses        548      548           
  Partials       76       76           
Flag Coverage Δ
go 57.11% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@openshift-ci

openshift-ci Bot commented Jun 28, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kasemAlem, rh-tap-build-team[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@rh-tap-build-team rh-tap-build-team Bot force-pushed the integration-service branch from 73cf858 to 7040966 Compare June 29, 2026 09:33
@openshift-ci openshift-ci Bot removed the lgtm label Jun 29, 2026
@openshift-ci

openshift-ci Bot commented Jun 29, 2026

Copy link
Copy Markdown

New changes are detected. LGTM label has been removed.

@rh-tap-build-team rh-tap-build-team Bot force-pushed the integration-service branch from 7040966 to dc6fa77 Compare June 29, 2026 09:58
@konflux-ci-qe-bot

Copy link
Copy Markdown

🤖 Pipeline Failure Analysis

Category: Infrastructure

The pipeline failed due to a fundamental DNS resolution error, preventing the test environment from connecting to the OpenShift cluster's API server.

📋 Technical Details

Immediate Cause

The immediate cause of the pipeline failure was a persistent DNS resolution error, preventing all attempts to connect to the OpenShift API server at api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com:6443. This issue manifested as "dial tcp: lookup ... no such host" errors across multiple steps attempting to interact with the cluster API.

Contributing Factors

The konflux-ci-install-konflux step timed out, indicating it likely could not proceed with the installation of Konflux without API server connectivity. This timeout, coupled with the consistent DNS failures reported by subsequent gather-* steps, confirms a fundamental network or cluster availability problem rather than an isolated step failure.

Impact

The inability to resolve the API server's hostname and establish a connection effectively rendered the target OpenShift cluster inaccessible. This prevented the successful installation of Konflux, the execution of e2e tests, and the collection of comprehensive diagnostic information from the cluster, leading to the overall pipeline failure.

🔍 Evidence

appstudio-e2e-tests/gather-audit-logs

Category: infrastructure
Root Cause: The pipeline failed due to a DNS resolution error, preventing the test environment from connecting to the OpenShift cluster's API server. This suggests the target cluster was either not running or inaccessible, or there was a network misconfiguration.

Logs:

artifacts/appstudio-e2e-tests/gather-audit-logs/build-log.txt
Get "https://api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com:6443/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/must-gather": dial tcp: lookup api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/gather-audit-logs/build-log.txt
error getting cluster version: Get "https://api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com:6443/apis/config.openshift.io/v1/clusterversions/version": dial tcp: lookup api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/gather-audit-logs/build-log.txt
Error running must-gather collection:
    creating temp namespace: Post "https://api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com:6443/api/v1/namespaces": dial tcp: lookup api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/gather-audit-logs/build-log.txt
E0629 10:24:27.669187      52 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com:6443/api?timeout=32s\": dial tcp: lookup api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host"

appstudio-e2e-tests/gather-extra

Category: infrastructure
Root Cause: The step failed because it could not resolve the DNS hostname for the OpenShift API server api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com. This indicates a DNS resolution problem within the environment where the gather-extra step was executing.

Logs:

artifacts/appstudio-e2e-tests/gather-extra/build-log.txt
E0629 10:24:20.948399      29 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com:6443/api?timeout=5s\": dial tcp: lookup api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host"
artifacts/appstudio-e2e-tests/gather-extra/build-log.txt
Unable to connect to the server: dial tcp: lookup api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host

appstudio-e2e-tests/gather-must-gather

Category: infrastructure
Root Cause: The root cause is a DNS resolution failure for the OpenShift API server hostname, api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com. This prevented the oc client from connecting to the cluster API, leading to the failure of the must-gather command.

Logs:

artifacts/appstudio-e2e-tests/gather-must-gather/build-log.txt
Error running must-gather collection:
    creating temp namespace: Post "https://api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com:6443/api/v1/namespaces": dial tcp: lookup api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/gather-must-gather/build-log.txt
E0629 10:24:13.816652      53 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com:6443/api?timeout=32s\": dial tcp: lookup api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host"
artifacts/appstudio-e2e-tests/gather-must-gather/build-log.txt
error running backup collection: Get "https://api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com:6443/api?timeout=32s": dial tcp: lookup api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host

appstudio-e2e-tests/konflux-ci-install-konflux

Category: timeout
Root Cause: The Prow job runner terminated the process running the step because it either exceeded its allotted execution time or failed to shut down within the configured grace period, resulting in a forced termination.

Logs:

artifacts/appstudio-e2e-tests/konflux-ci-install-konflux/build-log.txt
Creating a has secret from legacy token
{"component":"entrypoint","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:267","func":"sigs.k8s.io/prow/pkg/entrypoint.gracefullyTerminate","level":"error","msg":"Process did not exit before 1m0s grace period","severity":"error","time":"2026-06-29T10:00:00Z"}
{"component":"entrypoint","error":"os: process already finished","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:269","func":"sigs.k8s.io/prow/pkg/entrypoint.gracefullyTerminate","level":"error","msg":"Could not kill process after grace period","severity":"error","time":"2026-06-29T10:00:00Z"}

appstudio-e2e-tests/redhat-appstudio-gather

Category: infrastructure
Root Cause: The primary root cause is a DNS resolution failure for the OpenShift API server's hostname, api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com. This network-level issue prevented the oc client from establishing a connection to the cluster, rendering all subsequent API calls unsuccessful.

Logs:

artifacts/appstudio-e2e-tests/redhat-appstudio-gather/build-log.txt line 20
E0629 10:24:37.333026      34 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com:6443/api?timeout=5s\": dial tcp: lookup api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host"
artifacts/appstudio-e2e-tests/redhat-appstudio-gather/build-log.txt line 55
Unable to connect to the server: dial tcp: lookup api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host
artifacts/appstudio-e2e-tests/redhat-appstudio-gather/build-log.txt line 757
Error running must-gather collection:
    creating temp namespace: Post "https://api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com:6443/api/v1/namespaces": dial tcp: lookup api.konflux-4-18-us-west-2-mbtjb.konflux-qe.devcluster.openshift.com on 172.30.0.10:53: no such host

Analysis powered by prow-failure-analysis | Build: 2071527563267674112

@rh-tap-build-team rh-tap-build-team Bot force-pushed the integration-service branch from dc6fa77 to 5c5f9c5 Compare June 30, 2026 00:32
@rh-tap-build-team rh-tap-build-team Bot force-pushed the integration-service branch from 5c5f9c5 to 917d31b Compare June 30, 2026 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants