[autotest-client-tests][PATCH] UBUNTU: SAUCE: ubuntu_aufs_smoke_test: blacklist test on GKE
Po-Hsu Lin
po-hsu.lin at canonical.com
Thu Nov 25 14:23:21 UTC 2021
AUFS support has been disabled on GKE, see bug 1938976 for more
information.
This blacklist.gke is expected to be matched by the following code
in CKCT:
if s.blacklisted(test, s.request['flavour'].split('-')[0]):
cinfo('%s (blacklisted - flavour)' % test, 'red')
continue
The s.request['flavour'] here for a GKE test job is:
"flavour": "gke",
Where the blacklisted(test, flavour) will check for the
blacklist.flavour file existence of variable test here,
which in this case ubuntu_aufs_smoke_test/blacklist.gke
By blacklisting this we can save some time on our SRU testing.
Signed-off-by: Po-Hsu Lin <po-hsu.lin at canonical.com>
---
ubuntu_aufs_smoke_test/blacklist.gke | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 ubuntu_aufs_smoke_test/blacklist.gke
diff --git a/ubuntu_aufs_smoke_test/blacklist.gke b/ubuntu_aufs_smoke_test/blacklist.gke
new file mode 100644
index 00000000..0042df23
--- /dev/null
+++ b/ubuntu_aufs_smoke_test/blacklist.gke
@@ -0,0 +1,2 @@
+AUFS has been disable on GKE
+https://bugs.launchpad.net/ubuntu/+source/linux-gke/+bug/1938976
--
2.25.1
More information about the kernel-team
mailing list