Skip to content

Commit

Permalink
Use pre-generated recipe.sh for faster build and easier debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Apr 28, 2023
1 parent d45ca1f commit 566190e
Show file tree
Hide file tree
Showing 2 changed files with 498 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
run: |
set -xe
. /etc/profile.d/lmod.sh
sudo tests/ci/run_build.py ohpc components/admin/docs/SPECS/docs.spec
sudo dnf -y install $(find /home/ohpc/rpmbuild/RPMS/ -name "*rpm") || true
cp docs/recipes/install/openeuler22.03/input.local.template input.local
#sudo tests/ci/run_build.py ohpc components/admin/docs/SPECS/docs.spec
#sudo dnf -y install $(find /home/ohpc/rpmbuild/RPMS/ -name "*rpm") || true
export OHPC_INPUT_LOCAL=./docs/recipes/install/openeuler22.03/input.local.tests
sudo bash /opt/ohpc/pub/doc/recipes/openeuler22.03/aarch64/warewulf/slurm/recipe.sh
#sudo bash /opt/ohpc/pub/doc/recipes/openeuler22.03/aarch64/warewulf/slurm/recipe.sh
sudo bash oe-22.03-recipe.sh
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
Loading

0 comments on commit 566190e

Please sign in to comment.