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

NGFW-14840-restored original settings for test_50_password_encryption_setting_process_for_Tunnel_VPN #891

settings are set to original settings

2603323
Select commit
Loading
Failed to load commit list.
Merged

NGFW-14840-restored original settings for test_50_password_encryption_setting_process_for_Tunnel_VPN #891

settings are set to original settings
2603323
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Dec 24, 2024 in 9m 52s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the NGFW-14840-restore-original-settings-for-test_50-of-tunnelVPNApp branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job ENV OS State
7018.1 DOCKER_PASSWORD=[secure] Linux passed
7018.2 DOCKER_PASSWORD=[secure] Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": true,
  "git": {
    "depth": false
  },
  "services": [
    "docker"
  ],
  "env": [
    "global=DOCKER_PASSWORD=[secure]={:DOCKER_USERNAME=>\"untangleengineering\", :SSH_KEY=>\"/tmp/travis-buildbot.rsa\", :PACKAGE_SERVER_IP=>\"52.2.228.218\", :PKGTOOLS_COMMIT=>\"origin/${TRAVIS_BRANCH}\", :UPLOAD=>\"scp\"} jobs={:REPOSITORY=>\"bullseye\", :ARCHITECTURE=>\"amd64\"}={:REPOSITORY=>\"bullseye\", :ARCHITECTURE=>\"arm64\"}"
  ],
  "before_install": [
    "echo \"$DOCKER_PASSWORD\" | docker login -u \"$DOCKER_USERNAME\" --password-stdin",
    "docker pull untangleinc/ngfw:${REPOSITORY}-build-multiarch",
    "openssl aes-256-cbc -K $encrypted_760a309a5163_key -iv $encrypted_760a309a5163_iv -in .travis/buildbot.rsa.enc -out ${SSH_KEY} -d",
    "chmod 600 ${SSH_KEY}"
  ],
  "script": [
    "docker-compose -f docker-compose.build.yml run pkgtools",
    "docker-compose -f docker-compose.build.yml run build"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ],
    "slack": [
      {
        "rooms": [
          {
            "secure": "r9fH3mBG95DE3kiaKs+O/1HzCt7bn0FgWrkzmS2jlsszSsp3E49KTfH/3O/BEXVqxY+JN6C+6YfJyH5OcdGu7dks+/AxRVCj6sK6vT5XgTZIBr1HXSkgmoqiZKk93pLKYZCJJ7vcslUXIlVPWmJc1lef+Ou4lR5Tx7p160YBm9I9NO+AuSZQByVGCU27+Vioac2AWytZPmP19TAGx1ymP/RnOSppfpon3bEvx1KiJXsftTrgR6B89PKygd04BLrWlqEDUwt/D+jxraXKhOtI9I7CNp8OIicAgvJMsIk31NsIhTRJgBH/+DAnCIUdo1v4x7uAvngisJJGuqMNP6L3IyOJTmZDh05bM6EhL02e7lND7RVYOedfN7Ru8mZs7TpoLePjeDCN/2zgyEIwRvDlMeDFwufm+q2xxa/uHUCUw/oSxTPlycvUGoL+kk8m1lCUW+Gltwux01nuP+MeUSOTPBNBMCay3qVFHQhgSEoo0tE2m7jBcbtFP6qskyXShsww0v9XGqtGp04ENS1GIpajEQqdo9HcJUQqw3bKwfIuWUlVoaCYXREEPB5cS7B1RlYhpqbNle7MZC9vBywXzZM4q7CrolhZ46MKiXmpAmnYRsgAlG+OUDv2bDCMumHlsYTqio87M6s1XMITHStRZWBhMFvk6TL9yuLDrGXgbDTFtUs="
          }
        ],
        "on_success": "change",
        "on_failure": "always"
      }
    ]
  }
}