Closed Bug 1399862 Opened 7 years ago Closed 7 years ago

windows 8 opt reftest-no-accel is not running

Categories

(Release Engineering :: General, defect)

defect
Not set
normal

Tracking

(firefox57 fixed)

RESOLVED FIXED
Tracking Status
firefox57 --- fixed

People

(Reporter: jmaher, Assigned: catlee)

Details

Attachments

(1 file)

we should be running reftest-no-accel tests in a single chunk on windows 8.  I realized this while testing on windows 10.

:catlee, can you verify the buildernames and look at what is coming in through buildbotbridge?
Flags: needinfo?(catlee)
To debug, using check_bbb.py from https://bugzilla.mozilla.org/attachment.cgi?id=8887255

> ./mach taskgraph target -p parameters.yml -J > tasks.json
> ./check_bbb.py tasks.json
Missing:
Windows 8 64-bit mozilla-central opt test reftest-no-accel-e10s-1
Windows 8 64-bit mozilla-central pgo test reftest-no-accel-e10s-1

This prints out the tasks that are specify buildbot buildernames that don't exist.

Looking at https://secure.pub.build.mozilla.org/builddata/reports/allthethings.json.gz, we can see that reftest-no-accel-e10s exists (without the -1).

So we shouldn't be running w/ chunks in taskcluster.

Let's try disabling chunks via this patch:
diff --git a/taskcluster/ci/test/tests.yml b/taskcluster/ci/test/tests.yml
--- a/taskcluster/ci/test/tests.yml
+++ b/taskcluster/ci/test/tests.yml
@@ -1184,9 +1184,9 @@ reftest-no-accel:
         script: desktop_unittest.py
         no-read-buildbot-config: true
         chunked:
             by-test-platform:
-                windows8-64.*/opt: true
+                windows8-64.*/opt: false
                 macosx.*: false
                 default: true
         config:
             by-test-platform:

re-run our test:
> ./mach taskgraph target -p parameters.yml -J > tasks.json
> ./check_bbb.py tasks.json

no warnings!
Flags: needinfo?(catlee)
Assignee: nobody → catlee
Comment on attachment 8908121 [details]
Bug 1399862: Disable chunks for win8 reftest-no-accel

https://reviewboard.mozilla.org/r/179804/#review185034

thanks, this looks great
Attachment #8908121 - Flags: review?(jmaher) → review+
Pushed by catlee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e6245f00e479
Disable chunks for win8 reftest-no-accel r=jmaher
You need to log in before you can comment on or make changes to this bug.