mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-19 12:36:06 +00:00
tests: functional: Disable functional tests
The GitLab CI runners for functional tests were deprovisioned. Disabling the jobs for functional tests until we provision replacement GitLab CI runners. Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
0b1ea108ab
commit
720c1ec54b
@ -47,58 +47,58 @@ doc-tests:
|
||||
script:
|
||||
- make check-doc
|
||||
|
||||
app-server-stable:
|
||||
.app-server-stable:
|
||||
variables:
|
||||
LAUNCH_TEMPLATE_NAME: functional-tests-stable
|
||||
INSTANCE_NAME: app-server-stable
|
||||
BUILD_JOB_NAME: build-backports
|
||||
extends: .app-server
|
||||
|
||||
run-functional-tests-stable:
|
||||
.run-functional-tests-stable:
|
||||
needs:
|
||||
- job: app-server-stable
|
||||
artifacts: true
|
||||
extends: .run-functional-tests
|
||||
|
||||
terminate-app-server-stable:
|
||||
.terminate-app-server-stable:
|
||||
needs:
|
||||
- job: run-functional-tests-stable
|
||||
artifacts: true
|
||||
extends: .terminate-app-server
|
||||
|
||||
app-server-testing:
|
||||
.app-server-testing:
|
||||
variables:
|
||||
LAUNCH_TEMPLATE_NAME: functional-tests-testing
|
||||
INSTANCE_NAME: app-server-testing
|
||||
BUILD_JOB_NAME: build
|
||||
extends: .app-server
|
||||
|
||||
run-functional-tests-testing:
|
||||
.run-functional-tests-testing:
|
||||
needs:
|
||||
- job: app-server-testing
|
||||
artifacts: true
|
||||
extends: .run-functional-tests
|
||||
|
||||
terminate-app-server-testing:
|
||||
.terminate-app-server-testing:
|
||||
needs:
|
||||
- job: run-functional-tests-testing
|
||||
artifacts: true
|
||||
extends: .terminate-app-server
|
||||
|
||||
app-server-unstable:
|
||||
.app-server-unstable:
|
||||
variables:
|
||||
LAUNCH_TEMPLATE_NAME: functional-tests-unstable
|
||||
INSTANCE_NAME: app-server-unstable
|
||||
BUILD_JOB_NAME: build
|
||||
extends: .app-server
|
||||
|
||||
run-functional-tests-unstable:
|
||||
.run-functional-tests-unstable:
|
||||
needs:
|
||||
- job: app-server-unstable
|
||||
artifacts: true
|
||||
extends: .run-functional-tests
|
||||
|
||||
terminate-app-server-unstable:
|
||||
.terminate-app-server-unstable:
|
||||
needs:
|
||||
- job: run-functional-tests-unstable
|
||||
artifacts: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user