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

chore(deps): update ec #1460

Merged
merged 1 commit into from
Oct 15, 2024
Merged

chore(deps): update ec #1460

merged 1 commit into from
Oct 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Type Update Change
quay.io/enterprise-contract/ec-cli tekton-step-image digest 2784e68 -> 0b782a2
quay.io/enterprise-contract/ec-cli digest 2784e68 -> 0b782a2
quay.io/enterprise-contract/ec-task-bundle tekton-bundle digest 77614bf -> ccf41aa

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from lcarva and zregvart September 23, 2024 20:03
@renovate renovate bot force-pushed the renovate/ec branch 5 times, most recently from 3453f9e to 4005858 Compare September 25, 2024 07:54
@zregvart
Copy link
Member

There is a failure in the e2e tests:

[build-service-suite Build templates E2E test] HACBS pipelines build-definitions ec pipelines runs ec pipeline pipelines/enterprise-contract.yaml [build, build-templates, HACBS, pipeline, build-templates-e2e]
/konflux-e2e/tests/build/build_templates.go:661
  PipelineRun test-comp-cial-on-pull-request-562vv reason: Succeeded
  Creating Pipeline "ec-integration-test-scenario-run-rvmwh"
  Waiting for pipeline "ec-integration-test-scenario-run-rvmwh" to finish
  The PipelineRun ec-integration-test-scenario-run-rvmwh in namespace build-templates-e2e has status.conditions: 
  v1.Conditions{apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.September, 26, 10, 9, 28, 0, time.Local)}, Reason:"Failed", Message:"Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0"}}
  The TaskRun ec-integration-test-scenario-run-rvmwh-verify of PipelineRun ec-integration-test-scenario-run-rvmwh  has status.conditions: 
  v1.Conditions{apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.September, 26, 10, 9, 28, 0, time.Local)}, Reason:"Failed", Message:"\"step-assert\" exited with code 1"}}
  [FAILED] in [It] - /konflux-e2e/tests/build/build_templates.go:699 @ 09/26/24 10:09:29.597
• [FAILED] [41.768 seconds]
[build-service-suite Build templates E2E test] HACBS pipelines build-definitions ec pipelines [It] runs ec pipeline pipelines/enterprise-contract.yaml [build, build-templates, HACBS, pipeline, build-templates-e2e]
/konflux-e2e/tests/build/build_templates.go:661

  [FAILED] Expected
      <string>: 
  not to be empty
  In [It] at: /konflux-e2e/tests/build/build_templates.go:699 @ 09/26/24 10:09:29.597

Bit difficult to get to the logs and Splunk doesn't have them, so this might require babysitting the e2e tests and catching the PipelineRun and the logs before it is garbage collected.

@renovate renovate bot force-pushed the renovate/ec branch 5 times, most recently from 6a033ee to bae6264 Compare October 1, 2024 21:14
@zregvart zregvart disabled auto-merge October 3, 2024 12:56
@zregvart
Copy link
Member

zregvart commented Oct 3, 2024

I've patched the e2e tests to run run just that single test, and it succeeds:

[e2e-tests : e2e-test] ------------------------------
[e2e-tests : e2e-test] [build-service-suite Build templates E2E test] HACBS pipelines build-definitions ec pipelines runs ec pipeline pipelines/enterprise-contract.yaml [build, build-templates, HACBS, pipeline, test-me, build-templates-e2e]
[e2e-tests : e2e-test] /konflux-e2e/tests/build/build_templates.go:661
[e2e-tests : e2e-test]   PipelineRun test-comp-biji-on-pull-request-554wn reason: Succeeded
[e2e-tests : e2e-test]   Creating Pipeline "ec-integration-test-scenario-run-w26rm"
[e2e-tests : e2e-test]   Waiting for pipeline "ec-integration-test-scenario-run-w26rm" to finish
[e2e-tests : e2e-test]   The PipelineRun ec-integration-test-scenario-run-w26rm in namespace build-templates-e2e has status.conditions: 
[e2e-tests : e2e-test]   v1.Conditions{apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.October, 3, 13, 31, 12, 0, time.Local)}, Reason:"Failed", Message:"Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0"}}
[e2e-tests : e2e-test]   The TaskRun ec-integration-test-scenario-run-w26rm-verify of PipelineRun ec-integration-test-scenario-run-w26rm  has status.conditions: 
[e2e-tests : e2e-test]   v1.Conditions{apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.October, 3, 13, 31, 12, 0, time.Local)}, Reason:"Failed", Message:"\"step-assert\" exited with code 1"}}
[e2e-tests : e2e-test]   log keys: [step-reduce step-validate step-initialize-tuf step-summary step-info step-version step-debug-log step-assert step-report-json]got step-summary log: {
[e2e-tests : e2e-test]     "timestamp": "1727962270",
[e2e-tests : e2e-test]     "namespace": "",
[e2e-tests : e2e-test]     "successes": 19,
[e2e-tests : e2e-test]     "failures": 1,
[e2e-tests : e2e-test]     "warnings": 0,
[e2e-tests : e2e-test]     "result": "FAILURE"
[e2e-tests : e2e-test]   }
[e2e-tests : e2e-test] 
[e2e-tests : e2e-test] • [21.430 seconds]
[e2e-tests : e2e-test] ------------------------------

@zregvart
Copy link
Member

zregvart commented Oct 3, 2024

E2E tests passed with the patched tests, moving to draft not to get this merged

@zregvart
Copy link
Member

zregvart commented Oct 3, 2024

konflux-ci/e2e-tests#1415 needs to be merged and e2e updated here to have a passing e2e tests here

@zregvart zregvart added this pull request to the merge queue Oct 15, 2024
Merged via the queue into main with commit 007fe72 Oct 15, 2024
14 checks passed
@renovate renovate bot deleted the renovate/ec branch October 15, 2024 08:33
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