I almost hate to comment on one-line PRs, but if the intent is "only the things 
that act as blocking for `UpdatePassingRef`, then we should use the same as 
that block:

```
- name: UpdatePassingRef
  public: true
  serial: true
  plan:
  - get: geode
    passed:
    {% for test in tests if not (test.name=="StressNew" or 
test.name.startswith("Windows")) -%}
    - {{test.name}}TestOpenJDK8
    {% endfor %}
    trigger: true
   [...]
```

and/or macro / explicitly define the "these are the jobs" list in our Jinja 
parameters somewhere.

[ Full content available at: https://github.com/apache/geode/pull/2598 ]
This message was relayed via gitbox.apache.org for 
notifications@geode.apache.org

Reply via email to