Skip to content

Commit

Permalink
CI: Use LC template for gitlab id tokens and limit github actions pus…
Browse files Browse the repository at this point in the history
…h events (#479)

Addresses https://hpc.llnl.gov/technical-bulletins/bulletin-568 and also
limits our github action workflows to only run on push to certain
branches.
  • Loading branch information
balos1 authored May 15, 2024
1 parent e8b7acd commit c031884
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/double-precision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Build and Test - Ubuntu/gcc double precision (TPLs, no GPUs)

on:
push:
branches:
- main
- develop
pull_request:
merge_group:
workflow_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/extended-precision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name: Build and Test - Ubuntu/gcc extended precision (TPLs, no GPUs)

on:
push:
branches:
- main
- develop
pull_request:
merge_group:
workflow_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/single-precision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name: Build and Test - Ubuntu/gcc single precision (TPLs, no GPUs)

on:
push:
branches:
- main
- develop
pull_request:
merge_group:
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ stages:

# This is where jobs are included.
include:
- project: 'lc-templates/id_tokens'
file: 'id_tokens.yml'
- local: .gitlab/quartz-templates.yml
- local: .gitlab/quartz-jobs.yml
- local: .gitlab/lassen-templates.yml
Expand Down

0 comments on commit c031884

Please sign in to comment.