mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 00:46:38 +00:00
ci: Add intial pipeline to test OBS package generation
Add simple yaml definition to run job in azure pipelines. - The pipeline should be triggerd with comments when is a PR Fixes: #480 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
19
.ci/azure/pipelines/obs-packaging-ci.yml
Normal file
19
.ci/azure/pipelines/obs-packaging-ci.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
#
|
||||||
|
# Copyright (c) 2019 Intel Corporation
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
- master
|
||||||
|
|
||||||
|
pool:
|
||||||
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- script: echo setup
|
||||||
|
displayName: 'setup CI'
|
||||||
|
|
||||||
|
- script: |
|
||||||
|
echo This is an initial CI job
|
||||||
|
displayName: 'Run CI'
|
Reference in New Issue
Block a user