flux-iac/tofu-controller

e2e tests are broken because we renamed the org

Closed this issue · 1 comments

Run kubectl -n tf-system apply -f ./config/testdata/source
  kubectl -n tf-system apply -f ./config/testdata/source
  kubectl -n tf-system wait gitrepository/helloworld --for=condition=ready --timeout=4m
  kubectl -n tf-system wait ocirepository/helloworld-oci --for=condition=ready --timeout=4m
  shell: /usr/bin/bash -e {0}
Warning: v1beta[2](https://github.com/flux-iac/tofu-controller/actions/runs/8053840278/job/21997154671?pr=1198#step:15:2) GitRepository is deprecated, upgrade to v1
gitrepository.source.toolkit.fluxcd.io/helloworld created
ocirepository.source.toolkit.fluxcd.io/helloworld-oci created
gitrepository.source.toolkit.fluxcd.io/helloworld condition met
error: timed out waiting for the condition on ocirepositories/helloworld-oci

Looks like build and tasks done through the e2e test pipeline still uses a lot of the weaveworks references to images.
I've got a little spare time right now, so i'll see what i can dig up.

#1200 seems to be some of the course if this i think.