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

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1867 authored Oct 3, 2023
1 parent 4869291 commit 71cae8f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ jobs:
strategy:
#fail-fast: true
matrix:
os: [ 'el7', 'el8', 'el9', 'd10', 'd12', 'u18', 'u20' ]
os: [ 'el8', 'el9' ]

# os: [ 'el7', 'el8', 'el9', 'd10', 'd12', 'u18', 'u20' ]

runs-on: ubuntu-latest

Expand Down Expand Up @@ -40,7 +42,7 @@ jobs:
run: export DEBIAN_FRONTEND=noninteractive && curl -s http://downloads.perfsonar.net/debian/perfsonar-minor-snapshot.gpg.key | apt-key add - && curl -s -o /etc/apt/sources.list.d/perfsonar-minor-snapshot.list http://downloads.perfsonar.net/debian/perfsonar-minor-snapshot.list && apt-get update && echo && echo

- name: build
run: curl -s https://raw.githubusercontent.com/perfsonar/project/master/toolbox/jenkins/perfsonar-oneshot | sh -s -
run: curl -s https://raw.githubusercontent.com/perfsonar/docker-oneshot-builder/github-actions/build | sh -s -

# - name: make
# run: make
Expand Down

0 comments on commit 71cae8f

Please sign in to comment.