I tried using waiverdb-cli per the wiki and created a waiver for the rpmlint results because it's all I can see:

]$  curl "https://taskotron.fedoraproject.org/resultsdb_api/api/v2.0/results?testcases=dist.rpmlint&item=qodem-1.0.0-2.fc26"
{
  "data": [
    {
      "data": {
        "item": [
          "qodem-1.0.0-2.fc26"
        ],
        "type": [
          "koji_build"
        ]
      },
      "groups": [
        "f789370a-20d3-11e8-8415-525400fc9f92"
      ],
      "href": "https://taskotron.fedoraproject.org/resultsdb_api/api/v2.0/results/20029537",
      "id": 20029537,
      "note": "2 errors, 17 warnings",
      "outcome": "FAILED",
      "ref_url": "https://taskotron.fedoraproject.org/artifacts/all/f789370a-20d3-11e8-8415-525400fc9f92/tests.yml/qodem-1.0.0-2.fc26.log",
      "submit_time": "2018-03-06T00:20:20.053851",
      "testcase": {
        "href": "https://taskotron.fedoraproject.org/resultsdb_api/api/v2.0/testcases/dist.rpmlint",
        "name": "dist.rpmlint",
        "ref_url": "https://fedoraproject.org/wiki/Taskotron/Tasks/rpmlint"
      }
    }
  ],
  "next": null,
  "prev": null
}


But I still can't push the update. How do I go about waving the "no test results found"?

Thanks,
Richard