#313 pod-python-{f34,f35} containers
Closed 2 years ago by zlopez. Opened 2 years ago by zlopez.

I'm currently using pod-python-f33 for most of my tests, is there any newer one? Is there a place where I can look at available test containers?

Or is there option to just use latest?


Hi @zlopez, when you run a test in Fedora CI, you get a VM and can do whatever you need to do the testing, Fedora CI does not provide pod-python-f33 containers (I am even not sure what they are).

CC @churchyard does this ring a bell?

@mvadkert I originally created the jobs from existing tox jobs that were on https://fedora.softwarefactory-project.io/zuul/jobs. But I can't find out when I saw the pod itself.

Is there a list of available nodes, I can use? Or what is the default, if I don't specify it?

@fbo seems a Zuul ask, CC ing you :)

Metadata Update from @mvadkert:
- Issue tagged with: Zuul CI

2 years ago

Hi,

Here 1 are labels available. For Fedora I suggest to use either the cloud-fedora- (which is VM) or zuul-worker-f (which is container). Please not that these are only labels and must be added to a nodeset definition before use or inline in jobs.

- job:
    name: run-tests
    parent: base
    nodeset:
      nodes:
        - name: test-node
          label: zuul-worker-f35

or https://zuul-ci.org/docs/zuul/latest/config/nodeset.html#nodeset

Thanks @fbo! I will switch to zuul-worker-f* in my tests.

And https://fedora.softwarefactory-project.io/zuul/labels is exactly what I was looking for. I even see the pod-python-f35 there

Metadata Update from @zlopez:
- Issue status updated to: Closed (was: Open)

2 years ago

Login to comment on this ticket.

Metadata