Skip to content

Commit

Permalink
Migrate jobs to shared repository
Browse files Browse the repository at this point in the history
Migrate the existing jobs in the-new-hotness to new centralized jobs repository
https://pagure.io/fedora-infra/zuul

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
  • Loading branch information
Zlopez committed Apr 7, 2022
1 parent 3615af1 commit 0e3f2d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 71 deletions.
44 changes: 1 addition & 43 deletions .zuul.yaml
Original file line number Diff line number Diff line change
@@ -1,45 +1,3 @@
- job:
name: tox-python37
description: |
Run unit tests for a Python project under cPython version 3.7.
Uses tox with the ``py37`` environment.
Ensures that the python37 interpreter is installed.
parent: tox
run: ci/test-tox.yaml
vars:
tox_env: py37
job_dependencies:
- python37
- tox
nodeset:
nodes:
name: test-node
label: cloud-fedora-35

- job:
name: simple-tox-docs
description: |
Build docs in tox.
Uses tox with the ``docs`` environment.
Ensure all the dependencies for docs building are
installed.
parent: tox
run: ci/test-tox.yaml
vars:
tox_env: docs
job_dependencies:
- tox
nodeset:
nodes:
name: test-node
label: cloud-fedora-35

- project:
check:
jobs:
Expand Down Expand Up @@ -67,7 +25,7 @@
vars:
dependencies:
- krb5-devel
- simple-tox-docs:
- fi-tox-docs:
vars:
dependencies:
- krb5-devel
Expand Down
28 changes: 0 additions & 28 deletions ci/test-tox.yaml

This file was deleted.

0 comments on commit 0e3f2d8

Please sign in to comment.