Граф коммитов

1471 Коммитов

Автор SHA1 Сообщение Дата
Mark Reid a685e20534
Merge pull request #162 from mozilla/update_readme
Update README with deprecation notice.
2018-10-01 10:03:52 -03:00
Mark Reid 4e42981a96 Update README with deprecation notice. 2018-10-01 10:02:49 -03:00
Mark Reid 32ca995e32 Merge pull request #160 from mozilla/stop_terminating_instances
Stop ATMOv1 from terminating expired instances.
2017-01-30 15:31:56 -04:00
Mark Reid 374cdc57d3 Stop ATMOv1 from terminating expired instances.
We don't want to interfere with ATMOv2, and no new clusters can
be launched from v1.
2017-01-30 15:17:57 -04:00
Mark Reid 7e92088aff Merge pull request #159 from mozilla/bug450645
Bug 450645 - Always access hg.mozilla.org w/ https
2017-01-19 10:06:02 -04:00
Mark Reid 9b21ecbf4c Bug 450645 - Always access hg.mozilla.org w/ https
Replace all plain-http accesses to hg.mozilla.org with https.
2017-01-19 09:37:55 -04:00
Mark Reid f0ddf1abf7 Merge pull request #157 from fbertsch/log
Enabled logging for batch jobs
2016-10-06 12:18:57 -03:00
Frank Bertsch 382725de5a Enabled logging for batch jobs 2016-10-06 10:11:09 -05:00
Mark Reid dc8c94c8e5 Merge pull request #156 from mozilla/accounting-tags
Add "App" and "Type" tags used for accounting
2016-10-04 16:16:59 -03:00
Blake Imsland d424ae4974 Add "App" and "Type" tags used for accounting 2016-10-03 07:51:29 -07:00
Mark Reid 5bfd313142 Merge pull request #155 from mozilla/add_atmo_owner_tag
Bug 1287814: Add Owner tag to atmo server instance
2016-07-19 15:41:32 -03:00
Mark Reid b283bb1900 Bug 1287814: Add tags to atmo server instance
Without these tags, instances may be terminated (or owners may be
bothered with emails).
2016-07-19 14:20:29 -03:00
Roberto Agostino Vitillo d0dd8a4289 Merge pull request #154 from mozilla/release_4.5
Update EMR release to 4.5
2016-07-18 18:13:05 +01:00
Roberto Agostino Vitillo e58b179419 Update EMR release to 4.5 2016-07-18 16:17:31 +01:00
Mark Reid ef60f669f0 Merge pull request #152 from SamPenrose/one-notebook-warning
warn that only one notebook can run at a time
2016-05-25 11:26:18 -03:00
Sam Penrose e3128f4ac9 warn that only one notebook can run at a time 2016-05-24 13:23:02 -07:00
Mark Reid b033df9056 Merge pull request #151 from Uberi/fix-submission-args
Fix submission args being required
2016-04-28 10:07:19 -03:00
Anthony Zhang 72dba6741f Don't make Spark submission args required for initial changes either. 2016-04-27 19:53:29 -04:00
Anthony Zhang 0e89d8d2e4 Fix submission args being required 2016-04-27 18:44:23 -04:00
Mark Reid 21d51b3c4a Merge pull request #149 from mozilla/bug1257916
Fix how the message body string is built.
2016-03-21 15:49:34 -03:00
Mark Reid 809a8e497e Change link from http to https 2016-03-21 15:47:29 -03:00
Mark Reid 5743dc53a6 Fix how the message body string is built.
Heredocs apparently don't work like that. Use the simple approach.
2016-03-21 15:38:51 -03:00
Wesley Dawson f85fc6bb79 Install hive on scheduled jobs 2016-03-07 17:33:16 -08:00
whd 0ffbd05e31 Merge pull request #146 from whd/emr_4_3_0
Add Spark 1.6 support
2016-03-07 10:22:07 -08:00
Mark Reid fdfe9dc0de Merge pull request #147 from whd/boto3
Install boto3 in worker userdata
2016-03-03 13:35:34 -04:00
Wesley Dawson 0deca1cee6 Install boto3 in worker userdata 2016-03-02 12:28:21 -08:00
Roberto Agostino Vitillo d940e6eec8 Increase maximum number of workers in a Spark cluster. 2016-03-01 15:32:31 +00:00
Wesley Dawson c91d5f7596 Add Spark 1.6 support 2016-02-29 15:24:49 -08:00
Roberto Agostino Vitillo ed1d95a511 Merge pull request #145 from mozilla/fix_bash_quoting
Fix bash quoting
2016-01-27 21:31:30 +00:00
Mark Reid b821ab7526 Merge pull request #144 from whd/update_deploy
Update deploy envs
2016-01-27 16:37:26 -04:00
Mark Reid 97222910f6 Fix bash quoting 2016-01-27 14:20:16 -04:00
Wesley Dawson 47915bc957 Add boto3 to telemetry workers 2016-01-26 23:24:02 -08:00
Wesley Dawson ef61f2f22a Update deploy envs 2016-01-26 13:53:51 -08:00
Wesley Dawson f5abe600de Update analysis service link 2016-01-26 13:53:42 -08:00
Mark Reid 8275ca8520 Merge pull request #141 from gregglind/141-creation-email-easier-link
in cluster creation email, make it easier to select or use creation url
2016-01-26 12:41:31 -04:00
Gregg Lind 5dbf868980 Fix #141 easier to use creation email 2016-01-26 10:11:02 -06:00
Roberto Agostino Vitillo d3dcd4033a Merge pull request #140 from mozilla/detect_job_failure
Fix an escaping error.
2016-01-22 14:22:15 +00:00
Mark Reid 508d8cd931 Fix an escaping error.
Without this one-character change, we're checking the exit code of
the invoking shell, not the one running the command.
2016-01-22 10:18:03 -04:00
Roberto Agostino Vitillo 131e29dbf7 Merge pull request #139 from mozilla/detect_job_failure
Send an error email if the job exits nonzero.
2016-01-22 12:16:28 +00:00
Mark Reid f6286d35e7 Notify by email on job failures via aws cli.
Update to notify on failed Spark jobs too, and expand non-Spark
notification to include any error, not just timeouts.
2016-01-21 16:16:14 -04:00
Mark Reid 008fc2e59a Send an error email if the job exits nonzero. 2016-01-20 17:27:56 -04:00
Mark Reid 10f2348d5a Merge pull request #138 from whd/https
Redirect http to https (except health check)
2016-01-15 17:35:40 -05:00
Wesley Dawson 885c2efc87 Redirect http to https (except health check) 2016-01-15 10:06:50 -08:00
Mark Reid c7c9cd8cc1 Update telemetry analysis links in a couple places 2016-01-11 14:47:36 -04:00
Roberto Agostino Vitillo 1b201a0124 Merge pull request #135 from mozilla/support_large_file_uploads
Allow code tarballs up to 500MB in size.
2016-01-05 17:17:56 +00:00
Mark Reid 1416c24982 Increase file upload limit from 100MB to 500MB.
Jobs using jar files are likely to exceed 100MB.
2016-01-05 13:14:34 -04:00
Roberto Agostino Vitillo faba892a5b Merge pull request #136 from mozilla/improved_error_handling
Handle validation errors in job fields.
2016-01-05 16:14:53 +00:00
Mark Reid e41caa0938 Update AMIs to deploy the pinned histogram_tools 2015-12-29 21:04:15 -04:00
Mark Reid b41cbdc303 Merge pull request #137 from mozilla/pin_histogram_tools_extended_stats
Get a specific revision of histogram_tools.py
2015-12-29 20:36:32 -04:00
Mark Reid 0700c345dd Get a specific revision of histogram_tools.py
We need to allow the 'extended_statitics_ok' field for historic
Histograms.json compatibility.
2015-12-26 16:32:21 -04:00