forked from daos-stack/daos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/daos-stack/daos
- Loading branch information
Showing
84 changed files
with
1,605 additions
and
395 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ on: | |
push: | ||
branches: | ||
- master | ||
- 'release/*' | ||
pull_request: | ||
|
||
jobs: | ||
|
@@ -27,8 +28,8 @@ jobs: | |
- uses: satackey/[email protected] | ||
continue-on-error: true | ||
with: | ||
key: docker-${{ matrix.distro }}-${{ hashFiles('site_scons', 'utils/docker', 'utils/build.config', 'SConstruct', '.github') }}-{hash} | ||
restore-keys: docker-${{ matrix.distro }}-${{ hashFiles('site_scons', 'utils/docker', 'utils/build.config', 'SConstruct', '.github') }}- | ||
key: docker-${{ matrix.distro }}-${{ hashFiles('site_scons', 'utils/docker', 'utils/build.config', 'SConstruct', '.github', '.dockerignore') }}-{hash} | ||
restore-keys: docker-${{ matrix.distro }}-${{ hashFiles('site_scons', 'utils/docker', 'utils/build.config', 'SConstruct', '.github', '.dockerignore') }}- | ||
- name: Prepare base image in Docker | ||
run: docker build . --file utils/docker/Dockerfile.${{ matrix.distro }} | ||
--build-arg DAOS_DEPS_BUILD=no --build-arg UID | ||
|
@@ -64,7 +65,7 @@ jobs: | |
- uses: satackey/[email protected] | ||
continue-on-error: true | ||
with: | ||
key: docker-${{ matrix.distro }}-${{ hashFiles('site_scons', 'utils/docker', 'utils/build.config', 'SConstruct', '.github') }}-{hash} | ||
key: docker-${{ matrix.distro }}-${{ hashFiles('site_scons', 'utils/docker', 'utils/build.config', 'SConstruct', '.github', '.dockerignore') }}-{hash} | ||
restore-keys: docker-${{ matrix.distro }}- | ||
skip-save: true | ||
- name: Update dependencies in image. | ||
|
@@ -74,6 +75,12 @@ jobs: | |
--tag build-image | ||
- name: Run | ||
run: ./utils/run_in_ga_wrapper.sh | ||
- name: Publish NLT test results | ||
if: always() | ||
uses: EnricoMi/[email protected] | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
files: nlt-junit.xml | ||
|
||
Build: | ||
name: Build DAOS | ||
|
@@ -82,8 +89,8 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
# Run this on distros where we don't test. | ||
distro: [centos.8] | ||
# Run this on distros where we don't run the ci1 Workflow. | ||
distro: [ubuntu.20.04, centos.8] | ||
compiler: [clang, gcc] | ||
steps: | ||
- name: Checkout code | ||
|
@@ -94,7 +101,7 @@ jobs: | |
- uses: satackey/[email protected] | ||
continue-on-error: true | ||
with: | ||
key: docker-${{ matrix.distro }}-${{ hashFiles('site_scons', 'utils/docker', 'utils/build.config', 'SConstruct', '.github') }}-{hash} | ||
key: docker-${{ matrix.distro }}-${{ hashFiles('site_scons', 'utils/docker', 'utils/build.config', 'SConstruct', '.github', '.dockerignore') }}-{hash} | ||
restore-keys: docker-${{ matrix.distro }}- | ||
skip-save: true | ||
- name: Update dependencies in image. | ||
|
@@ -106,3 +113,7 @@ jobs: | |
--build-arg DAOS_JAVA_BUILD=no | ||
--build-arg DEPS_JOBS=10 | ||
--build-arg COMPILER=${{ matrix.compiler }} | ||
- name: Build Java in docker. | ||
run: docker build . --file utils/docker/Dockerfile.${{ matrix.distro }} | ||
--build-arg DEPS_JOBS=10 | ||
--build-arg COMPILER=${{ matrix.compiler }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Codespell | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- 'release/*' | ||
pull_request: | ||
|
||
jobs: | ||
|
||
Spelling: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
- name: Run check | ||
uses: codespell-project/actions-codespell@master | ||
with: | ||
skip: ./src/control/vendor,./.git | ||
ignore_words_file: ci/codespell.ignores | ||
builtin: clear,rare,informal,names,en-GB_to_en-US |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.3.101-tb | ||
1.3.102-tb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.3.101 | ||
1.3.102 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
daos (1.3.102-1) unstable; urgency=medium | ||
[ Johann Lombardi] | ||
* Version bump to 1.3.102 for 2.0 test build 2 | ||
|
||
-- Johann Lombardi <[email protected]> Fri, 11 Jun 2021 010:00:00 -0100 | ||
|
||
daos (1.3.101-3) unstable; urgency=medium | ||
[ Johann Lombardi] | ||
* Bump version to match the RPM's one | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.