You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
@gkalpak informs me that code.angularjs.org's snapshot directory isn't being updated, I guess master jenkins jobs aren't running to completion. not sure why, travis is green.
@jeffbcross could you take a look at this when you have a chance, thanks =)
The text was updated successfully, but these errors were encountered:
I restarted the server because I saw some concerning real memory usage by some processes. Then when I ran master tests again, I noticed that all the E2E tests were 404ing "Cannot GET /build/docs/..."
The first job that started failing was when these commits were merged that affected e2e tests: 762713e 22b817e
I've got to head out, but will pick this back up tomorrow
Commit 22b817e changed the url
used by protracts in all docs tests to add build/docs, which
was already set to the baseUrl in protractor-jenkins.conf. This
commit just changes the protractor config's baseUrl to adapt
to the changes in the spec files.
Closesangular#9783
Commit 22b817e changed the url
used by protractor in all docs tests to prepend "build/docs", which
was already set to the `baseUrl` in `protractor-jenkins.conf`. This
commit just changes the protractor config's `baseUrl` to adapt
to the changes in the spec files.
Closesangular#9783
@jeffbcross could you take a look at this when you have a chance, thanks =)
The text was updated successfully, but these errors were encountered: