Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 29 additions & 26 deletions .github/workflows/3d-gan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
workflow_dispatch:
pull_request:
env:
CI_PROJECT_ID : 59285
CI_API_V4_URL : https://git.rwth-aachen.de/api/v4
GITLABTOKEN : ${{ secrets.GITLABTOKEN }}
cibuild : ${{ secrets.SE_NEXUS_PASSWORD }}
CI_PROJECT_ID: 59285
CI_API_V4_URL: https://git.rwth-aachen.de/api/v4
GITLABTOKEN: ${{ secrets.GITLABTOKEN }}
cibuild: ${{ secrets.SE_NEXUS_PASSWORD }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
FileChanges:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -40,29 +43,29 @@ jobs:
echo "Final file status only check: $only"
echo "run=$only" >> $GITHUB_OUTPUT
docker_phase:
needs: [buildDockerMxNet180]
needs: [ buildDockerMxNet180 ]
if: ${{ !cancelled()}}
runs-on: ubuntu-latest
steps:
- run: |
echo "Finished stage docker"
if: ${{!contains(needs.*.result, 'failure')}}
- run: |
echo "Failed stage docker"
exit 1
if: ${{contains(needs.*.result, 'failure')}}
- run: |
echo "Finished stage docker"
if: ${{!contains(needs.*.result, 'failure')}}
- run: |
echo "Failed stage docker"
exit 1
if: ${{contains(needs.*.result, 'failure')}}
jar_phase:
needs: [docker_phase, TestWithJar]
needs: [ docker_phase, TestWithJar ]
if: ${{ !cancelled()}}
runs-on: ubuntu-latest
steps:
- run: |
echo "Finished stage jar"
if: ${{!contains(needs.*.result, 'failure')}}
- run: |
echo "Failed stage jar"
exit 1
if: ${{contains(needs.*.result, 'failure')}}
- run: |
echo "Finished stage jar"
if: ${{!contains(needs.*.result, 'failure')}}
- run: |
echo "Failed stage jar"
exit 1
if: ${{contains(needs.*.result, 'failure')}}

buildDockerMxNet180:
needs: FileChanges
Expand All @@ -78,12 +81,12 @@ jobs:
shell: bash
continue-on-error: true
run: |
cd applications/gans/3d-gan
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
cd Gluon/.test/docker
LOWERCASE_OWNER=$(echo "${{ github.repository_owner }}" | tr "[:upper:]" "[:lower:]")
docker build -t ghcr.io/$LOWERCASE_OWNER/mxnet180 .
docker push ghcr.io/$LOWERCASE_OWNER/mxnet180
cd applications/gans/3d-gan
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
cd Gluon/.test/docker
LOWERCASE_OWNER=$(echo "${{ github.repository_owner }}" | tr "[:upper:]" "[:lower:]")
docker build -t ghcr.io/$LOWERCASE_OWNER/mxnet180 .
docker push ghcr.io/$LOWERCASE_OWNER/mxnet180

Train3D-GAN:
needs: jar_phase
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/AtariPong.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
workflow_dispatch:
pull_request:
env:
CI_PROJECT_ID : 33028
CI_API_V4_URL : https://git.rwth-aachen.de/api/v4
GITLABTOKEN : ${{ secrets.GITLABTOKEN }}
cibuild : ${{ secrets.SE_NEXUS_PASSWORD }}
CI_PROJECT_ID: 33028
CI_API_V4_URL: https://git.rwth-aachen.de/api/v4
GITLABTOKEN: ${{ secrets.GITLABTOKEN }}
cibuild: ${{ secrets.SE_NEXUS_PASSWORD }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

TestBuild:
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/BERTEncoder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
workflow_dispatch:
pull_request:
env:
CI_PROJECT_ID : 55417
CI_API_V4_URL : https://git.rwth-aachen.de/api/v4
GITLABTOKEN : ${{ secrets.GITLABTOKEN }}
cibuild : ${{ secrets.SE_NEXUS_PASSWORD }}
CI_PROJECT_ID: 55417
CI_API_V4_URL: https://git.rwth-aachen.de/api/v4
GITLABTOKEN: ${{ secrets.GITLABTOKEN }}
cibuild: ${{ secrets.SE_NEXUS_PASSWORD }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

deploy-pretrained:
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/BERTSentimentAnalyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
workflow_dispatch:
pull_request:
env:
CI_PROJECT_ID : 55418
CI_API_V4_URL : https://git.rwth-aachen.de/api/v4
GITLABTOKEN : ${{ secrets.GITLABTOKEN }}
cibuild : ${{ secrets.SE_NEXUS_PASSWORD }}
CI_PROJECT_ID: 55418
CI_API_V4_URL: https://git.rwth-aachen.de/api/v4
GITLABTOKEN: ${{ secrets.GITLABTOKEN }}
cibuild: ${{ secrets.SE_NEXUS_PASSWORD }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

TrainSentimentAnalyzer:
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/BallTracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
workflow_dispatch:
pull_request:
env:
CI_PROJECT_ID : 40218
CI_API_V4_URL : https://git.rwth-aachen.de/api/v4
GITLABTOKEN : ${{ secrets.GITLABTOKEN }}
cibuild : ${{ secrets.SE_NEXUS_PASSWORD }}
CI_PROJECT_ID: 40218
CI_API_V4_URL: https://git.rwth-aachen.de/api/v4
GITLABTOKEN: ${{ secrets.GITLABTOKEN }}
cibuild: ${{ secrets.SE_NEXUS_PASSWORD }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
FileChanges:
runs-on: ubuntu-latest
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/BipedalWalker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ on:
workflow_dispatch:
pull_request:
env:
CI_PROJECT_ID : 33025
CI_API_V4_URL : https://git.rwth-aachen.de/api/v4
GITLABTOKEN : ${{ secrets.GITLABTOKEN }}
CI_PROJECT_ID: 33025
CI_API_V4_URL: https://git.rwth-aachen.de/api/v4
GITLABTOKEN: ${{ secrets.GITLABTOKEN }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

TestBuildAndTrain:
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/CNNArch2Caffe2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
workflow_dispatch:
pull_request:
env:
CI_PROJECT_ID : 18227
CI_API_V4_URL : https://git.rwth-aachen.de/api/v4
GITLABTOKEN : ${{ secrets.GITLABTOKEN }}
cibuild : ${{ secrets.SE_NEXUS_PASSWORD }}
CI_PROJECT_ID: 18227
CI_API_V4_URL: https://git.rwth-aachen.de/api/v4
GITLABTOKEN: ${{ secrets.GITLABTOKEN }}
cibuild: ${{ secrets.SE_NEXUS_PASSWORD }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

masterJobLinux:
Expand Down
33 changes: 18 additions & 15 deletions .github/workflows/CNNArch2Gluon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
workflow_dispatch:
pull_request:
env:
CI_PROJECT_ID : 24962
CI_API_V4_URL : https://git.rwth-aachen.de/api/v4
GITLABTOKEN : ${{ secrets.GITLABTOKEN }}
cibuild : ${{ secrets.SE_NEXUS_PASSWORD }}
CI_PROJECT_ID: 24962
CI_API_V4_URL: https://git.rwth-aachen.de/api/v4
GITLABTOKEN: ${{ secrets.GITLABTOKEN }}
cibuild: ${{ secrets.SE_NEXUS_PASSWORD }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
FileChanges:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -113,17 +116,17 @@ jobs:
echo "Final run status: $run"
echo "run=$run" >> $GITHUB_OUTPUT
linux_phase:
needs: [BranchJobLinux, masterJobLinux]
needs: [ BranchJobLinux, masterJobLinux ]
if: ${{ !cancelled()}}
runs-on: ubuntu-latest
steps:
- run: |
echo "Finished stage linux"
if: ${{!contains(needs.*.result, 'failure')}}
- run: |
echo "Failed stage linux"
exit 1
if: ${{contains(needs.*.result, 'failure')}}
- run: |
echo "Finished stage linux"
if: ${{!contains(needs.*.result, 'failure')}}
- run: |
echo "Failed stage linux"
exit 1
if: ${{contains(needs.*.result, 'failure')}}

masterJobLinux:
needs: FileChanges
Expand Down Expand Up @@ -196,7 +199,7 @@ jobs:
- name: Get latest run ID of Child Workflow after trigger time
id: get_run
run: |
RUN_ID=$(gh run list --workflow=$WORKFLOW_FILE --branch=$BRANCH --repo=$REPO --jsondatabaseId,createdAt \
RUN_ID=$(gh run list --workflow=$WORKFLOW_FILE --branch=$BRANCH --repo=$REPO --json databaseId,createdAt \
--jq '[.[] | select(.createdAt > "${{ steps.trigger_time.outputs.time }}")] | sort_by(.createdAt) | last.databaseId')
echo "Run ID: $RUN_ID"
echo "run_id=$RUN_ID" >> $GITHUB_OUTPUT
Expand All @@ -208,12 +211,12 @@ jobs:
- name: Wait for Child Workflow to finish
run: |
while true; do
STATUS=$(gh run view "${{ steps.get_run.outputs.run_id }}" --repo=$REPO --json status--jq '.status')
STATUS=$(gh run view "${{ steps.get_run.outputs.run_id }}" --repo=$REPO --json status --jq '.status')
echo "Current status: $STATUS"
if [[ "$STATUS" == "completed" ]]; then
break
fi
sleep 5
sleep 60
done
env:
GH_TOKEN: ${{github.token}}
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/CNNArch2MXNet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
workflow_dispatch:
pull_request:
env:
CI_PROJECT_ID : 17791
CI_API_V4_URL : https://git.rwth-aachen.de/api/v4
GITLABTOKEN : ${{ secrets.GITLABTOKEN }}
cibuild : ${{ secrets.SE_NEXUS_PASSWORD }}
CI_PROJECT_ID: 17791
CI_API_V4_URL: https://git.rwth-aachen.de/api/v4
GITLABTOKEN: ${{ secrets.GITLABTOKEN }}
cibuild: ${{ secrets.SE_NEXUS_PASSWORD }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

masterJobLinux:
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/CNNArch2PyTorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
workflow_dispatch:
pull_request:
env:
CI_PROJECT_ID : 66305
CI_API_V4_URL : https://git.rwth-aachen.de/api/v4
GITLABTOKEN : ${{ secrets.GITLABTOKEN }}
cibuild : ${{ secrets.SE_NEXUS_PASSWORD }}
CI_PROJECT_ID: 66305
CI_API_V4_URL: https://git.rwth-aachen.de/api/v4
GITLABTOKEN: ${{ secrets.GITLABTOKEN }}
cibuild: ${{ secrets.SE_NEXUS_PASSWORD }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

masterJobLinux:
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/CNNArch2Tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
workflow_dispatch:
pull_request:
env:
CI_PROJECT_ID : 29656
CI_API_V4_URL : https://git.rwth-aachen.de/api/v4
GITLABTOKEN : ${{ secrets.GITLABTOKEN }}
cibuild : ${{ secrets.SE_NEXUS_PASSWORD }}
CI_PROJECT_ID: 29656
CI_API_V4_URL: https://git.rwth-aachen.de/api/v4
GITLABTOKEN: ${{ secrets.GITLABTOKEN }}
cibuild: ${{ secrets.SE_NEXUS_PASSWORD }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

masterJobLinux:
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/CNNArch2X.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
workflow_dispatch:
pull_request:
env:
CI_PROJECT_ID : 30745
CI_API_V4_URL : https://git.rwth-aachen.de/api/v4
GITLABTOKEN : ${{ secrets.GITLABTOKEN }}
cibuild : ${{ secrets.SE_NEXUS_PASSWORD }}
CI_PROJECT_ID: 30745
CI_API_V4_URL: https://git.rwth-aachen.de/api/v4
GITLABTOKEN: ${{ secrets.GITLABTOKEN }}
cibuild: ${{ secrets.SE_NEXUS_PASSWORD }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
FileChanges:
runs-on: ubuntu-latest
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/CNNArchLang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
workflow_dispatch:
pull_request:
env:
CI_PROJECT_ID : 17648
CI_API_V4_URL : https://git.rwth-aachen.de/api/v4
GITLABTOKEN : ${{ secrets.GITLABTOKEN }}
cibuild : ${{ secrets.SE_NEXUS_PASSWORD }}
CI_PROJECT_ID: 17648
CI_API_V4_URL: https://git.rwth-aachen.de/api/v4
GITLABTOKEN: ${{ secrets.GITLABTOKEN }}
cibuild: ${{ secrets.SE_NEXUS_PASSWORD }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
FileChanges:
runs-on: ubuntu-latest
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/CarlaComponents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
workflow_dispatch:
pull_request:
env:
CI_PROJECT_ID : 29952
CI_API_V4_URL : https://git.rwth-aachen.de/api/v4
GITLABTOKEN : ${{ secrets.GITLABTOKEN }}
cibuild : ${{ secrets.SE_NEXUS_PASSWORD }}
CI_PROJECT_ID: 29952
CI_API_V4_URL: https://git.rwth-aachen.de/api/v4
GITLABTOKEN: ${{ secrets.GITLABTOKEN }}
cibuild: ${{ secrets.SE_NEXUS_PASSWORD }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

buildLinux:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/CartPole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ on:
workflow_dispatch:
pull_request:
env:
CI_PROJECT_ID : 33021
CI_API_V4_URL : https://git.rwth-aachen.de/api/v4
GITLABTOKEN : ${{ secrets.GITLABTOKEN }}
CI_PROJECT_ID: 33021
CI_API_V4_URL: https://git.rwth-aachen.de/api/v4
GITLABTOKEN: ${{ secrets.GITLABTOKEN }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

TestBuildAndTrain:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/Chess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ on:
workflow_dispatch:
pull_request:
env:
CI_PROJECT_ID : 69050
CI_API_V4_URL : https://git.rwth-aachen.de/api/v4
GITLABTOKEN : ${{ secrets.GITLABTOKEN }}
CI_PROJECT_ID: 69050
CI_API_V4_URL: https://git.rwth-aachen.de/api/v4
GITLABTOKEN: ${{ secrets.GITLABTOKEN }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

test:
Expand Down
Loading
Loading