Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AZP: port release pipeline to v1.7.x #4302

Merged
merged 1 commit into from
Oct 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .gitlab-ci.yml

This file was deleted.

42 changes: 42 additions & 0 deletions buildlib/azure-pipelines-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# See https://aka.ms/yaml

pr: none
trigger:
tags:
include:
- v*

resources:
containers:
- container: fedora
image: ucfconsort.azurecr.io/ucx/fedora:1
endpoint: ucfconsort_registry

stages:
- stage: Release
jobs:
- job: release
displayName: build tarball and source rpm
container: fedora
steps:
- bash: ./autogen.sh
displayName: Setup autotools

- bash: |
set -eE
gcc --version
./contrib/configure-release
./contrib/buildrpm.sh -s -t -b
displayName: Build tarball

- task: GithubRelease@0
displayName: Create GitHub Draft Release
inputs:
githubConnection: release
repositoryName: openucx/ucx
action: create
isDraft: true
addChangeLog: false
assets: |
./ucx-*.tar.gz
./rpm-dist/ucx-*.src.rpm