Kubebuilder: CI is broken because prow was changed and is looking for the wrong file

Created on 12 Nov 2019  路  7Comments  路  Source: kubernetes-sigs/kubebuilder

/kind bug

Following the Prow issue:

could not start the process: fork/exec ./test_e2e.sh: no such file or directory

Note that the file which has been used by so far is: https://github.com/kubernetes-sigs/kubebuilder/blob/master/test_ci.sh and it was changed

kinbug

All 7 comments

c/c @DirectXMan12 @mengqiy @droot

/assign @camilamacedo86

I was going to open a new issue so will just comment here instead:

Description

PR are failing the pull-kubebuilder-e2e test with the following message:
could not start the process: fork/exec ./test_e2e.sh: no such file or directory

Notes:

Some notes that may be relevant aside from what @camilamacedo86 already mentioned:

  • The repository has two files with similar names (test_e2e_v1.sh and test_e2e_v2.sh) but no file with that name.
  • #1107 renamed test_e2e.sh to test_e2e_v1.sh, but it may have leaked somewhere an old reference to that file.

Example PR:

  • #1143
  • #1184
  • #1185
  • #1190

Hi @DirectXMan12 @mengqiy @droot

Note that the error could not start the process: fork/exec ./test_e2e.sh: no such file or directory we can solve but now it also is calling 2 jobs one for the tests_ci and other which shows to be for e2e. However, to run the e2e we need to create a specific setup since it cannot be as it is done for the Travis. The #1151 may make things more clear.

pull-kubebuilder-e2e is an optional check and doesn't block PRs from merging.
@alexeldeib is working on using Prow for e2e testing.

Closing this one since the default check is solved and pull-kubebuilder-e2e was clarified.

Sorry for the confusion, I should have held the test infra PR as well until the refactor in e2e was done. But as it is optional presubmit, it should not block PRs. It will look ugly though 馃檨

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Adirio picture Adirio  路  6Comments

derailed picture derailed  路  5Comments

camilamacedo86 picture camilamacedo86  路  5Comments

functicons picture functicons  路  4Comments

narayanasamyr picture narayanasamyr  路  4Comments