Skip to content

Commit

Permalink
add fedora-31
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Larson committed Nov 1, 2019
1 parent c34de96 commit 0cab1a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/fedora-29 → .ci/fedora-31
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
def testrun_timeout = 6

def distro_name = 'fedora'
def distro_version = '29'
def distro_version = '31'
def nox_env_name = 'runtests-zeromq'
def salt_target_branch = 'master'
def golden_images_branch = 'master'
def nox_passthrough_opts = '--ssh-tests'
def concurrent_builds = 1
def use_spot_instances = true
def jenkins_slave_label = 'kitchen-slave'
def supports_py2 = true
def supports_py2 = false
def supports_py3 = true

properties([
Expand Down

0 comments on commit 0cab1a0

Please sign in to comment.