Skip to content

Commit

Permalink
TEST: Debug testCreateDownloadAnOS flake on opensuse-tumbleweed
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Jul 15, 2024
1 parent 640ba07 commit 43f6925
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 32 deletions.
30 changes: 0 additions & 30 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,36 +23,6 @@ actions:
create-archive: make dist

jobs:
- job: copr_build
trigger: pull_request
packages: [cockpit-machines-fedora]
targets:
- fedora-39
- fedora-40
- fedora-development

- job: copr_build
trigger: pull_request
packages: [cockpit-machines-centos]
targets:
- centos-stream-9
- centos-stream-10

- job: tests
packages: [cockpit-machines-fedora]
trigger: pull_request
targets:
- fedora-39
- fedora-40
- fedora-development

- job: tests
packages: [cockpit-machines-centos]
trigger: pull_request
targets:
- centos-stream-9
- centos-stream-10

- job: copr_build
trigger: release
owner: "@cockpit"
Expand Down
5 changes: 5 additions & 0 deletions test/check-machines-create
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,9 @@ class TestMachinesCreate(machineslib.VirtualMachinesCase):
os_short_id=config.FEDORA_28_SHORTID,
create_and_run=True))

self.browser.eval_js('window.debugging = "machines"')
self.browser.cdp.trace = True

runner.createDownloadAnOSTest(TestMachinesCreate.VmDialog(self, sourceType='os',
is_unattended=True, profile="desktop",
user_password="catsaremybestfr13nds",
Expand All @@ -453,6 +456,8 @@ class TestMachinesCreate(machineslib.VirtualMachinesCase):
os_name=config.FEDORA_28,
os_short_id=config.FEDORA_28_SHORTID))

return

# Don't create root account
runner.createDownloadAnOSTest(TestMachinesCreate.VmDialog(self, sourceType='os',
is_unattended=True, profile="desktop",
Expand Down
2 changes: 0 additions & 2 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ if [ "$TEST_SCENARIO" == "devel" ]; then
export TEST_COVERAGE=yes
fi

make codecheck
make check
make po/machines.pot

0 comments on commit 43f6925

Please sign in to comment.