test-appliance: update VM pricing table in gce-xfstests

Add the e2 machine types since they are cheaper than the n1 machine
types with roughly the same performance.  The n2 machine types are
more expensive per CPU hour, and is faster, and is a slight net win
over the n1 machine types --- but the e2 VM's are better.  Comparing
the runtime and costs of:

	gce-xfstests -c ext4/4k -g auto --machtype <machtype>

GCE MachType        Time        Cost         Savings
n1-standard-2       6178s     20.5 cents        ---
e2-standard-2       5942s     15.0 cents       26.8%
n2-standard-2       5513s     18.6 cents        9.3%

This patch doesn't actually enable the automatic selection of the e2
VM's, since we need to be careful; not all of the GCE zones support
the e2 machine types.

(All of the prices are for the us-central1 zone but it's really the
relative differences in prices which are useful for selecitng the
appropriate machine type.)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
1 file changed
tree: aae78feb896829a5d8c5a5a616516c36277011d3
  1. acl/
  2. android-compat/
  3. attr/
  4. contrib/
  5. dbench/
  6. Documentation/
  7. e2fsprogs-libs/
  8. kernel-configs/
  9. kvm-xfstests/
  10. libaio/
  11. misc/
  12. popt/
  13. .dockerignore
  14. .gitignore
  15. .travis.yml
  16. build-all
  17. config
  18. config.docker
  19. COPYING
  20. do-all
  21. do-update
  22. Dockerfile
  23. gen-tarball
  24. get-all
  25. get-versions
  26. Makefile
  27. README.md
  28. setup-buildchroot
  29. update-all
README.md

xfstests-bld

The xfstests-bld project was originally designed as system to make it easy to build xfstests in way that isolated it from the versions of various libraries such as libaio, xfsprogs, that were available in a particular distribution. It has since evolved to have four primary functions:

More details about how to use xfstests-bld to carry out these three functions can be found in the Documentation directory.

If you are first getting started using xfstests, you should probably read the Quickstart guide first. If you don't know much about xfstests, you may also want to read this introduction to xfstests.

License

The xfstests-bld project has been made available under the terms of the GNU General Public License, version 2. A copy can be found in the file named COPYING in the distribution.