Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sympl
Sympl
Commits
05713c43
Commit
05713c43
authored
Feb 15, 2021
by
Paul Cammish
Browse files
Disable testing non-existent testing and stable
parent
11d0543f
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
05713c43
...
...
@@ -120,42 +120,42 @@ Clean Install:
-
repo/*
expire_in
:
1 hour
Upgrade Testing
:
tags
:
-
vbox:bullseye
stage
:
Upgrade
script
:
-
chmod -x $( which gitlab-runner )
-
git describe --all
-
autotest/install_then_upgrade bullseye-testing
-
run-parts --verbose --exit-on-error autotest/test.d
-
hostname
-
dpkg -l 'sympl*'
allow_failure
:
false
variables
:
CI_DEBUG_TRACE
:
"
false"
artifacts
:
paths
:
-
repo/*
expire_in
:
1 hour
Upgrade Stable
:
tags
:
-
vbox:bullseye
stage
:
Upgrade
script
:
-
chmod -x $( which gitlab-runner )
-
git describe --all
-
autotest/install_then_upgrade bullseye
-
run-parts --verbose --exit-on-error autotest/test.d
-
hostname
-
dpkg -l 'sympl*'
allow_failure
:
false
when
:
delayed
start_in
:
5 minutes
variables
:
CI_DEBUG_TRACE
:
"
false"
artifacts
:
paths
:
-
repo/*
expire_in
:
1 hour
#
Upgrade Testing:
#
tags:
#
- vbox:bullseye
#
stage: Upgrade
#
script:
#
- chmod -x $( which gitlab-runner )
#
- git describe --all
#
- autotest/install_then_upgrade bullseye-testing
#
- run-parts --verbose --exit-on-error autotest/test.d
#
- hostname
#
- dpkg -l 'sympl*'
#
allow_failure: false
#
variables:
#
CI_DEBUG_TRACE: "false"
#
artifacts:
#
paths:
#
- repo/*
#
expire_in: 1 hour
#
#
Upgrade Stable:
#
tags:
#
- vbox:bullseye
#
stage: Upgrade
#
script:
#
- chmod -x $( which gitlab-runner )
#
- git describe --all
#
- autotest/install_then_upgrade bullseye
#
- run-parts --verbose --exit-on-error autotest/test.d
#
- hostname
#
- dpkg -l 'sympl*'
#
allow_failure: false
#
when: delayed
#
start_in: 5 minutes
#
variables:
#
CI_DEBUG_TRACE: "false"
#
artifacts:
#
paths:
#
- repo/*
#
expire_in: 1 hour
Paul Cammish
@kelduum
mentioned in issue
#308 (closed)
·
Feb 15, 2021
mentioned in issue
#308 (closed)
mentioned in issue #308
Toggle commit list
Paul Cammish
@kelduum
mentioned in issue
#309 (closed)
·
Feb 15, 2021
mentioned in issue
#309 (closed)
mentioned in issue #309
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment