SYCL: Avoid using no_init read accessor in rocFFT
[alexxy/gromacs.git] / .gitlab-ci.yml
index 9877a1d0b1025745e23f0c61331976538d7e177c..5f80a76cc6ae13989cc0f7e3b1bac70ba47d204d 100644 (file)
@@ -1,4 +1,5 @@
-# CI is organized into stages so that if early stages fail
+# Declare and sequence the stages to which jobs may be assigned.
+# The pipeline is organized into stages so that if early stages fail
 # the later ones are not run.
 stages:
   # Initial test build for checking simple compilation and getting regressiontest repo
@@ -7,7 +8,7 @@ stages:
   - configure-build
   # Build GROMACS in multiple configurations
   - build
-  # Test each configuration, perhaps in multiple ways
+  # Unit test each configuration, perhaps in multiple ways
   - test
   # Generate documentation files
   - documentation
@@ -23,45 +24,32 @@ stages:
   - nightly-deploy
   # Release work for packaging code
   - release-package
-  # Release checksum verification
-  - release-verify
   # Configure code for release builds
   - release-configure
   # Release work for packaging code
   - release-build
   # Tests for release code
   - release-tests
+  # Release checksum verification
+  - release-verify
   # Prepare for deploying artifacts
   - release-prepare-deploy
   # Deploy stage for release builds
   - release-deploy
 
-default:
-  tags:
-    - k8s-scilifelab
-
 include:
   # Mix-in helper job definitions of general utility.
   - local: '/admin/gitlab-ci/global.gitlab-ci.yml'
-  # Various composable job definitions.
-  - local: '/admin/ci-templates/.build-template.yml'
-  - local: '/admin/ci-templates/.test-runner-template.yml'
-  - local: '/admin/ci-templates/.gcc-before-script.yml'
-  - local: '/admin/ci-templates/.gcc-build-template.yml'
-  - local: '/admin/ci-templates/.gcc-test-template.yml'
-  - local: '/admin/ci-templates/.clang-build-template.yml'
-  - local: '/admin/ci-templates/.clang-test-template.yml'
-  - local: '/admin/ci-templates/.clang-before-script.yml'
-  - local: '/admin/ci-templates/.documentation-before-script.yml'
-  - local: '/admin/ci-templates/.test-script-template.yml'
-  - local: '/admin/ci-templates/.build-docs-template.yml'
-  - local: '/admin/ci-templates/.cuda-template.yml'
-  - local: '/admin/ci-templates/.build-gmxapi-template.yml'
-  - local: '/admin/ci-templates/.regressiontest-template.yml'
-  # Build and test in a variety of environments and configurations.
-  # To do: expand matrix here to improve transparency and reduce file sizes.
+  - local: '/admin/gitlab-ci/rules.gitlab-ci.yml'
+  # gmxapi Python package.
+  - local: '/admin/gitlab-ci/python-gmxapi.matrix.gitlab-ci.yml'
+  # Further API validation and usability of sample gmxapi extension package.
+  - local: '/admin/gitlab-ci/api-client.matrix.gitlab-ci.yml'
+  # Build and test GROMACS in a variety of environments and configurations.
+  # To do: Consider expanding matrix here to improve transparency and reduce file sizes.
   # E.g. '/admin/gitlab-ci/matrix/clang-8.gitlab-ci.yml
-  - local: '/admin/gitlab-ci/testing-matrix.gitlab-ci.yml'
+  - local: '/admin/gitlab-ci/gromacs.gitlab-ci.yml'
+  - local: '/admin/gitlab-ci/gromacs.matrix.gitlab-ci.yml'
   # Repository cleanliness. Source tidiness, linting, and policy compliance.
   - local: '/admin/gitlab-ci/lint.gitlab-ci.yml'
   # Web page and manual.