Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ComplianceAsCode/content from 0.1.72 to 0.1.74 #81

Bump ComplianceAsCode/content from 0.1.72 to 0.1.74

745af23
Select commit
Loading
Failed to load commit list.
Closed

Bump ComplianceAsCode/content from 0.1.72 to 0.1.74 #81

Bump ComplianceAsCode/content from 0.1.72 to 0.1.74
745af23
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 1, 2024 in 1m 56s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #81 Bump ComplianceAsCode/content from 0.1.72 to 0.1.74.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Stage 1: test

This stage passed.

Job ENV OS State
304.1 SALT_STATE=scap.scan Linux passed
304.2 SALT_STATE=scap.scan Linux passed
304.3 SALT_STATE=scap.scan Linux passed
304.4 SALT_STATE=scap.scan Linux passed

Build Configuration

Build Option Setting
Language Shell
Operating System Linux (Jammy)
Build Configuration
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "env": [
    "global={:SALT_STATE=>\"scap.scan\"}={:SALT_VERSION=>\"3006\"} jobs={:OS_VERSION=>\"8\", :SALT_PILLARROOT=>\"$TRAVIS_BUILD_DIR/tests/pillar/test-scc\"}={:OS_VERSION=>\"8\", :SALT_PILLARROOT=>\"$TRAVIS_BUILD_DIR/tests/pillar/test-oscap\"}={:OS_VERSION=>\"9\", :SALT_PILLARROOT=>\"$TRAVIS_BUILD_DIR/tests/pillar/test-scc\"}={:OS_VERSION=>\"9\", :SALT_PILLARROOT=>\"$TRAVIS_BUILD_DIR/tests/pillar/test-oscap\"}"
  ],
  "stages": [
    {
      "name": "canary"
    },
    {
      "name": "test"
    }
  ],
  "if": "branch = master OR type = pull_request OR tag is present",
  "before_install": [
    "sudo apt-get update",
    "sudo docker build -t local/alma:${OS_VERSION} tests/docker/alma${OS_VERSION}"
  ],
  "install": [
    "sudo docker run --detach --privileged --volume=\"${TRAVIS_BUILD_DIR}\":\"${TRAVIS_BUILD_DIR}\":ro --name alma-${OS_VERSION} local/alma:${OS_VERSION} init",
    "sudo docker exec alma-${OS_VERSION} rpm --import https://repo.saltproject.io/salt/py3/redhat/${OS_VERSION}/x86_64/${SALT_VERSION}/SALT-PROJECT-GPG-PUBKEY-2023.pub",
    "sudo docker exec alma-${OS_VERSION} curl -sSL -o /etc/yum.repos.d/salt.repo https://repo.saltproject.io/salt/py3/redhat/${OS_VERSION}/x86_64/${SALT_VERSION}.repo",
    "sudo docker exec alma-${OS_VERSION} yum -y install salt-minion util-linux-ng",
    "sudo docker exec alma-${OS_VERSION} salt-call --versions-report"
  ],
  "script": [
    "set -e\nsudo docker exec alma-${OS_VERSION} salt-call --local \\\n  --retcode-passthrough --log-file-level debug \\\n  --file-root=$TRAVIS_BUILD_DIR \\\n  --pillar-root=$SALT_PILLARROOT \\\n  state.show_sls \\\n  $SALT_STATE\nsudo docker exec alma-${OS_VERSION} salt-call --local \\\n  --retcode-passthrough --log-file-level debug \\\n  --file-root=$TRAVIS_BUILD_DIR \\\n  --pillar-root=$SALT_PILLARROOT \\\n  state.sls \\\n  $SALT_STATE \\\n  mock=True\n"
  ],
  "after_failure": [
    "sudo docker exec alma-${OS_VERSION} salt-call --local grains.items",
    "sudo docker exec alma-${OS_VERSION} sh -c set",
    "sudo docker exec alma-${OS_VERSION} more /var/log/salt/* | cat"
  ],
  "after_script": [
    "sudo docker stop alma-${OS_VERSION}"
  ],
  "notifications": {
    "email": [
      {
        "on_success": "never",
        "on_failure": "always"
      }
    ]
  }
}