Skip to content

Commit

Permalink
WIP: use temporary test branch on ci repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Revalioli committed Dec 11, 2024
1 parent 902eeba commit c7a5119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: CI Yocto

env:
WORK_DIR: /tmp/seapath_ci_${{ github.run_id }}_${{ github.run_attempt }}_${{ github.sha }}
PCAP_LOOP: 18000 # 5 hours
PCAP_LOOP: 10

on:
pull_request:
Expand All @@ -25,7 +25,7 @@ jobs:

- name: Initialize sources
run: mkdir ${{ env.WORK_DIR }}; cd ${{ env.WORK_DIR }};
git clone -q --depth 1 --recurse-submodules -b main https://github.com/seapath/ci ci;
git clone -q --depth 1 --recurse-submodules -b improve-latency-tests https://github.com/seapath/ci ci;
echo "CI sources downloaded successfully";
ci/launch-yocto.sh init;

Expand Down

0 comments on commit c7a5119

Please sign in to comment.