We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bf298 commit ca430f2Copy full SHA for ca430f2
.github/workflows/test-installers.yml
@@ -41,7 +41,8 @@ jobs:
41
- windows_msi
42
- windows_setup
43
- linux_deb
44
- - linux_tar
+ # TODO(COMPASS-9061): Fix and enable the linux_tar smoke tests
45
+ #- linux_tar
46
- linux_rpm
47
hadron-distribution:
48
- compass
@@ -77,10 +78,11 @@ jobs:
77
78
runs-on: ubuntu-latest
79
arch: x64
80
hadron-platform: linux
- - package: linux_tar
81
- runs-on: ubuntu-latest
82
- arch: x64
83
- hadron-platform: linux
+ #- package: linux_tar
+ # runs-on: ubuntu-latest
84
+ # arch: x64
85
+ # hadron-platform: linux
86
- package: linux_rpm
87
88
0 commit comments