mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 07:19:54 +00:00
Add version flavor to workflow name
This commit is contained in:
2
.github/workflows/charybdis.yml
vendored
2
.github/workflows/charybdis.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
make install
|
make install
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PATH=~/.local/bin:$PATH make charybdis
|
run: PATH=~/.local/bin:$PATH make charybdis
|
||||||
name: irctest with Charybdis
|
name: irctest with Charybdis (stable)
|
||||||
'on':
|
'on':
|
||||||
pull_request: null
|
pull_request: null
|
||||||
push: null
|
push: null
|
||||||
|
2
.github/workflows/ergo.yml
vendored
2
.github/workflows/ergo.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
make install
|
make install
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PATH=~/go/bin:$PATH make ergo
|
run: PATH=~/go/bin:$PATH make ergo
|
||||||
name: irctest with Ergo
|
name: irctest with Ergo (stable)
|
||||||
'on':
|
'on':
|
||||||
pull_request: null
|
pull_request: null
|
||||||
push: null
|
push: null
|
||||||
|
2
.github/workflows/ergo_devel.yml
vendored
2
.github/workflows/ergo_devel.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
make install
|
make install
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PATH=~/go/bin:$PATH make ergo
|
run: PATH=~/go/bin:$PATH make ergo
|
||||||
name: irctest with Ergo
|
name: irctest with Ergo (devel)
|
||||||
'on':
|
'on':
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 51 8 * * 6
|
- cron: 51 8 * * 6
|
||||||
|
2
.github/workflows/inspircd.yml
vendored
2
.github/workflows/inspircd.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
make install
|
make install
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PATH=~/.local/inspircd/bin:$PATH make inspircd
|
run: PATH=~/.local/inspircd/bin:$PATH make inspircd
|
||||||
name: irctest with InspIRCd
|
name: irctest with InspIRCd (stable)
|
||||||
'on':
|
'on':
|
||||||
pull_request: null
|
pull_request: null
|
||||||
push: null
|
push: null
|
||||||
|
2
.github/workflows/inspircd_devel.yml
vendored
2
.github/workflows/inspircd_devel.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
make install
|
make install
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PATH=~/.local/inspircd/bin:$PATH make inspircd
|
run: PATH=~/.local/inspircd/bin:$PATH make inspircd
|
||||||
name: irctest with InspIRCd
|
name: irctest with InspIRCd (devel)
|
||||||
'on':
|
'on':
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 51 8 * * 6
|
- cron: 51 8 * * 6
|
||||||
|
2
.github/workflows/inspircd_devel_release.yml
vendored
2
.github/workflows/inspircd_devel_release.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
make install
|
make install
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PATH=~/.local/inspircd/bin:$PATH make inspircd
|
run: PATH=~/.local/inspircd/bin:$PATH make inspircd
|
||||||
name: irctest with InspIRCd
|
name: irctest with InspIRCd (devel_release)
|
||||||
'on':
|
'on':
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 51 8 * * 6
|
- cron: 51 8 * * 6
|
||||||
|
2
.github/workflows/limnoria.yml
vendored
2
.github/workflows/limnoria.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
run: pip install limnoria==2021.01.15 cryptography
|
run: pip install limnoria==2021.01.15 cryptography
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PATH=~/.local/bin:$PATH make limnoria
|
run: PATH=~/.local/bin:$PATH make limnoria
|
||||||
name: irctest with Limnoria
|
name: irctest with Limnoria (stable)
|
||||||
'on':
|
'on':
|
||||||
pull_request: null
|
pull_request: null
|
||||||
push: null
|
push: null
|
||||||
|
2
.github/workflows/limnoria_devel.yml
vendored
2
.github/workflows/limnoria_devel.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
run: pip install git+https://github.com/ProgVal/Limnoria.git@testing cryptography
|
run: pip install git+https://github.com/ProgVal/Limnoria.git@testing cryptography
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PATH=~/.local/bin:$PATH make limnoria
|
run: PATH=~/.local/bin:$PATH make limnoria
|
||||||
name: irctest with Limnoria
|
name: irctest with Limnoria (devel)
|
||||||
'on':
|
'on':
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 51 8 * * 6
|
- cron: 51 8 * * 6
|
||||||
|
2
.github/workflows/solanum.yml
vendored
2
.github/workflows/solanum.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
make install
|
make install
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PATH=~/.local/bin:$PATH make solanum
|
run: PATH=~/.local/bin:$PATH make solanum
|
||||||
name: irctest with Solanum
|
name: irctest with Solanum (stable)
|
||||||
'on':
|
'on':
|
||||||
pull_request: null
|
pull_request: null
|
||||||
push: null
|
push: null
|
||||||
|
2
.github/workflows/solanum_devel.yml
vendored
2
.github/workflows/solanum_devel.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
make install
|
make install
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PATH=~/.local/bin:$PATH make solanum
|
run: PATH=~/.local/bin:$PATH make solanum
|
||||||
name: irctest with Solanum
|
name: irctest with Solanum (devel)
|
||||||
'on':
|
'on':
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 51 8 * * 6
|
- cron: 51 8 * * 6
|
||||||
|
2
.github/workflows/sopel.yml
vendored
2
.github/workflows/sopel.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
run: pip install sopel==7.0.7
|
run: pip install sopel==7.0.7
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PATH=~/.local/bin:$PATH make sopel
|
run: PATH=~/.local/bin:$PATH make sopel
|
||||||
name: irctest with Sopel
|
name: irctest with Sopel (stable)
|
||||||
'on':
|
'on':
|
||||||
pull_request: null
|
pull_request: null
|
||||||
push: null
|
push: null
|
||||||
|
2
.github/workflows/sopel_devel.yml
vendored
2
.github/workflows/sopel_devel.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
run: pip install git+https://github.com/sopel-irc/sopel.git
|
run: pip install git+https://github.com/sopel-irc/sopel.git
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PATH=~/.local/bin:$PATH make sopel
|
run: PATH=~/.local/bin:$PATH make sopel
|
||||||
name: irctest with Sopel
|
name: irctest with Sopel (devel)
|
||||||
'on':
|
'on':
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 51 8 * * 6
|
- cron: 51 8 * * 6
|
||||||
|
2
.github/workflows/unrealircd.yml
vendored
2
.github/workflows/unrealircd.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
make install
|
make install
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PATH=~/.local/unrealircd/bin:$PATH make unrealircd
|
run: PATH=~/.local/unrealircd/bin:$PATH make unrealircd
|
||||||
name: irctest with UnrealIRCd
|
name: irctest with UnrealIRCd (stable)
|
||||||
'on':
|
'on':
|
||||||
pull_request: null
|
pull_request: null
|
||||||
push: null
|
push: null
|
||||||
|
2
.github/workflows/unrealircd_devel.yml
vendored
2
.github/workflows/unrealircd_devel.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
make install
|
make install
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PATH=~/.local/unrealircd/bin:$PATH make unrealircd
|
run: PATH=~/.local/unrealircd/bin:$PATH make unrealircd
|
||||||
name: irctest with UnrealIRCd
|
name: irctest with UnrealIRCd (devel)
|
||||||
'on':
|
'on':
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 51 8 * * 6
|
- cron: 51 8 * * 6
|
||||||
|
@ -97,7 +97,7 @@ def generate_workflow(config: dict, software_id: str, version_flavor: VersionFla
|
|||||||
}
|
}
|
||||||
|
|
||||||
workflow = {
|
workflow = {
|
||||||
"name": f"irctest with {name}",
|
"name": f"irctest with {name} ({version_flavor.value})",
|
||||||
"on": on,
|
"on": on,
|
||||||
"jobs": {
|
"jobs": {
|
||||||
"build": {
|
"build": {
|
||||||
|
Reference in New Issue
Block a user