Azure / orkestra

Orkestra is a cloud-native release orchestration and lifecycle management (LCM) platform for the fine-grained orchestration of inter-dependent helm charts and their dependencies
https://azure.github.io/orkestra
Other
105 stars 16 forks source link

E2E tests failing in CI during kind setup #359

Closed nitishm closed 3 years ago

nitishm commented 3 years ago

Describe the bug See https://github.com/Azure/orkestra/pull/358/checks?check_run_id=3024269048

Fetched 4822 kB in 1s (3579 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  helm
0 upgraded, 1 newly installed, 0 to remove and 35 not upgraded.
Need to get 13.7 MB of archives.
After this operation, 45.1 MB of additional disk space will be used.
Get:1 https://baltocdn.com/helm/stable/debian all/main amd64 helm amd64 3.6.2-1 [13.7 MB]
Fetched 13.7 MB in 0s (36.7 MB/s)
Selecting previously unselected package helm.
...
Preparing to unpack .../helm_3.6.2-1_amd64.deb ...
Unpacking helm (3.6.2-1) ...
Setting up helm (3.6.2-1) ...
Processing triggers for man-db (2.9.1-1) ...
Set kubectl context to "kind-orkestra"
Error: an error occurred while uninstalling the release. original install error: timed out waiting for the condition: timed out waiting for the condition
Error: Process completed with exit code 1.
nitishm commented 3 years ago

@mahalrs @jonathan-innis any clue why this has started failing all of a sudden?

mahalrs commented 3 years ago

@nitishm I think we need to update e2e CI Workflow. I will look into this later today.

nitishm commented 3 years ago

@nitishm I think we need to update e2e CI Workflow. I will look into this later today.

Will this solve it - #353?

mahalrs commented 3 years ago

@nitishm I think we need to update e2e CI Workflow. I will look into this later today.

Will this solve it - #353?

I'm not sure but I will try this.