Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Add support for ZFS 0.8 #86

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
32 changes: 16 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ jobs:
- stage: test
name: "copr build test"
script:
- cd node-libzfs
- export SPEC=iml-node-libzfs.spec
- docker run -it -e SPEC="$SPEC" -e LOCAL_ONLY="True" -v $(pwd):/build:rw imlteam/copr-zfs
- ((`find _topdir/RPMS -name *.rpm | wc -l` > 0))
- cd node-libzfs
- export SPEC=iml-node-libzfs.spec
- docker run -it -e SPEC="$SPEC" -e LOCAL_ONLY="True" -v $(pwd):/build:rw imlteam/copr-zfs
- ((`find _topdir/RPMS -name *.rpm | wc -l` > 0))
- stage: cd
name: "Continuous Deployment"
script:
- cd node-libzfs
- export OWNER=managerforlustre
- export PROJECT=manager-for-lustre-devel
- export PACKAGE=iml-node-libzfs
- export SPEC=iml-node-libzfs.spec
- docker run -it -e OWNER="$OWNER" -e PROJECT="$PROJECT" -e PACKAGE="$PACKAGE" -e SPEC="$SPEC" -e KEY="$encrypted_253525cedcf6_key" -e IV="$encrypted_253525cedcf6_iv" -v $(pwd):/build:rw imlteam/copr
- cd node-libzfs
- export OWNER=managerforlustre
- export PROJECT=manager-for-lustre-devel
- export PACKAGE=iml-node-libzfs
- export SPEC=iml-node-libzfs.spec
- docker run -it -e OWNER="$OWNER" -e PROJECT="$PROJECT" -e PACKAGE="$PACKAGE" -e SPEC="$SPEC" -e KEY="$encrypted_253525cedcf6_key" -e IV="$encrypted_253525cedcf6_iv" -v $(pwd):/build:rw imlteam/copr
- stage: deploy-libzfs-sys
name: "libzfs-sys"
script:
Expand Down Expand Up @@ -65,12 +65,12 @@ jobs:
- stage: deploy-copr-r5.0
name: "Copr 5.0 deploy"
script:
- cd node-libzfs
- export OWNER=managerforlustre
- export PROJECT=manager-for-lustre-5.0
- export PACKAGE=iml-node-libzfs
- export SPEC=iml-node-libzfs.spec
- docker run -it -e PROD="true" -e OWNER="$OWNER" -e PROJECT="$PROJECT" -e PACKAGE="$PACKAGE" -e SPEC="$SPEC" -e KEY="$encrypted_253525cedcf6_key" -e IV="$encrypted_253525cedcf6_iv" -v $(pwd):/build:rw imlteam/copr
- cd node-libzfs
- export OWNER=managerforlustre
- export PROJECT=manager-for-lustre-5.0
- export PACKAGE=iml-node-libzfs
- export SPEC=iml-node-libzfs.spec
- docker run -it -e PROD="true" -e OWNER="$OWNER" -e PROJECT="$PROJECT" -e PACKAGE="$PACKAGE" -e SPEC="$SPEC" -e KEY="$encrypted_253525cedcf6_key" -e IV="$encrypted_253525cedcf6_iv" -v $(pwd):/build:rw imlteam/copr
stages:
- test
- name: cd
Expand Down
Loading