forked from danieljprice/phantom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
405 changed files
with
10,256 additions
and
3,160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ on: | |
paths-ignore: | ||
- 'docs/**' | ||
- 'README.md' | ||
schedule: | ||
- cron: "0 0 * * *" | ||
# schedule: | ||
# - cron: "0 0 * * *" | ||
|
||
env: | ||
OMP_STACKSIZE: 512M | ||
|
@@ -115,11 +115,11 @@ jobs: | |
if: github.event_name == 'schedule' | ||
run: mkdir logs | ||
|
||
- name: "Grab previous build logs from web server" | ||
if: github.event_name == 'schedule' | ||
env: | ||
WGET: wget --recursive --no-parent --reject "index.html*" --cut-dirs=2 --no-host-directories | ||
run: ${WGET} -A '*${{ matrix.system[1] }}.txt' http://${WEB_SERVER}${BUILD_LOG_DIR}/ || true | ||
# - name: "Grab previous build logs from web server" | ||
# if: github.event_name == 'schedule' | ||
# env: | ||
# WGET: wget --recursive --no-parent --reject "index.html*" --cut-dirs=2 --no-host-directories | ||
# run: ${WGET} -A '*${{ matrix.system[1] }}.txt' http://${WEB_SERVER}${BUILD_LOG_DIR}/ || true | ||
|
||
- name: "Run buildbot.sh" | ||
run: ./buildbot.sh --maxdim 17000000 --url http://${WEB_SERVER}/${BUILD_LOG_DIR} --parallel ${{ matrix.batch }} ${{ env.NPARALLEL }} | ||
|
@@ -128,22 +128,22 @@ jobs: | |
SYSTEM: ${{ matrix.system }} | ||
RETURN_ERR: yes | ||
|
||
- name: "Install SSH Key" | ||
if: github.event_name == 'schedule' | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.RUNNER_PRIVATE_KEY }} | ||
|
||
- name: "Copy new build logs to web server" | ||
if: ${{ (success() || failure()) && github.event_name == 'schedule' }} | ||
run: rsync -vau logs/*.txt ${WEB_USER}@${WEB_SERVER}:${WEB_HTML_DIR}/${BUILD_LOG_DIR} | ||
|
||
- name: "Copy HTML files to web server" | ||
if: ${{ (success() || failure()) && github.event_name == 'schedule' }} | ||
run: | | ||
export WEB_BUILD_DIR=${WEB_HTML_DIR}/nightly/build/$(date "+%Y%m%d") | ||
ssh -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null" ${WEB_USER}@${WEB_SERVER} -- mkdir -p ${WEB_BUILD_DIR} | ||
rsync -vau logs/*.html ${WEB_USER}@${WEB_SERVER}:${WEB_BUILD_DIR}/ | ||
# - name: "Install SSH Key" | ||
# if: github.event_name == 'schedule' | ||
# uses: webfactory/[email protected] | ||
# with: | ||
# ssh-private-key: ${{ secrets.RUNNER_PRIVATE_KEY }} | ||
|
||
# - name: "Copy new build logs to web server" | ||
# if: ${{ (success() || failure()) && github.event_name == 'schedule' }} | ||
# run: rsync -vau logs/*.txt ${WEB_USER}@${WEB_SERVER}:${WEB_HTML_DIR}/${BUILD_LOG_DIR} | ||
|
||
# - name: "Copy HTML files to web server" | ||
# if: ${{ (success() || failure()) && github.event_name == 'schedule' }} | ||
# run: | | ||
# export WEB_BUILD_DIR=${WEB_HTML_DIR}/nightly/build/$(date "+%Y%m%d") | ||
# ssh -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null" ${WEB_USER}@${WEB_SERVER} -- mkdir -p ${WEB_BUILD_DIR} | ||
# rsync -vau logs/*.html ${WEB_USER}@${WEB_SERVER}:${WEB_BUILD_DIR}/ | ||
|
||
- name: logs/build-failures-${{ matrix.system }}.txt | ||
if: always() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
repos: | ||
- repo: local | ||
hooks: | ||
- id: bots | ||
name: Run bots | ||
entry: scripts/bots.sh --apply --file | ||
entry: scripts/bots.sh --apply --files | ||
language: script | ||
require_serial: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,51 +9,57 @@ Daniel Price <[email protected]> | |
David Liptai <[email protected]> | ||
Conrad Chan <[email protected]> | ||
James Wurster <[email protected]> | ||
Mike Lau <[email protected]> | ||
Lionel Siess <[email protected]> | ||
Mike Lau <[email protected]> | ||
Daniel Mentiplay <[email protected]> | ||
Arnaud Vericel <[email protected]> | ||
Mark Hutchison <[email protected]> | ||
Terrence Tricco <[email protected]> | ||
Fitz Hu <[email protected]> | ||
Rebecca Nealon <[email protected]> | ||
Christophe Pinte <[email protected]> | ||
Ward Homan <[email protected]> | ||
Elisabeth Borchert <[email protected]> | ||
Fitz Hu <[email protected]> | ||
Fangyi (Fitz) Hu <[email protected]> | ||
Sergei Biriukov <[email protected]> | ||
Mats Esseldeurs <[email protected]> | ||
Enrico Ragusa <[email protected]> | ||
Giovanni Dipierro <[email protected]> | ||
Hauke Worpel <[email protected]> | ||
Roberto Iaconi <[email protected]> | ||
Thomas Reichardt <[email protected].edu.au> | ||
Caitlyn Hardiman <caitlyn.hardiman1@monash.edu> | ||
Simon Glover <[email protected]> | ||
Jean-François Gonzalez <[email protected]> | ||
Thomas Reichardt <[email protected]> | ||
MatsEsseldeurs <[email protected]> | ||
Martina Toscani <[email protected]> | ||
Jean-François Gonzalez <[email protected]> | ||
Simone Ceppi <[email protected]> | ||
Benedetta Veronesi <[email protected]> | ||
Christopher Russell <[email protected]> | ||
Alessia Franchini <[email protected]> | ||
Alex Pettitt <[email protected]> | ||
Caitlyn Hardiman <[email protected]> | ||
Megha Sharma <[email protected]> | ||
Stephen Neilson <[email protected]> | ||
Alex Pettitt <[email protected]> | ||
Alessia Franchini <[email protected]> | ||
fitzHu <[email protected]> | ||
Kieran Hirsh <[email protected]> | ||
Nicole Rodrigues <[email protected]> | ||
fitzHu <[email protected]> | ||
Phantom benchmark bot <[email protected]> | ||
Jolien128 <[email protected]> | ||
Chris Nixon <[email protected]> | ||
Nicolas Cuello <[email protected]> | ||
Phantom benchmark bot <[email protected]> | ||
Benoit Commercon <[email protected]> | ||
David Trevascus <[email protected]> | ||
Cristiano Longarini <[email protected]> | ||
Joe Fisher <[email protected]> | ||
Orsola De Marco <[email protected]> | ||
Giulia Ballabio <[email protected]> | ||
Cristiano Longarini <[email protected]> | ||
Benoit Commercon <benoit.commercon@gmail.com> | ||
Orsola De Marco <[email protected]> | ||
caitlynhardiman <[email protected].com> | ||
Zachary Pellow <[email protected]> | ||
Steven Rieder <[email protected]> | ||
Stéven Toupin <[email protected]> | ||
James <[email protected]> | ||
Maxime Lombart <[email protected]> | ||
Jorge Cuadra <[email protected]> | ||
s-neilson <[email protected]> | ||
Alison Young <[email protected]> | ||
Cox, Samuel <[email protected]> | ||
James <[email protected]> | ||
Jorge Cuadra <[email protected]> | ||
Maxime Lombart <[email protected]> | ||
Steven Rieder <[email protected]> | ||
Stéven Toupin <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.