Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xavier Thompson
slapos.buildout
Commits
06d7c80d
Commit
06d7c80d
authored
Nov 06, 2022
by
Godefroid Chapelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GHA: tune names
[skip ci]
parent
e3c63a02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
.github/workflows/run-tests.yml
.github/workflows/run-tests.yml
+7
-7
No files found.
.github/workflows/run-tests.yml
View file @
06d7c80d
...
...
@@ -10,7 +10,7 @@ on:
jobs
:
ubuntu-3_8
:
name
:
tests on Ubuntu
- Python
3.8
name
:
on Ubuntu machine
- Python
3.8
runs-on
:
${{ matrix.os }}
if
:
github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
strategy
:
...
...
@@ -45,7 +45,7 @@ jobs:
./ci_build.sh
generate-scripts
:
needs
:
ubuntu-3_8
name
:
G
enerate scripts - Python ${{ matrix.python-version }}
name
:
g
enerate scripts - Python ${{ matrix.python-version }}
if
:
github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on
:
ubuntu-latest
strategy
:
...
...
@@ -76,7 +76,7 @@ jobs:
ls -al sandbox/downloads/dist
python-runners
:
needs
:
generate-scripts
name
:
tests
on ${{ matrix.os }} machine - Python ${{ matrix.python-version }}
name
:
on ${{ matrix.os }} machine - Python ${{ matrix.python-version }}
runs-on
:
${{ matrix.os }}
if
:
github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
strategy
:
...
...
@@ -114,7 +114,7 @@ jobs:
./ci_build.sh
debian-containers
:
needs
:
python-runners
name
:
tests
in Debian container - Python ${{ matrix.python-version }}
name
:
in Debian container - Python ${{ matrix.python-version }}
if
:
github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on
:
ubuntu-latest
strategy
:
...
...
@@ -124,7 +124,7 @@ jobs:
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Test
in container with Python ${{ matrix.python-version }}
-
name
:
in container with Python ${{ matrix.python-version }}
env
:
PYTHON_VER
:
${{matrix.python-version}}
BUILD_TYPE
:
debian_containers
...
...
@@ -132,7 +132,7 @@ jobs:
./ci_build.sh
centos-containers
:
needs
:
python-runners
name
:
Tests
in CentOS container - Python ${{ matrix.python-version }}
name
:
in CentOS container - Python ${{ matrix.python-version }}
if
:
github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on
:
ubuntu-latest
strategy
:
...
...
@@ -150,7 +150,7 @@ jobs:
./ci_build.sh
debian-system
:
needs
:
python-runners
name
:
tests in Debian
with system Python
name
:
in Debian container
with system Python
if
:
github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on
:
ubuntu-latest
strategy
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment