weaveworks / launcher

Weave Cloud Launcher
Apache License 2.0
10 stars 13 forks source link

Flaky error in the Test Flux Config integration test #167

Closed dlespiau closed 6 years ago

dlespiau commented 6 years ago

from https://circleci.com/gh/weaveworks/launcher/5710:

#!/bin/bash -eo pipefail
if [ -z "${CIRCLE_TAG}" -a "${CIRCLE_BRANCH}" == "master" ]; then
  export SERVICE_IMAGE="quay.io/weaveworks/launcher-service:$(docker/image-tag)"
else
  export SERVICE_IMAGE=quay.io/weaveworks/build-tmp-public:launcher-service-$(docker/image-tag)
fi
./integration-tests/tests/flux-config.sh
####################
### Test flux config
####################
• Set WEAVE_CLOUD_TOKEN if it is not already set
• Start launcher/service on minikube
service "service" created
Error from server (BadRequest): error when creating "./integration-tests/tests/../k8s/service.yaml": the API version in the data (apps/v1beta1) does not match the expected API version (apps/v1)
Exited with code 1