)]}'
{
  "log": [
    {
      "commit": "5e6fc7ab759ebb8ff5057da88251391ac7d10381",
      "tree": "975f741c4b9c4119b30ac53821b397163a6731bc",
      "parents": [
        "9fe5d38263629bbf95284d5b5c762d3b7337b9b6"
      ],
      "author": {
        "name": "Gorka Eguileor",
        "email": "geguileo@redhat.com",
        "time": "Thu Mar 31 10:59:17 2022 +0200"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Jun 29 22:42:22 2022 +0000"
      },
      "message": "Add LUKS v2 tests\n\nWe currently have cryptsetup and LUKS v1 tests, but we are missing LUKS\nv2 tests.\n\nCode paths for LUKS v1 and LUKS v2 are different, because Nova uses\nlibvirt to decode LUKS v1 volumes but os-brick to decode LUKS v2\nvolumes.\n\nThis means that not only the attach process is different, but also some\nfeatures such as extend volume, so one of them may work while the other\ndoesn\u0027t.\n\nThis patch adds LUKS v2 encryption tests for all backends except for RBD\nvolumes, because they are not connected to the host but directly through\nlibvirt, so they can only use LUKS v1.\n\nDepends-On: Ia1411f11ec4bf44af6a42d5f96c8a0903846ed66\nDepends-On: I351f1a7769c9f915e4cd280f05a8b8b87f40df84\nRelated-Bug: #1967157\nChange-Id: I40c518c3a3e760867efd6b6338fa9c16945b28c4\n"
    },
    {
      "commit": "dc84423b7294a19cbea4bf1e4b75a59625dec1e9",
      "tree": "2a2dcccc14f61255d6232822140fe8c13ce6f0c6",
      "parents": [
        "3e05a15d9c4c889aba8c4aad9e24ba8a8a71b7f3"
      ],
      "author": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Thu Dec 24 15:57:53 2020 +0000"
      },
      "committer": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Wed Jan 20 08:40:57 2021 +0000"
      },
      "message": "Inclusive jargon\n\nFollowing stestr\u0027s example where arguments such as --blacklist-file,\n--black-regex and --whitelist-file are deprecated since its\n3.1.0 release, let\u0027s do the change here as well in order to\nget tempest consumers some time for the transition.\n\nThis change deprecates the following arguments and replaces them\nby new ones which are functionally equivavelnt:\n* --black-regex is replaced by --exclude-regex\n* --blacklist-file is replaced by --exclude-list\n* --whitelist-file is replaced by --include-list\n\nFor now, Tempest will accept both (new and old) arguments to make\nthe transition smoother for all consumers.\n\nThe patch also bumps min version of tox to 3.18.0 in order to\nreplace tox\u0027s whitelist_externals by allowlist_externals option:\nhttps://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23\n\nChange-Id: I3e09b31f63d2cd7ea41c48e62432bd3bc54fcf44\n"
    },
    {
      "commit": "721aeca8ef5647995e742a3f3bc911f69728e039",
      "tree": "6f8c8ac6c57833d7820f7b0c921993b55e24e5e0",
      "parents": [
        "711e9f21c8b8c5b9d05accfb0ac6251f2d21ddbf"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Sun Nov 01 12:44:06 2020 -0600"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Sun Nov 01 18:47:32 2020 +0000"
      },
      "message": "Unskip Device detach compute tests on Focal\n\nDuring migrating the testing to Ubutnu Focal,\nwe skipped few device detach tests due to bug#1882521\n- https://review.opendev.org/#/c/734700/8\n\nNow Nova bug#1882521 is fixed so let\u0027s unskip those tests.\n\nChange-Id: I9e48d72fc1192a775671ca339e0339e8ec1afa17\nRelated-Bug: #1882521\nRelated-Bug: #1894804\n"
    },
    {
      "commit": "1ca760cd295dbef2408a744ce679ca5e65b04f6d",
      "tree": "6e10b86d4ec629e5933e5fb71507b950199371e2",
      "parents": [
        "a8465b79a34ad695c06e0b7b32eadd7602a193ce"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Tue Jun 09 15:50:58 2020 -0500"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Sep 17 17:34:16 2020 -0500"
      },
      "message": "Migrate tempest jobs to focal\n\nAs per victoria cycle testing runtime and community goal[1]\nwe need to migrate upstream CI/CD to Ubuntu Focal(20.04).\n\nMost of the Tempest jobs will be migrate automatically once devstack\nbase job start running on Focal(Depends-On).\n\nFew job like tempest-full-multinode and plugin sanity job needs to override\nthe nodeset. multinode job needs to run on Bionic till stable/ussuri and\non focal from master(victoria) onwards.\n\nstable jobs testing stable branch needs to keep running on their supported\ndistro version which is bionic from stein till ussuri.\n\nKeep \u0027tempest-integrated-compute\u0027 to run on bionic until\nhttps://bugs.launchpad.net/qemu/+bug/1894804 is fixed.\n\nDepends-On: https://review.opendev.org/#/c/731207/\n\n[1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html\n\nChange-Id: I51fbd32a60c931d404e59e975049f7b01ed900dc\n"
    },
    {
      "commit": "31609dc1da5e4c6e47c5c2cf642565cc2d9e7097",
      "tree": "e7c91b61f060816e15d38a683715f59d8736b9f7",
      "parents": [
        "03c9c94c89318f309863b6fb66d13a88b9a2f536"
      ],
      "author": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri Jul 05 09:23:37 2019 +0000"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Tue Jul 16 04:37:16 2019 +0000"
      },
      "message": "Define the Integrated-gate-placement gate template\n\ntempest-full job run all services API and scenario tests (non slow)\nand this job is part of Integrated-gate gate template which run on\nmultiple services (nova, neutron, cinder, glance, placement) check\nand gate pipeline.\n\nBut there are many unrelated tests run on each project gate. For example,\nneutron gate run cinder only tests and fail due to cinder bugs. There is\nno point of breaking the neutron gate due to cinder only test failure and\nslow down the neutron development phase.\n\nThis is what we dicussed in Train PTG in denver to improve the integrated\ngate[1] and came up with idea of split the integated-gate template into\nmuch logical way so that only dependent services tests run on their gate.\n\nOne way was to move the service only tests to service tempest plugin side\nbut Tempest is used by interop as well as on production cloud testing so\nmoving the test is not good idea.\n\nThis commit propose the idea of defining the \u0027Integrated-gate-placement\u0027\ngate template for placement gate which will run only nova and neutron tests.\n\nML discussion: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/005871.html\n\nNext step will be to replace the Integrated-gate-py3 template with new\nIntegrated-gate-placement template on placement gate.\n\n[1] https://etherpad.openstack.org/p/qa-train-ptg\n\nChange-Id: I200197e2fb57879aaeb382266d6309f0d1137b0c\n"
    }
  ]
}
