Skip to content

Commit

Permalink
Merge pull request #913 from sgotti/ci_update_kind
Browse files Browse the repository at this point in the history
ci: update bsycorp/kind to latest version
  • Loading branch information
sgotti authored Sep 6, 2023
2 parents 4bb4107 + 4251aaf commit bcea7a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .agola/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ local task_build_push_images(name, pgversions, istag, push) =
arch: 'amd64',
containers: [
{
image: 'bsycorp/kind:v1.19.4',
image: 'bsycorp/kind:latest-1.23',
privileged: true,
entrypoint: '/usr/bin/supervisord --nodaemon -c /etc/supervisord.conf',
},
Expand Down
13 changes: 6 additions & 7 deletions scripts/agola-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ make PGVERSION=11 TAG=stolon:master-pg11 docker

pushd examples/kubernetes

# TODO(sgotti) bsycorp kind:v1.19.4 doesn't correctly parse kubectl output and will never report kubernetes in ready state
#echo -n "Waiting for kubernetes to be ready"
#until curl -s --fail http://127.0.0.1:10080/kubernetes-ready; do
# sleep 1;
# echo -n "."
#done
#echo " Ready"
echo -n "Waiting for kubernetes to be ready"
until curl -s --fail http://127.0.0.1:10080/kubernetes-ready; do
sleep 1;
echo -n "."
done
echo " Ready"

sed -i 's#sorintlab/stolon:master-pg10#stolon:master-pg11#' *.yaml

Expand Down

0 comments on commit bcea7a7

Please sign in to comment.