Skip to content

Commit

Permalink
wip:
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Untereiner committed Aug 2, 2024
1 parent 2ee861f commit 7b2bf78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gpu_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
get_docker_image_tag:
# if the current added label is for GPUs
if: "${{ github.event.label.name == 'ci: run CUDA builds' && vars.COMPLIANCE_SUCCESS}}"
if: "${{ github.event.label.name == 'ci: run CUDA builds'}}"
# Everywhere in this workflow, we use the most recent ubuntu distribution available in Github Actions
# to ensure maximum support of google cloud's sdk.
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -130,6 +130,8 @@ jobs:
secrets: inherit

remove_label:
needs:
- cuda_builds
runs-on: ubuntu-22.04
steps:
- name: Remove the label
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/integrated_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Integrated Tests

on:
pull_request:
branches:
- develop
types: [ labeled ]
workflow_dispatch:

Expand Down Expand Up @@ -55,6 +57,8 @@ jobs:
LOCAL_BASELINE_DIR: /data/GEOS/baselines

remove_label:
needs:
- run_integrated_tests
runs-on: ubuntu-22.04
steps:
- name: Remove the label
Expand Down

0 comments on commit 7b2bf78

Please sign in to comment.