diff mbox series

[autotest-client-tests] UBUNTU: SAUCE: ubuntu_aufs_smoke_test: blacklist test on GKE

Message ID 20211125142321.72591-1-po-hsu.lin@canonical.com
State New
Headers show
Series [autotest-client-tests] UBUNTU: SAUCE: ubuntu_aufs_smoke_test: blacklist test on GKE | expand

Commit Message

Po-Hsu Lin Nov. 25, 2021, 2:23 p.m. UTC
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@canonical.com>
---
 ubuntu_aufs_smoke_test/blacklist.gke | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 ubuntu_aufs_smoke_test/blacklist.gke

Comments

Po-Hsu Lin Dec. 1, 2021, 3:09 a.m. UTC | #1
Applied and pushed.

Thanks
Sam
diff mbox series

Patch

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