Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,44 +49,44 @@
run: playbooks/system-test.yaml

- job:
name: system-test-fedora-36
description: Run Toolbx's system tests in Fedora 36
name: system-test-fedora-37
description: Run Toolbx's system tests in Fedora 37
timeout: 2400
nodeset:
nodes:
- name: fedora-36
label: cloud-fedora-36
- name: fedora-37
label: cloud-fedora-37
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test.yaml

- job:
name: system-test-fedora-35
description: Run Toolbox's system tests in Fedora 35
name: system-test-fedora-36
description: Run Toolbx's system tests in Fedora 36
timeout: 2400
nodeset:
nodes:
- name: fedora-35
label: cloud-fedora-35
- name: fedora-36
label: cloud-fedora-36
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test.yaml

- project:
periodic:
jobs:
- system-test-fedora-rawhide
- system-test-fedora-37
- system-test-fedora-36
- system-test-fedora-35
check:
jobs:
- unit-test
- unit-test-migration-path-for-coreos-toolbox
- system-test-fedora-rawhide
- system-test-fedora-37
- system-test-fedora-36
- system-test-fedora-35
gate:
jobs:
- unit-test
- unit-test-migration-path-for-coreos-toolbox
- system-test-fedora-rawhide
- system-test-fedora-37
- system-test-fedora-36
- system-test-fedora-35
4 changes: 2 additions & 2 deletions doc/toolbox-run.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ failed to run or why it exited.
$ toolbox run /etc; echo $?
/bin/sh: line 1: /etc: Is a directory
/bin/sh: line 1: exec: /etc: cannot execute: Is a directory
Error: failed to invoke command /etc in container fedora-toolbox-35
Error: failed to invoke command /etc in container fedora-toolbox-36
126
```

Expand All @@ -72,7 +72,7 @@ Error: failed to invoke command /etc in container fedora-toolbox-35
```
$ toolbox run foo; echo $?
/bin/sh: line 1: exec: foo: not found
Error: command foo not found in container fedora-toolbox-35
Error: command foo not found in container fedora-toolbox-36
127
```

Expand Down
2 changes: 1 addition & 1 deletion doc/toolbox.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ specifies its version. Supported combinations are:

Distro |Release
-------|----------
fedora |\<release\> or f\<release\> eg., 35 or f35
fedora |\<release\> or f\<release\> eg., 36 or f36
rhel |\<major\>.\<minor\> eg., 8.5

## GLOBAL OPTIONS ##
Expand Down