Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
systemd-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
systemd-formula
Commits
ad867bb7
Unverified
Commit
ad867bb7
authored
3 years ago
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
ci(gitlab-ci): enable all `master` platforms except `oraclelinux-7`
* Automated using
https://github.com/myii/ssf-formula/pull/377
parent
a42fa971
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+9
-9
9 additions, 9 deletions
.gitlab-ci.yml
.travis.yml
+9
-9
9 additions, 9 deletions
.travis.yml
with
18 additions
and
18 deletions
.gitlab-ci.yml
+
9
−
9
View file @
ad867bb7
...
...
@@ -140,21 +140,21 @@ default-debian-10-master-py3: {extends: '.test_instance'}
default-debian-9-master-py3
:
{
extends
:
'
.test_instance'
}
default-ubuntu-2004-master-py3
:
{
extends
:
'
.test_instance'
}
default-ubuntu-1804-master-py3
:
{
extends
:
'
.test_instance'
}
#
default-centos-8-master-py3: {extends: '.test_instance'}
default-centos-8-master-py3
:
{
extends
:
'
.test_instance'
}
default-centos-7-master-py3
:
{
extends
:
'
.test_instance'
}
default-fedora-34-master-py3
:
{
extends
:
'
.test_instance'
}
default-fedora-33-master-py3
:
{
extends
:
'
.test_instance'
}
#
default-opensuse-leap-153-master-py3: {extends: '.test_instance'}
#
default-opensuse-leap-152-master-py3: {extends: '.test_instance'}
#
default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance'}
default-opensuse-leap-153-master-py3
:
{
extends
:
'
.test_instance'
}
default-opensuse-leap-152-master-py3
:
{
extends
:
'
.test_instance'
}
default-opensuse-tmbl-latest-master-py3
:
{
extends
:
'
.test_instance'
}
default-amazonlinux-2-master-py3
:
{
extends
:
'
.test_instance'
}
#
default-oraclelinux-8-master-py3: {extends: '.test_instance'}
default-oraclelinux-8-master-py3
:
{
extends
:
'
.test_instance'
}
# default-oraclelinux-7-master-py3: {extends: '.test_instance'}
#
default-arch-base-latest-master-py3: {extends: '.test_instance'}
default-arch-base-latest-master-py3
:
{
extends
:
'
.test_instance'
}
# default-gentoo-stage3-latest-master-py3: {extends: '.test_instance'}
#
default-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'}
#
default-almalinux-8-master-py3: {extends: '.test_instance'}
#
default-rockylinux-8-master-py3: {extends: '.test_instance'}
default-gentoo-stage3-systemd-master-py3
:
{
extends
:
'
.test_instance'
}
default-almalinux-8-master-py3
:
{
extends
:
'
.test_instance'
}
default-rockylinux-8-master-py3
:
{
extends
:
'
.test_instance'
}
# default-debian-11-3003-3-py3: {extends: '.test_instance'}
# default-debian-10-3003-3-py3: {extends: '.test_instance'}
# default-debian-9-3003-3-py3: {extends: '.test_instance'}
...
...
This diff is collapsed.
Click to expand it.
.travis.yml
+
9
−
9
View file @
ad867bb7
...
...
@@ -100,21 +100,21 @@ jobs:
-
env
:
INSTANCE=default-debian-9-master-py3
-
env
:
INSTANCE=default-ubuntu-2004-master-py3
-
env
:
INSTANCE=default-ubuntu-1804-master-py3
#
- env: INSTANCE=default-centos-8-master-py3
-
env
:
INSTANCE=default-centos-8-master-py3
-
env
:
INSTANCE=default-centos-7-master-py3
-
env
:
INSTANCE=default-fedora-34-master-py3
-
env
:
INSTANCE=default-fedora-33-master-py3
#
- env: INSTANCE=default-opensuse-leap-153-master-py3
#
- env: INSTANCE=default-opensuse-leap-152-master-py3
#
- env: INSTANCE=default-opensuse-tmbl-latest-master-py3
-
env
:
INSTANCE=default-opensuse-leap-153-master-py3
-
env
:
INSTANCE=default-opensuse-leap-152-master-py3
-
env
:
INSTANCE=default-opensuse-tmbl-latest-master-py3
-
env
:
INSTANCE=default-amazonlinux-2-master-py3
#
- env: INSTANCE=default-oraclelinux-8-master-py3
-
env
:
INSTANCE=default-oraclelinux-8-master-py3
# - env: INSTANCE=default-oraclelinux-7-master-py3
#
- env: INSTANCE=default-arch-base-latest-master-py3
-
env
:
INSTANCE=default-arch-base-latest-master-py3
# - env: INSTANCE=default-gentoo-stage3-latest-master-py3
#
- env: INSTANCE=default-gentoo-stage3-systemd-master-py3
#
- env: INSTANCE=default-almalinux-8-master-py3
#
- env: INSTANCE=default-rockylinux-8-master-py3
-
env
:
INSTANCE=default-gentoo-stage3-systemd-master-py3
-
env
:
INSTANCE=default-almalinux-8-master-py3
-
env
:
INSTANCE=default-rockylinux-8-master-py3
# - env: INSTANCE=default-debian-11-3003-3-py3
# - env: INSTANCE=default-debian-10-3003-3-py3
# - env: INSTANCE=default-debian-9-3003-3-py3
...
...
This diff is collapsed.
Click to expand it.
Dennis Ahrens
@ahrensde
mentioned in commit
880c8b9a
·
3 years ago
mentioned in commit
880c8b9a
mentioned in commit 880c8b9a1f51cbd695d9f0dba171232c88ebbc20
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment