mirror of
https://github.com/kasmtech/kasm-install-wizard.git
synced 2026-07-17 16:35:08 +00:00
QA-21 switched runners from AWS to OCI
This commit is contained in:
parent
76e559fe02
commit
ff09276100
1 changed files with 9 additions and 2 deletions
|
|
@ -2,6 +2,15 @@ image: docker
|
|||
services:
|
||||
- docker:dind
|
||||
|
||||
variables:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
DOCKER_AUTH_CONFIG: ${_DOCKER_AUTH_CONFIG}
|
||||
|
||||
default:
|
||||
tags:
|
||||
- oci-fixed-amd
|
||||
|
||||
stages:
|
||||
- upload
|
||||
|
||||
|
|
@ -17,5 +26,3 @@ push_to_s3:
|
|||
- aws s3 cp ${CI_COMMIT_SHA}.tar.gz s3://${S3_BUCKET}/wizard/
|
||||
- aws s3 cp ${CI_COMMIT_SHA}.tar.gz s3://${S3_BUCKET}/wizard/${SANITIZED_BRANCH}.tar.gz
|
||||
- curl --request POST --header "PRIVATE-TOKEN:${GITLAB_API_TOKEN}" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/statuses/${CI_COMMIT_SHA}?state=success&name=build-url&target_url=${S3_URL}"
|
||||
tags:
|
||||
- aws-autoscale
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue