mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 14:25:43 +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:
parent
fdacac9e81
commit
f1bcada3f6
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'
|
Loading…
Reference in New Issue
Block a user