Add linux label to make our CI work

pull/20282/head
Lidi Zheng 5 years ago
parent 8f19ae2d39
commit cdab99bba0
  1. 2
      tools/run_tests/artifacts/artifact_targets.py

@ -110,6 +110,8 @@ class PythonArtifact:
self.arch = arch
self.labels = ['artifact', 'python', platform, arch, py_version]
self.py_version = py_version
if 'manylinux' in platform:
self.labels.append('linux')
def pre_build_jobspecs(self):
return []

Loading…
Cancel
Save