[ci] remove x-pack job

This commit is contained in:
spalger 2018-11-12 13:23:55 -08:00
parent 55b00ff2cb
commit d92d395493
2 changed files with 0 additions and 4 deletions

View file

@ -1,7 +1,6 @@
JOB:
- selenium
- intake
- x-pack
# `~` is yaml for `null`
exclude: ~

View file

@ -12,9 +12,6 @@ case "$JOB" in
"intake")
./test/scripts/jenkins_unit.sh
;;
"x-pack")
./test/scripts/jenkins_xpack.sh
;;
*)
echo "JOB '$JOB' is not implemented."
exit 1