Skip to content

Commit

Permalink
Build the recipe.sh on Github-hosted runner
Browse files Browse the repository at this point in the history
The test SMS host is now used for Jenkins

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Jun 26, 2023
1 parent 5451a9a commit bf6ffb7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@ env:

jobs:
openEuler:
runs-on: 'self-hosted'
runs-on: 'ubuntu-22.04'
name: Run recipe on openEuler
# container:
# image: docker.io/openeuler/openeuler:22.03-lts
container:
image: docker.io/openeuler/openeuler:22.03-lts
steps:
- name: Switch repo
run: sed -i "[email protected]@repo.huaweicloud.com/openeuler@g" /etc/yum.repos.d/openEuler.repo
- name: Install git
run: dnf -y install git
- uses: actions/checkout@v3
- name: Setup
run: tests/ci/prepare-ci-environment.sh
- name: Run recipe
run: |
set -x
Expand Down

0 comments on commit bf6ffb7

Please sign in to comment.