Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move more Travis jobs to TaskCluster #15724

Merged
merged 2 commits into from Mar 21, 2019
Merged

Move more Travis jobs to TaskCluster #15724

merged 2 commits into from Mar 21, 2019

Conversation

jgraham
Copy link
Contributor

@jgraham jgraham commented Mar 7, 2019

tc-jobs: all

@jgraham jgraham force-pushed the tc_unittest branch 6 times, most recently from e254dae to f624961 Compare March 14, 2019 17:26
tools/ci/run_tc.py Outdated Show resolved Hide resolved
Copy link
Member

@gsnedders gsnedders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have one or two concerns related to how familiar people are with TC's UI, and it being non-obvious in places, versus familiarity with Travis, but in almost every other way this seems like a great move!

@jgraham
Copy link
Contributor Author

jgraham commented Mar 15, 2019

I think the TC UI problems will be largely fixed when we are able to turn on the checks api. As far as I know that's still blocked on wpt.fyi, but @Hexcles may know more. Also they are redesigning the UI and I opened an issue about making the logs more prominent.

@foolip Any concerns about merging this?

@jgraham
Copy link
Contributor Author

jgraham commented Mar 20, 2019

I intend to merge this tomorrow in the absence of feedback to the contrary.

@foolip
Copy link
Member

foolip commented Mar 20, 2019

That's OK with me!

@foolip
Copy link
Member

foolip commented Mar 20, 2019

@jgraham is there an open issue or PR about enabling the checks integration for Taskcluster again? web-platform-tests/wpt.fyi#1182 is resolved now. @Hexcles, has that been deployed to prod as well? Can we confirm it working in prod before flipping the switch again?

@jgraham
Copy link
Contributor Author

jgraham commented Mar 20, 2019

#15946 to reenable the checks API.

@Hexcles
Copy link
Member

Hexcles commented Mar 20, 2019

Affirmative. And according to web-platform-tests/wpt.fyi#1183 (comment) , it's working.

@jgraham jgraham merged commit cc99802 into master Mar 21, 2019
@Ms2ger Ms2ger deleted the tc_unittest branch March 21, 2019 15:54
foolip added a commit that referenced this pull request Aug 23, 2019
Without the comma, the string literals are concatenated.

Spotted via `sudo earlyoom -p -r 60--prefer=(chrome|firefox) --avoid=python`
with a missing space in Taskcluster logs.

This was introduced in #15724.
def start_userspace_oom_killer():
# Start userspace OOM killer: https://github.com/rfjakob/earlyoom
# It will report memory usage every minute and prefer to kill browsers.
start(["sudo", "earlyoom", "-p", "-r", "60" "--prefer=(chrome|firefox)", "--avoid=python"])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a missing comma here, sent #18630 to fix that.

foolip added a commit that referenced this pull request Aug 23, 2019
Without the comma, the string literals are concatenated.

Spotted via `sudo earlyoom -p -r 60--prefer=(chrome|firefox) --avoid=python`
with a missing space in Taskcluster logs.

This was introduced in #15724.
natechapin pushed a commit to natechapin/wpt that referenced this pull request Aug 23, 2019
Without the comma, the string literals are concatenated.

Spotted via `sudo earlyoom -p -r 60--prefer=(chrome|firefox) --avoid=python`
with a missing space in Taskcluster logs.

This was introduced in web-platform-tests#15724.
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Aug 27, 2019
…ist, a=testonly

Automatic update from web-platform-tests
Add missing comma in earlyoom argument list (#18630)

Without the comma, the string literals are concatenated.

Spotted via `sudo earlyoom -p -r 60--prefer=(chrome|firefox) --avoid=python`
with a missing space in Taskcluster logs.

This was introduced in web-platform-tests/wpt#15724.
--

wpt-commits: b3b48132272f9a92414ce879bd8a5ab468879b8f
wpt-pr: 18630
xeonchen pushed a commit to xeonchen/gecko that referenced this pull request Aug 27, 2019
…ist, a=testonly

Automatic update from web-platform-tests
Add missing comma in earlyoom argument list (#18630)

Without the comma, the string literals are concatenated.

Spotted via `sudo earlyoom -p -r 60--prefer=(chrome|firefox) --avoid=python`
with a missing space in Taskcluster logs.

This was introduced in web-platform-tests/wpt#15724.
--

wpt-commits: b3b48132272f9a92414ce879bd8a5ab468879b8f
wpt-pr: 18630
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Oct 4, 2019
…ist, a=testonly

Automatic update from web-platform-tests
Add missing comma in earlyoom argument list (#18630)

Without the comma, the string literals are concatenated.

Spotted via `sudo earlyoom -p -r 60--prefer=(chrome|firefox) --avoid=python`
with a missing space in Taskcluster logs.

This was introduced in web-platform-tests/wpt#15724.
--

wpt-commits: b3b48132272f9a92414ce879bd8a5ab468879b8f
wpt-pr: 18630

UltraBlame original commit: 3842950c1e45d64e4ba8c131a589d209e1619dad
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Oct 4, 2019
…ist, a=testonly

Automatic update from web-platform-tests
Add missing comma in earlyoom argument list (#18630)

Without the comma, the string literals are concatenated.

Spotted via `sudo earlyoom -p -r 60--prefer=(chrome|firefox) --avoid=python`
with a missing space in Taskcluster logs.

This was introduced in web-platform-tests/wpt#15724.
--

wpt-commits: b3b48132272f9a92414ce879bd8a5ab468879b8f
wpt-pr: 18630

UltraBlame original commit: 3842950c1e45d64e4ba8c131a589d209e1619dad
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Oct 4, 2019
…ist, a=testonly

Automatic update from web-platform-tests
Add missing comma in earlyoom argument list (#18630)

Without the comma, the string literals are concatenated.

Spotted via `sudo earlyoom -p -r 60--prefer=(chrome|firefox) --avoid=python`
with a missing space in Taskcluster logs.

This was introduced in web-platform-tests/wpt#15724.
--

wpt-commits: b3b48132272f9a92414ce879bd8a5ab468879b8f
wpt-pr: 18630

UltraBlame original commit: 3842950c1e45d64e4ba8c131a589d209e1619dad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants