schedules.txt 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. The following are the expected schedules in the build server. These are not
  2. hard-coded in JSON so that the machine pools and scheduling parameters can be
  3. configured.
  4. Schedule Name Task Name Node
  5. ================================================================================
  6. Windows Pilot Windows Pilot Windows Pilot Machine
  7. Windows Compile x86 chk Windows Compile Windows Pilot Machine
  8. ARCH=x86 DEBUG=chk
  9. Windows Compile armv7 chk Windows Compile Windows Pilot Machine
  10. ARCH=armv7 DEBUG=chk
  11. Windows Compile armv6 chk Windows Compile Windows Pilot Machine
  12. ARCH=armv6 DEBUG=chk
  13. Native Pilot x86 Native Pilot Native Pilot Machine (x86)
  14. ARCH=x86 DEBUG=chk
  15. Native Pilot x86q Native Pilot Native Pilot Machine (x86)
  16. ARCH=x86 DEBUG=chk VARIANT=q
  17. Native Pilot armv7 Native Pilot Native Pilot Machine (armv7)
  18. ARCH=armv7 DEBUG=chk
  19. Native Pilot armv6 Native Pilot Native Pilot Machine (armv6)
  20. ARCH=armv6 DEBUG=chk
  21. Native Test x86 Native Test x86 test machines
  22. Native Test x86q Native Test Galileo test machines
  23. Native Test armv7 Native Test armv7 test machines
  24. Native Test armv6 Native Test armv6 test machines
  25. Package Distributables Generate Distributables Windows Pilot Machine
  26. Tree view showing which schedules kick off which other schedules:
  27. Windows Pilot
  28. Windows Compile x86 chk
  29. Windows Compile armv7 chk
  30. Windows Compile armv6 chk
  31. Native Pilot x86
  32. Native Test x86
  33. Package Distributables
  34. Native Pilot x86q
  35. Native Test x86q
  36. Package Distributables
  37. Native Pilot armv7
  38. Native Test Architecture
  39. Package Distributables
  40. Native Pilot armv6
  41. Native Test Architecture
  42. Package Distributables