Skip to content

Commit

Permalink
big-merge: use high-perfomance builders (#98)
Browse files Browse the repository at this point in the history
For faster turn around times I'm using @fedora-llvm-team/llvm-snapshots-big-merge-XXX project which matches the regex I've introduced here: https://pagure.io/fedora-infra/ansible/pull-request/1625
  • Loading branch information
kwk authored Nov 8, 2023
1 parent 23891a3 commit 78b8e62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fedora-copr-build-big-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
chroots="`get_chroots`"
# Use my personal copr username for now.
username=kkleine
username=@fedora-llvm-team
echo "username=$username" >> $GITHUB_ENV
echo "packages=$packages" >> $GITHUB_ENV
echo "chroots=$chroots" >> $GITHUB_ENV
echo "all_chroots=$all_chroots" >> $GITHUB_ENV
echo "project_today=$username/llvm-snapshots-incubator-$today" >> $GITHUB_ENV
echo "project_yesterday=$username/llvm-snapshots-incubator-$yesterday" >> $GITHUB_ENV
echo "project_target=$username/llvm-snapshots" >> $GITHUB_ENV
echo "project_today=$username/llvm-snapshots-big-merge-$today" >> $GITHUB_ENV
echo "project_yesterday=$username/llvm-snapshots-big-merge-$yesterday" >> $GITHUB_ENV
echo "project_target=$username/llvm-snapshots-big-merge" >> $GITHUB_ENV
- name: "Check for Copr projects existence (yesterday, today, target)"
shell: bash -e {0}
Expand Down

0 comments on commit 78b8e62

Please sign in to comment.