Blame .github/workflows/centos-stream8.yml

9140f8
jobs:
06113c
  test_c8s:
06113c
    name: test_c8s
8f3ff4
    runs-on: ubuntu-latest
e0eb10
    environment: centosduffy
9140f8
    steps:
9140f8
      - uses: "actions/checkout@v2"
Adam Saleh a71378
      - run: printf '%s\n' "$DUFFYY_SSH_PRIVATE_KEY" > /tmp/id_centos_stream
Adam Saleh a71378
        env:
Adam Saleh a71378
            DUFFYY_SSH_PRIVATE_KEY:  ${{ secrets.DUFFYY_SSH_PRIVATE_KEY }}
Adam Saleh a71378
      - run: chmod 600 /tmp/id_centos_stream
Adam Saleh 1a5595
      - run: sudo python3 -m pip install duffy fabric httpx
Adam Saleh a71378
      - run: python3 t_functional_duffy_runner/src/__main__.py --arch=x86 --release=centos-8s --sshkey=/tmp/id_centos_stream
e0eb10
        env:
e0eb10
            DUFFY_AUTH_NAME: ${{ secrets.DUFFY_AUTH_NAME }}
e0eb10
            DUFFY_AUTH_KEY: ${{secrets.DUFFY_AUTH_KEY}}
06113c
  test_c9s:
06113c
    name: test_9s
06113c
    runs-on: ubuntu-latest
06113c
    environment: centosduffy
e425b9
    steps:
06113c
      - uses: "actions/checkout@v2"
Adam Saleh a71378
      - run: printf '%s\n' "$DUFFYY_SSH_PRIVATE_KEY" > /tmp/id_centos_stream
Adam Saleh a71378
        env:
Adam Saleh a71378
            DUFFYY_SSH_PRIVATE_KEY:  ${{ secrets.DUFFYY_SSH_PRIVATE_KEY }}
Adam Saleh a71378
      - run: chmod 600 /tmp/id_centos_stream
Adam Saleh 1a5595
      - run: sudo python3 -m pip install duffy fabric httpx
Adam Saleh a71378
      - run: python3 t_functional_duffy_runner/src/__main__.py --arch=x86 --release=centos-9s --sshkey=/tmp/id_centos_stream
06113c
        env:
06113c
            DUFFY_AUTH_NAME: ${{ secrets.DUFFY_AUTH_NAME }}
06113c
            DUFFY_AUTH_KEY: ${{secrets.DUFFY_AUTH_KEY}}
Adam Saleh a71378
    steps:
Adam Saleh 940b93
Adam Saleh 940b93
name: Testing
Adam Saleh 940b93
on:
Adam Saleh 03f435
 pull_request_target: 
Adam Saleh 9f5f62
    branches: [ master ]
Adam Saleh 0fdec9
 push: 
Adam Saleh 0fdec9
    branches: [ master ]