Skip to content

Commit

Permalink
Merge pull request #190 from rakshithakamath94/main
Browse files Browse the repository at this point in the history
Update get-node.sh
  • Loading branch information
rakshithakamath94 authored Nov 16, 2023
2 parents c23a78c + 4f1a20c commit 8abef9e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'gluster/centosci'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: build JJB container image
run: docker build -t gluster-centosci -f tests/Containerfile .
- name: update Jenkins Jobs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Verify Jenkins jobs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: build JJB container image
run: docker build -t gluster-centosci -f tests/Containerfile .
- name: update Jenkins Jobs
Expand Down
2 changes: 2 additions & 0 deletions jobs/scripts/common/get-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set +x

mkdir -p ~/.config/

cat > ~/.config/duffy <<EOF
client:
url: https://duffy.ci.centos.org/api/v1
Expand Down
3 changes: 1 addition & 2 deletions tests/Containerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM quay.io/centos/centos:stream

RUN true \
&& dnf -y install python3-pip \
&& dnf -y install python3.8 \
&& pip3 install jenkins-job-builder \
&& pip3 install dataclasses \
&& dnf -y clean all \
&& true

Expand Down

0 comments on commit 8abef9e

Please sign in to comment.