Skip to content

Commit

Permalink
Merge pull request #18 from grondo/testsuite-build-update
Browse files Browse the repository at this point in the history
build/test: rename centos8 to el8, set automake foreign mode and drop redundant files
  • Loading branch information
jameshcorbett authored Feb 2, 2022
2 parents 7ad3954 + 76ca7f2 commit e0b88dd
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
image: ["centos8", "focal"]
image: ["el8", "focal"]
fail-fast: false
name: ${{ matrix.image }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ queue_rules:
conditions:
- base=master
- status-success="validate commits"
- status-success="centos8"
- status-success="el8"
- status-success="focal"
- label="merge-when-passing"
- label!="work-in-progress"
Expand Down
Empty file removed AUTHORS
Empty file.
1 change: 0 additions & 1 deletion COPYING

This file was deleted.

1 change: 0 additions & 1 deletion ChangeLog

This file was deleted.

Empty file removed NEWS
Empty file.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ AC_INIT([flux-coral2],
m4_esyscmd([git describe --always | awk '/.*/ {sub(/^v/, ""); printf "%s",$1; exit}']))
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([config])
AC_CONFIG_SRCDIR([NEWS])
AC_CONFIG_SRCDIR([NEWS.md])

AM_INIT_AUTOMAKE([subdir-objects tar-ustar filename-length-max=256])
AM_INIT_AUTOMAKE([subdir-objects tar-ustar filename-length-max=256 foreign])
AM_SILENT_RULES([yes])
AM_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE([enable])
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fluxrm/flux-sched:centos8
FROM fluxrm/flux-sched:el8

ARG USER=fluxuser
ARG UID=1000
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e0b88dd

Please sign in to comment.