Skip to content

Commit

Permalink
Merge pull request #8259 from code-dot-org/morning-dtt
Browse files Browse the repository at this point in the history
Add morning DTT steps to dotd steps
  • Loading branch information
bcjordan committed May 7, 2016
2 parents a9e60f0 + 4275c16 commit 2725f34
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/dotd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ def open_url(url)
puts url
end

wait_for "between 10AM and 11:30AM (Pacific) to morning DTT"

should_i "morning DTT" do
open_url 'https://github.com/code-dot-org/code-dot-org/compare/test...staging'
end

wait_for "morning DTT to complete, re-run/investigate failures, and update test room topic to that commit # green"

should_i "commit content changes from staging" do
puts <<EOS
Follow the prompts given by the content-push script. If you need to do something fancier (or if the changed files do not "look ok" when it asks you), log in to staging and hand-craft the commit.
Expand Down

0 comments on commit 2725f34

Please sign in to comment.