Skip to content

Commit

Permalink
fix(ci): updated the action version to -> 1.4 and disabled proprietar…
Browse files Browse the repository at this point in the history
…y build for a while
  • Loading branch information
maxemiliang committed Oct 10, 2023
1 parent df3b1f4 commit b3304dc
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ jobs:
upload_artifacts: true

# Then, we build and test using all licenses included proprietary ones
build-proprietary:
name: Build & Test (Proprietary licenses)
needs: [ build-test ]
uses: ./.github/workflows/build-workflow.yml
with:
job_count: 4
build_type: Release
retention: 30
upload_artifacts: false
enable_gurobi: true
enable_gams: true
artifact_suffix: '-proprietary'
secrets:
gurobi_license: ${{ secrets.GUROBI_LICENSE_FILE }}
gams_license: ${{ secrets.GAMS_LICENSE_FILE }}
# build-proprietary:
# name: Build & Test (Proprietary licenses)
# needs: [ build-test ]
# uses: ./.github/workflows/build-workflow.yml
# with:
# job_count: 4
# build_type: Release
# retention: 30
# upload_artifacts: false
# enable_gurobi: true
# enable_gams: true
# artifact_suffix: '-proprietary'
# secrets:
# gurobi_license: ${{ secrets.GUROBI_LICENSE_FILE }}
# gams_license: ${{ secrets.GAMS_LICENSE_FILE }}

# Finally, we run some simple benchmarks
benchmark:
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: [ self-hosted, docker ]
steps:
- name: Run Benchmark
uses: maxemiliang/shot-benchmarker@v1.3
uses: maxemiliang/shot-benchmarker@v1.4
with:
benchmark_folder: "MINLP-convex-small"
benchmark_type: "nl"
Expand Down

0 comments on commit b3304dc

Please sign in to comment.