Use the default nodeset for plugin builds

This will switch from using the larger 60GB dedicated CPU builds
to the smaller e2 vms.  Plugin builds shouldn't be very much slower
(some quick testing shows this adds about a minute), but we should
have more quota headroom, and of course, the e2 vms are a friendlier
use of resources requested by Google.

Change-Id: Iad9148318853f72064447deb7787e462a3891420
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index 46b0886..6769056 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -63,10 +63,6 @@
          The bazelisk targets to test.  Defaults to
          "plugins/{{gerrit_plugin }}/..."
     run: playbooks/gerrit-plugin/build.yaml
-    nodeset:
-      nodes:
-        - name: testnode
-          label: debian-stretch-60G
     vars:
       gerrit_plugin: "{{ zuul.project.short_name }}"
       bazelisk_targets: "plugins/{{ gerrit_plugin }}:{{ gerrit_plugin }}"