Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GCP Compute Engine (VM)

We are running a f1e2-micro (free) vm instance in this GCP project. Bootstrap steps

Code Block
languagebash
sudo apt update
sudo apt install git cron adoptopenjdk-8-hotspot maven
git clone git@github.com:apachehudi-ci/git-repo-sync.git
git clone git@github.com:apachehudi-ci/ci-bot.git
cd ci-bot
git checkout -t origin/fix-for-hudi
mvn clean install

...