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

Fix PaC build #2314

Merged
merged 4 commits into from
May 22, 2024
Merged

Fix PaC build #2314

merged 4 commits into from
May 22, 2024

Conversation

matejvasek
Copy link
Contributor

@matejvasek matejvasek commented May 21, 2024

fix: pipelines as code build -- build via git hook in tekton

Signed-off-by: Matej Vašek <mvasek@redhat.com>
Signed-off-by: Matej Vašek <mvasek@redhat.com>
Signed-off-by: Matej Vašek <mvasek@redhat.com>
@matejvasek matejvasek requested a review from gauron99 May 21, 2024 20:50
@knative-prow knative-prow bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label May 21, 2024
@knative-prow knative-prow bot requested review from maximilien and vyasgun May 21, 2024 20:50
@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 21, 2024
Copy link

codecov bot commented May 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.76%. Comparing base (33073d6) to head (e37fad5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2314      +/-   ##
==========================================
+ Coverage   60.19%   65.76%   +5.57%     
==========================================
  Files         128      128              
  Lines       14831    11490    -3341     
==========================================
- Hits         8927     7556    -1371     
+ Misses       4990     2980    -2010     
- Partials      914      954      +40     
Flag Coverage Δ
e2e-test 38.01% <0.00%> (-0.06%) ⬇️
e2e-test-oncluster 31.17% <0.00%> (+0.01%) ⬆️
e2e-test-oncluster-runtime 27.33% <0.00%> (?)
e2e-test-runtime-go 25.98% <0.00%> (?)
e2e-test-runtime-node 27.05% <0.00%> (?)
e2e-test-runtime-python 26.98% <0.00%> (?)
e2e-test-runtime-quarkus 27.08% <0.00%> (?)
e2e-test-runtime-rust 26.08% <0.00%> (?)
e2e-test-runtime-springboot 26.12% <0.00%> (?)
e2e-test-runtime-typescript 27.14% <0.00%> (?)
integration-tests 51.51% <100.00%> (+2.53%) ⬆️
unit-tests 49.19% <80.00%> (?)
unit-tests-macos-latest ?
unit-tests-ubuntu-latest ?
unit-tests-windows-latest ?

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matejvasek
Copy link
Contributor Author

PTAL @lkingland @gauron99

@matejvasek matejvasek changed the title Fix gitlab tests Fix PaC May 22, 2024
@matejvasek matejvasek changed the title Fix PaC Fix PaC build May 22, 2024
@gauron99
Copy link
Contributor

gauron99 commented May 22, 2024

this should fix #2185 right?
edit: I guess not fix exactly. But wanted to mention it atleast so we can track the updates on the issue

Copy link
Contributor

@gauron99 gauron99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm
/hold for others

@knative-prow knative-prow bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 22, 2024
@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label May 22, 2024
Copy link

knative-prow bot commented May 22, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gauron99, matejvasek

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

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [gauron99,matejvasek]

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

@matejvasek
Copy link
Contributor Author

PTAL @jrangelramos

@matejvasek
Copy link
Contributor Author

/unhold

@knative-prow knative-prow bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 22, 2024
@knative-prow knative-prow bot merged commit feb06f5 into knative:main May 22, 2024
39 checks passed
matejvasek added a commit to openshift-knative/kn-plugin-func that referenced this pull request May 30, 2024
* fix: default NS for PaC

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* fix: make error non-fatal

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* fix: pass correct image to PaC

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* chore: enable gitlab test

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>
openshift-merge-bot bot pushed a commit to openshift-knative/kn-plugin-func that referenced this pull request May 30, 2024
* Fix PaC build (knative#2314)

* fix: default NS for PaC

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* fix: make error non-fatal

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* fix: pass correct image to PaC

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* chore: enable gitlab test

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* fix: pipeline run yaml format for newer PaC (knative#2317)

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Update install-gitlab.sh

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants